Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8259 - New (r)ebuild: gst-plugins
Summary: New (r)ebuild: gst-plugins
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-23 08:32 UTC by Rigo
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gst-plugins-0.4.1.ebuild (gst-plugins-0.4.1.ebuild,2.15 KB, text/plain)
2002-09-23 08:33 UTC, Rigo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rigo 2002-09-23 08:32:30 UTC
Cleaned up the ebuild before emerging....It seems to compile fine for me like 
this..Result: 

rebuilding user_registry
loaded 121 plugins with 175 features


;-) Rogi
Comment 1 Rigo 2002-09-23 08:33:25 UTC
Created attachment 4099 [details]
gst-plugins-0.4.1.ebuild

Enjoy...
Comment 2 Spider (RETIRED) gentoo-dev 2002-09-24 14:20:02 UTC
How does this differ from the version already in portage? (A patch instead
please, easier)  

Comment 3 Rigo 2002-09-25 02:44:31 UTC
lappy gst-plugins # diff -ur gst-plugins-0.4.1.orig.ebuild
gst-plugins-0.4.1.ebuild > gst.diff
lappy gst-plugins # cat gst.diff 
--- gst-plugins-0.4.1.orig.ebuild	Wed Sep 25 09:25:06 2002
+++ gst-plugins-0.4.1.ebuild	Wed Sep 25 09:25:55 2002
@@ -1,6 +1,6 @@
 # Copyright 1999-2002 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License, v2 or later
-# $Header:
/home/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.4.1.ebuild,v 1.1
2002/09/22 21:55:02 spider Exp $
+# $Header:
/home/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.4.0-r1.ebuild,v
1.2 2002/08/25 10:25:29 spider Exp $
 
 inherit libtool
 inherit gnome2
@@ -21,13 +21,11 @@
 DEPEND=">=media-libs/gstreamer-0.4.1
 	>=gnome-base/gconf-1.2.0
 	media-sound/mad
-	media-libs/flac
 	dvd? (	>=media-libs/libdv-0.9.5 )
 	oggvorbis? ( 	media-libs/libvorbis 
 					media-libs/libogg )
 	media-sound/lame
 	media-sound/cdparanoia
-	media-sound/jack-audio-connection-kit
 	media-libs/hermes
 	media-libs/openquicktime
 	jpeg? (	media-video/mjpegtools 
@@ -45,27 +43,19 @@
 # xmms is off-per-default
 #	media-sound/xmms
 # aalib? ( media-libs/aalib )
-
+#media-sound/jack-audio-connection-kit
 RDEPEND="${DEPEND}"
 
 src_compile() {
 	elibtoolize
-	# this is an ugly patch to remove -I/usr/include from some CFLAGS
-	patch -p0 <${FILESDIR}/${P}-configure.patch
 	local myconf
-	# aalib broken
-	# libdv  is broken
-	# dvdnav is broken
-	myconf="--disable-libdv --disable-aalib --disable-dvdnav"
+	myconf="--enable-dv --enable-smoothwave --enable-experimental --disable-tarkin" 
 	use avi \
 		&& myconf="${myconf} --enable-avifile" \
 		|| myconf="${myconf} --disable-avifile"
-	# not testing for much here, since if its in USE we want it, but its
autodetected by configure
-	
 	./configure \
 		${myconf} \
-		--without-vorbis-includes \
-		--host=${CHOST} \
+		--build=${CHOST} \


Regards,

Rigob
Comment 4 Rigo 2002-09-25 02:46:28 UTC
Actually jack DOES work 4 me now, so 4get that in the diff....
Comment 5 foser (RETIRED) gentoo-dev 2002-10-01 18:04:11 UTC
the version already in portage alreay compiles fine for me. I don't see what
this one adds. Altough there could be things added to this ebuild, like an mpeg
flag .. ill see what i can do sometime soon.
Comment 6 Rigo 2002-10-02 03:34:49 UTC
As I told Spider some posts before, I was trying to compile with aalib, libdv &
dvdnav but according to the Changelog it's been tested & failed once more...

Closing bug, works for me..

Rigo