similar to: how to update glib-2.28.8 to glib-2.40.0 or newer version

Displaying 20 results from an estimated 7000 matches similar to: "how to update glib-2.28.8 to glib-2.40.0 or newer version"

2012 May 08
1
glib version 2.24
I am doing some dev items with GSteamer and CentOS 6.2 The latest GStreamer has dependencies on glib 2.24 Is there a CentOS+ or something out there that would use this later version? Any chance upstream will be moving to such a version. Thanks, Jerry
2012 Jun 09
1
Compiling Wine with a particular glib
Hi all, I'm running Ubuntu 12.04 and http://bugs.winehq.org/show_bug.cgi?id=30557 breaks many games. I'd like a workaround. Maybe this is a terrible idea, but it seems to me that if I compile glib <2.32.0 and then compile wine linked to that particular glib than I wouldn't be having so many problems. I've compiled software (including wine) before, but I'm not so experienced
2016 Jul 04
1
how to set/add environment variables and make file search priority on centos
Hi, I'm using centos 6.8. In order to build gstreamer 1.8.2, I install some new packages, such as python 2.7 and yasm. And cerbero is the build system for gstreamer, and downloads some new packages from network and build them, such libtool, glib. All new packages are downloaded, built and installed in my custom directory. I want cerbero use the new packages in my custom directory. It mean
2016 Jan 15
1
Attn Packagers: Dependency change from gstreamer-0.10 to gstreamer >= 1.0
Thank you for the hint. Setting PKG_CONFIG_PATH=/usr/lib/pkgconfig before ./configure works for me. On 01/15/2016 10:12 PM, Andrew Eikum wrote: > The problem here is glib and gstreamer have different header files for > 32- and 64-bit, but pkgconfig doesn't have a mechanism to specify > which you should get. In your setup, it is returning the 64-bit > headers, which are wrong for
2023 Mar 21
1
where is glib-devl x86-64?
I dunno. I guess it could be. Went to the Gimp site and saw that glib-devel was mentioned there. My tired old brain is a bit confused by this, since most other -devel packages put -devel following the program/package name, and gimp doesn't. I'll give that a try, though, to see if it takes care of my issue. Thanks! On Tue, Mar 21, 2023 at 2:32?AM Simon Matter <simon.matter at
2016 May 29
2
what multimedia framework does Centos use
Hi, Thanks for quick reply. https://en.wikipedia.org/wiki/Multimedia_framework There are many popular types of multimedia framework, such as gstreamer and directshow. I want to make transcoding program in centos 6.7 which is installed in a server. ffmpeg is used as the core of transcoding program. And I should choose one multimedia framework to do software development. Which framework is
2023 Mar 21
1
where is glib-devl x86-64?
I have a brand new installation of Rocky Linux 9.1 (I know, this isn't a Rocky mailing list, but I can't find anything on this on Rocky forums, etc. so I figured I would ask here), and I installed Gimp, and would like to install the Resynthesizer plugin package. Trying to compile it from source, autogen.sh complains that I don't have the gimp development libraries installed. In fact,
2016 May 28
2
what multimedia framework does Centos use
Hi, My question is : what multimedia framework does Centos use for server purpose? Thanks! B.R. Andrew
2016 Jan 07
1
Question about compiling older package
I have a gst-rtsp-server 0.10.8.2 that I am trying to compile on CentOS 7.2 I get this error: rtsp-media.c error 'g_cond_free' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:283) [-Werror=deprecated-declarations] What can I do about that to compile this package (I'm compiing from source) ? Thanks Jerry
2016 Jan 15
2
Attn Packagers: Dependency change from gstreamer-0.10 to gstreamer >= 1.0
Hi all, The next release of Wine will include a commit which changes our winegstreamer dshow module to use the modern gstreamer 1.0 API instead of the long-deprecated gstreamer 0.10 API. dshow is used by some games and applications, including Microsoft Office, to display videos and play audio. Wine's winegstreamer allows applications that use dshow to support a wide variety of media through
2017 Feb 07
1
Trick to compile older packages
I am trying to add a package (I know its older - but it should work) gst-rtsp-server-0.10.8 to CentOS 7. The gstreamer 0.10 packages are included in C7 and they compile just fine. When I extract and try to compile gst-rtsp-server 0.10.8 the ./configure goes fine. but the make results in errors: make make all-recursive make[1]: Entering directory
2010 Jan 12
7
Rhythmbox won't play mp3 files
Hi all; I'm actually running RHEL 5.4 I installed the rpmforge centos repo (and disabled it). Then I installed the following: yum --enablerepo=rpmforge install libdvdcss libdvdread libdvdplay libdvdnav lsdvd mplayerplug-in mplayer mplayer-gui compat-libstdc++-33 flash-plugin gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg libquicktime yum --enablerepo=rpmforge
2010 Jan 24
2
streamripper & CentOS?
I am trying to build streamripper from source, I don't see rpms available for it. I have all the parts of yum groupinstall 'Development Tools' in place. rpm shows that a 2.5.* is in use # rpm -q glibc glibc-2.5-42.el5_4.3 Any attempt do get past the ./configure for streamripper fails checking for GLIB - version >= 2.16.0... no *** Could not run GLIB test program, checking
2016 Feb 15
3
glib2 head file error when build libvirt with wireshark support
I compile the latest libvirt from fedora rawhide, but failed. The version of my software: wireshark-devel-2.0.1-2.fc24.x86_64 glib2-2.47.5-2.fc24.x86_64 gcc-5.1.1-4.fc23.x86_64 binutils-2.26-10.fc24.x86_64 The error as following: # ./autogen.sh --prefix=/usr && make ..... wireshark/src/plugin.c:5:21: fatal error: gmodule.h: No such file or directory compilation terminated. Makefile:2442:
2019 Jul 17
2
[PATCH libnbd v2] examples: Include an example of integrating with glib main loop.
This is working now, and incorporates all of the changes in Eric's review, *except* that it still doesn't retire commands (although this seems to make no obvious difference, except possibly a performance and memory impact). Rich.
2011 Nov 13
1
gstreamer-0.10 development libraries not found on Fedora 16
Hello all, I try to compile 32 bit Wine (latest wine-git) on 64 bit Fedora 16 with gstreamer support, but after ./configure command I always get that my libraries are missing. I did following to get all dependencies for building wine: Building Wine on Fedora 14 x86_64 (http://wiki.winehq.org/WineOn64bit) install-wine-deps.sh (http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh)
2016 Jul 04
4
how to use python 2.7 by default instead python 2.6 on centos 6.8
Hi, centos 6.8 comes with python 2.6. But I want to use python 2.7 to build gstreamer sdk. I have built python 2.7 and installed it into my custom directory. How to set centos to use python 2.7 by default instead of python 2.6? Thanks! Regards Andrew
2016 Jun 30
2
Does centos 6.8 support gstreamer 1.8?
Hi, I found gstreamer offcial have just announced 1.8.2 version. ("gstreamer.freedesktop.org") But centos 6 only support gstreamer 0.10. When will centos 6 support gstreamer 1.8? Thanks! Regards Andrew
2012 Feb 14
1
g_hash_table_contains from glib unstable
Hello everybody, current lightdm git uses g_hash_table_contains which was introduced in glib 2.31.8. Is it expected to use unstable glib? -- Best regards, Chris O< ascii ribbon campaign stop html mail - www.asciiribbon.org
2013 Jul 29
1
how can I use Gstreamer 1.0 on CentOS 6
Gstreamer depends on later glib and gtk that CentOS 6 does not have. Suggestions? Jerry