Does anyone know if there is a Gnash rpm available for CentOS 4?
I have tried compiling it myself but run into dependency problems. I looked here
http://dag.wieers.com/rpm/packages/gnash/
but there is only 0.8.2 for el5 not el4.
On Sat, 2008-03-15 at 14:23 -0700, Robert Arkiletian wrote:
Does anyone know if there is a Gnash rpm available for CentOS 4?
I have tried compiling it myself but run into dependency problems. I looked here
http://dag.wieers.com/rpm/packages/gnash/
but there is only 0.8.2 for el5 not el4.
?? I see 7.1-1 for el4.
HTH
On Sat, Mar 15, 2008 at 3:16 PM, William L. Maltby CentOS4Bill@triad.rr.com wrote:
On Sat, 2008-03-15 at 14:23 -0700, Robert Arkiletian wrote:
Does anyone know if there is a Gnash rpm available for CentOS 4?
I have tried compiling it myself but run into dependency problems. I looked here
http://dag.wieers.com/rpm/packages/gnash/
but there is only 0.8.2 for el5 not el4.
?? I see 7.1-1 for el4.
I'm looking for latest version 0.8.2
On Sat, 15 Mar 2008, Robert Arkiletian wrote:
Does anyone know if there is a Gnash rpm available for CentOS 4?
I have tried compiling it myself but run into dependency problems. I looked here
http://dag.wieers.com/rpm/packages/gnash/
but there is only 0.8.2 for el5 not el4.
The buildlog explains it:
ERROR: GST media handling requested but gstreamer-0.10+ not found Install it from http://www.gstreamer.net or .deb users: apt-get install libgstreamer0.10-dev or .rpm users: yum install gstreamer-devel
RHEL4 ships with gstreamer 0.8.7. Not every dependency is practically satisfiable. Unless you prefer breaking the system and change your CentOS into a RobertOS :-)
On Sat, Mar 15, 2008 at 7:34 PM, Dag Wieers dag@centos.org wrote:
On Sat, 15 Mar 2008, Robert Arkiletian wrote:
Does anyone know if there is a Gnash rpm available for CentOS 4?
I have tried compiling it myself but run into dependency problems. I looked here
http://dag.wieers.com/rpm/packages/gnash/
but there is only 0.8.2 for el5 not el4.
The buildlog explains it:
ERROR: GST media handling requested but gstreamer-0.10+ not found Install it from http://www.gstreamer.net or .deb users: apt-get install libgstreamer0.10-dev or .rpm users: yum install gstreamer-devel
RHEL4 ships with gstreamer 0.8.7. Not every dependency is practically satisfiable. Unless you prefer breaking the system and change your CentOS into a RobertOS :-)
Thanks for looking into it Dag. I tried compiling gstreamer 0.10 from source but it requires glib2 >= 2.6 I don't think I can update glib2 without causing major damage. So I give up, I guess it's not possible to run the lastest Gnash on el4.
BTW I really appreciate your rpm repo. :)
Robert Arkiletian wrote:
Thanks for looking into it Dag. I tried compiling gstreamer 0.10 from source but it requires glib2 >= 2.6 I don't think I can update glib2 without causing major damage. So I give up, I guess it's not possible to run the lastest Gnash on el4.
This issue might be worth reporting upstream to gnash themselves, are you really sure it needs glib2 >= 2.6 ?
On Sun, Mar 16, 2008 at 11:11 AM, Karanbir Singh mail-lists@karan.org wrote:
This issue might be worth reporting upstream to gnash themselves, are you really sure it needs glib2 >= 2.6 ?
The plugin wants 2.6 and the base package wants GLib 2.8. I got the src from http://gstreamer.freedesktop.org/src/
$ tar -xjf gst-plugins-base-0.10.17.tar.bz2 $ cd gst-plugins-base-0.10.17 $ ./configure ... checking whether gcc implements __PRETTY_FUNCTION__... yes checking whether gcc implements __FUNCTION__... yes checking whether gcc implements __func__... yes checking for GLIB... Requested 'glib-2.0 >= 2.6' but version of GLib is 2.4.7 no configure: configure: error: This package requires GLib >= 2.6 to compile.
$ tar -xjf tar -xjf gstreamer-0.10.17.tar.bz2 $ cd gstreamer-0.10.17 $ ./configure ... checking for register_printf_function... yes checking for dladdr in -ldl... yes checking for inet_aton... yes checking for GLIB... Requested 'glib-2.0 >= 2.8' but version of GLib is 2.4.7 no configure: configure: error: This package requires GLib >= 2.8 to compile.
Here is my version of GLib (which is called glib2) It's packaged by you Karanbir. :)
$rpm -qi glib2 Name : glib2 Relocations: (not relocatable) Version : 2.4.7 Vendor: CentOS Release : 1 Build Date: Mon 21 Feb 2005 08:34:01 PM PST Install Date: Wed 27 Jul 2005 07:55:51 PM PDT Build Host: bhrama.build.karan.org Group : System Environment/Libraries Source RPM: glib2-2.4.7-1.src.rpm Size : 1718900 License: LGPL Signature : DSA/SHA1, Sat 26 Feb 2005 12:42:08 PM PST, Key ID a53d0bab443e1821 Packager : Karanbir Singh kbsingh@centos.org URL : http://www.gtk.org Summary : A library of handy utility functions. Description : GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and anobject system.
This package provides version 2 of GLib.