diff options
-rw-r--r-- | media-libs/libdvdnav/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/libdvdnav/files/digest-libdvdnav-0.1.1 | 1 | ||||
-rw-r--r-- | media-libs/libdvdnav/libdvdnav-0.1.1.ebuild | 29 | ||||
-rw-r--r-- | media-libs/xine-lib/ChangeLog | 13 | ||||
-rw-r--r-- | media-libs/xine-lib/files/digest-xine-lib-0.9.10-r1 | 1 | ||||
-rw-r--r-- | media-libs/xine-lib/xine-lib-0.9.10-r1.ebuild | 88 | ||||
-rw-r--r-- | media-video/xine-ui/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/xine-ui/files/digest-xine-ui-0.9.10-r1 | 1 | ||||
-rw-r--r-- | media-video/xine-ui/xine-ui-0.9.10-r1.ebuild | 64 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
10 files changed, 216 insertions, 5 deletions
diff --git a/media-libs/libdvdnav/ChangeLog b/media-libs/libdvdnav/ChangeLog index 3ebf2ce47962..545904c19df8 100644 --- a/media-libs/libdvdnav/ChangeLog +++ b/media-libs/libdvdnav/ChangeLog @@ -1,9 +1,15 @@ # ChangeLog for media-lib/libdvdnav # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/ChangeLog,v 1.1 2002/05/01 03:07:14 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/ChangeLog,v 1.2 2002/06/16 19:22:15 lostlogic Exp $ + +*libdvdnav-0.1.1 (16 Jun 2002) + + 16 Jun 2002; Brandon Low <lostlogic@gentoo.org> libdvdnav-0.1.1.ebuild: + + Update to new version for xine-0.9.10 *libdvdnav-0.1.0 (30 Apr 2002) 30 April 2002; Arcady Genkin <agenkin@thpoon.com> libdvdnav-0.1.0.ebuild: - Initial version.
\ No newline at end of file + Initial version. diff --git a/media-libs/libdvdnav/files/digest-libdvdnav-0.1.1 b/media-libs/libdvdnav/files/digest-libdvdnav-0.1.1 new file mode 100644 index 000000000000..12f64f532572 --- /dev/null +++ b/media-libs/libdvdnav/files/digest-libdvdnav-0.1.1 @@ -0,0 +1 @@ +MD5 8bd7de2e866b2cd0b336b1a0287a8730 libdvdnav-0.1.1.tar.gz 219327 diff --git a/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild b/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild new file mode 100644 index 000000000000..6d5be69c1a7d --- /dev/null +++ b/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Arcady Genkin <agenkin@thpoon.com> +# Distributed under the terms of the GNU General Public License, v2 +# Maintainer: Arcady Genkin <agenkin@thpoon.com> +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild,v 1.1 2002/06/16 19:22:15 lostlogic Exp $ + +DESCRIPTION="Library for DVD navigation tools." +HOMEPAGE="http://sourceforge.net/projects/dvd/" + +SRC_URI="mirror://sourceforge/dvd/${P}.tar.gz" +S=${WORKDIR}/${P} + +LICENSE="GPL" + +DEPEND="media-libs/libdvdread" + +src_compile() { + + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING INSTALL NEWS README +} diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index fc9ae8ba7401..23bca5356e2e 100644 --- a/media-libs/xine-lib/ChangeLog +++ b/media-libs/xine-lib/ChangeLog @@ -1,8 +1,17 @@ # ChangeLog for media-libs/xine-lib # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.8 2002/06/08 13:52:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.9 2002/06/16 19:22:15 lostlogic Exp $ -*xine-lib-0.9.9-r2 (r87 Jun 2002) +*xine-lib-0.9.10-r1 (16 Jun 2002) + + 16 Jun 2002; Brandon Low <lostlogic@gentoo.org> xine-lib-0.9.10-r1.ebuild + + Put dxr3 compilation back in, it works fine with xine-lib-0.9.10. + + A note, gcc-3.1 users will not be able to compile xine-lib-0.9.10 if they + have DirectFB installed. Still working on this. + +*xine-lib-0.9.9-r2 (8 Jun 2002) 8 Jun 2002; Seemant Kulleen <seemant@gentoo.org> xine-lib-0.9.9-r2.ebuild files/digest-xine-lib-0.9.9-r2 : diff --git a/media-libs/xine-lib/files/digest-xine-lib-0.9.10-r1 b/media-libs/xine-lib/files/digest-xine-lib-0.9.10-r1 new file mode 100644 index 000000000000..69d20b605797 --- /dev/null +++ b/media-libs/xine-lib/files/digest-xine-lib-0.9.10-r1 @@ -0,0 +1 @@ +MD5 2f17619b58b2e6c84c1421ed36045983 xine-lib-0.9.10.tar.gz 2023140 diff --git a/media-libs/xine-lib/xine-lib-0.9.10-r1.ebuild b/media-libs/xine-lib/xine-lib-0.9.10-r1.ebuild new file mode 100644 index 000000000000..057f1c3c3e64 --- /dev/null +++ b/media-libs/xine-lib/xine-lib-0.9.10-r1.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Author Martin Schlemmer <azarah@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-0.9.10-r1.ebuild,v 1.1 2002/06/16 19:22:15 lostlogic Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Xine is a free gpl-licensed video player for unix-like systems" +SRC_URI="http://xine.sourceforge.net/files/xine-lib-${PV}.tar.gz" +HOMEPAGE="http://xine.sourceforge.net/" + +DEPEND="X? ( virtual/x11 ) + avi? ( >=media-libs/win32codecs-0.50 + media-libs/divx4linux ) + esd? ( media-sound/esound ) + dvd? ( >=media-libs/libdvdcss-0.0.3.3 + >=media-libs/libdvdread-0.9.2 ) + arts? ( kde-base/kdelibs ) + alsa? ( media-libs/alsa-lib ) + aalib? ( media-libs/aalib ) + oggvorbis? ( media-libs/libvorbis )" + +RDEPEND="${DEPEND} + nls? ( sys-devel/gettext )" + +SLOT="0" + +src_compile() { + + libtoolize --copy --force + + # Most of these are not working currently, but are here for completeness + local myconf + use X || myconf="${myconf} --disable-x11 --disable-xv" + use esd || myconf="${myconf} --disable-esd --disable-esdtest" + use nls || myconf="${myconf} --disable-nls" + use alsa || myconf="${myconf} --disable-alsa --disable-alsatest" + use arts || myconf="${myconf} --disable-arts --disable-artstest" + # This breaks because with the test disabled, it defaults to "found" check with + # the next release until then let it autodetect. See bug #2377. + # use aalib || myconf="${myconf} --disable-aalib --disable-aalibtest" + + use oggvorbis \ + || myconf="${myconf} --disable-ogg --disable-oggtest --disable-vorbis --disable-vorbistest" + + use avi \ + && myconf="${myconf} --with-w32-path=/usr/lib/win32" \ + || myconf="${myconf} --disable-asf" + + # This is ``fixes'' compilation problems when em8300 libs installed + # The proper fix is to follow. + # myconf="${myconf} --disable-dxr3 --disable-dxr3test" + + ./configure --host=${CHOST} \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --sysconfdir=/etc \ + ${myconf} || die + + emake || die +} + +src_install() { + + make prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ + docdir=${D}/usr/share/doc/${PF}/html \ + sysconfdir=${D}/etc \ + install || die + + dodoc AUTHORS COPYING ChangeLog INSTALL README TODO + cd ${S}/doc + dodoc dataflow.dia README* + +} + +pkg_postinst() { + + einfo + einfo "Please note, a new version of xine-lib has been installed," + einfo "for library consistency you need to unmerge old versions" + einfo "of xine-lib before merging xine-ui." + einfo "Please also note that xine-d4d and xine-d5d plugins are" + einfo "not yet compatible with this new library." + einfo + +} diff --git a/media-video/xine-ui/ChangeLog b/media-video/xine-ui/ChangeLog index f7d0e45de140..275cefd3adbd 100644 --- a/media-video/xine-ui/ChangeLog +++ b/media-video/xine-ui/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-video/xine-ui # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.11 2002/06/16 17:36:21 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.12 2002/06/16 19:22:15 lostlogic Exp $ + +*xine-ui-0.9.10-r1 (16 Jun 2002) + + 16 Jun 2002; Brandon Low <lostlogic@gentoo.org> xine-ui-0.9.10-r1.ebuild + + Added gcc-3.1 support, ensure that DirectFB really gets diabled, again, + gcc-3.1 users will not be able to use DirectFB. *xine-ui-0.9.9-r2 (16 Jun 2002) diff --git a/media-video/xine-ui/files/digest-xine-ui-0.9.10-r1 b/media-video/xine-ui/files/digest-xine-ui-0.9.10-r1 new file mode 100644 index 000000000000..017a038eb743 --- /dev/null +++ b/media-video/xine-ui/files/digest-xine-ui-0.9.10-r1 @@ -0,0 +1 @@ +MD5 1811dba3177a40bd704adb6e806c700e xine-ui-0.9.10.tar.gz 2663431 diff --git a/media-video/xine-ui/xine-ui-0.9.10-r1.ebuild b/media-video/xine-ui/xine-ui-0.9.10-r1.ebuild new file mode 100644 index 000000000000..aaa60c130e14 --- /dev/null +++ b/media-video/xine-ui/xine-ui-0.9.10-r1.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Author Martin Schlemmer <azarah@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.9.10-r1.ebuild,v 1.1 2002/06/16 19:22:15 lostlogic Exp $ + +DESCRIPTION="Xine is a free gpl-licensed video player for unix-like systems" +HOMEPAGE="http://xine.sourceforge.net/" + +DEPEND="virtual/glibc + media-libs/libpng + >=media-libs/xine-lib-${PV} + nls? ( sys-devel/gettext ) + X? ( virtual/x11 ) + directfb? ( >=dev-libs/DirectFB-0.9.9 ) + gnome? ( gnome-base/ORBit )" + +SLOT="0" + +SRC_URI="http://xine.sourceforge.net/files/${P}.tar.gz" +S=${WORKDIR}/${P} + +src_unpack() { + + unpack ${A} + cd ${S} + + use directfb || ( \ + sed -e "s:dfb::" src/Makefile.in \ + > src/Makefile.in.hacked + mv src/Makefile.in.hacked src/Makefile.in + ) + + sed -e "s:LDFLAGS =:LDFLAGS = -L/lib:" src/xitk/Makefile.in \ + > src/xitk/Makefile.in.hacked + mv src/xitk/Makefile.in.hacked src/xitk/Makefile.in + +} + +src_compile() { + + # Most of these are not working currently, but are here for completeness + local myconf + use X || myconf="${myconf} --disable-x11 --disable-xv" + use nls || myconf="${myconf} --disable-nls" + + ./configure --host=${CHOST} \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --sysconfdir=/etc \ + ${myconf} || die + + emake || die +} + +src_install() { + + make DESTDIR=${D} \ + docdir=/usr/share/doc/${PF} \ + docsdir=/usr/share/doc/${PF} \ + install || die + + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README +} diff --git a/profiles/package.mask b/profiles/package.mask index cec4a8f64ce1..368b07cdb32c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -214,8 +214,13 @@ net-misc/gift # Xine-0.9.10 has a new API, so none of the plugins work for now. # May 26, Arcady Genkin <agenkin@gentoo.org> +# xine-dvdnav-0.9.10 is out... testing, and then we can unmask these +# (the xine-d4d and xine-d5d plugins take too long to wait for) +# Jun 16, Brandon Low <lostlogic@gentoo.org> >=media-libs/xine-lib-0.9.10 >=media-video/xine-ui-0.9.10 +>=media-video/xine-dvdnav-0.9.10 +>=media-libs/libdvdnav-0.1.1 # New orinoco_cs 0.11a driver -- karltk (01/05/2002) # |