Bug 65996 - Incorrect dependencies in gnome-media 2.8.0
Bug#: 65996 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: trippie@gmail.com
Component: Ebuilds
URL: 
Summary: Incorrect dependencies in gnome-media 2.8.0
Keywords:  
Status Whiteboard: 
Opened: 2004-10-01 00:54 0000
Description:   Opened: 2004-10-01 00:54 0000
the ebuild gnome-media-2.8.0 lists the following dependencies:
        >=media-libs/gstreamer-0.8
        >=media-libs/gst-plugins-0.8
        oggvorbis? ( >=media-plugins/gst-plugins-vorbis-0.8
                >=media-plugins/gst-plugins-ogg-0.8 )
        mad? ( >=media-plugins/gst-plugins-mad-0.8 )"

according to the configure.in it looks for a more specific version. At least version 0.8.2 or higher. It has a fallback to version 0.7. But the build would fail on a machine with version 0.8.0 or 0.8.1 without a previously installed version 0.7.

I suggest to update the dependencies to
        >=media-libs/gstreamer-0.8.2
        >=media-libs/gst-plugins-0.8.2
        oggvorbis? ( >=media-plugins/gst-plugins-vorbis-0.8.2
                >=media-plugins/gst-plugins-ogg-0.8.2 )
        mad? ( >=media-plugins/gst-plugins-mad-0.8.2 )"




Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge gnome-media 
2.
3.

Actual Results:  
failed during compilation of gnome-media

Expected Results:  
correct compile and depency tracking

Portage 2.0.50-r11 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.6-rc1)
=================================================================
System uname: 2.6.6-rc1 i686 Pentium II (Deschutes)
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://mirror.nutsmaas.nl/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
ftp://ftp.tiscali.nl/pub/mirror/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb bitmap-fonts crypt cups emacs encode esd
foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg ldap libg++
libwww mad matrox mikmod motif mozilla mpeg ncurses nls oggvorbis opengl oss pam
pdflib perl png python qt quicktime readline sdl slang spell ssl svga tcpd
truetype x86 xml2 xmms xprint xv zlib"

------- Comment #1 From Joe McCann (RETIRED) 2004-10-01 01:02:18 0000 -------
aye so it is
GST_REQ=0.8.2

------- Comment #2 From Schricker 2004-10-01 07:11:16 0000 -------
Created an attachment (id=40859) [details]
gnome-media-2.8.0-r1 with corrected gst*

------- Comment #3 From foser (RETIRED) 2004-10-08 15:15:15 0000 -------
silly mistakes

fixed, thanks

------- Comment #4 From foser (RETIRED) 2004-10-08 15:15:28 0000 -------
fixed duh