diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-06-18 12:03:14 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-06-18 12:03:14 +0000 |
commit | 88156b06aa5aa9d6c0bc71d611fe5020e3618c14 (patch) | |
tree | dc07e64dbff06d74fc0b94f2dd03030ad342bee3 /media-tv | |
parent | moved to media-tv (diff) | |
download | historical-88156b06aa5aa9d6c0bc71d611fe5020e3618c14.tar.gz historical-88156b06aa5aa9d6c0bc71d611fe5020e3618c14.tar.bz2 historical-88156b06aa5aa9d6c0bc71d611fe5020e3618c14.zip |
move to stable
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/xawdecode/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/xawdecode/Manifest | 6 | ||||
-rw-r--r-- | media-tv/xawdecode/files/digest-xawdecode-1.6.7 | 1 | ||||
-rw-r--r-- | media-tv/xawdecode/xawdecode-1.6.7.ebuild | 72 | ||||
-rw-r--r-- | media-tv/xawdecode/xawdecode-1.6.8.ebuild | 4 |
5 files changed, 9 insertions, 80 deletions
diff --git a/media-tv/xawdecode/ChangeLog b/media-tv/xawdecode/ChangeLog index 4ad1ffc0bc4f..1b375691c892 100644 --- a/media-tv/xawdecode/ChangeLog +++ b/media-tv/xawdecode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/xawdecode # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xawdecode/ChangeLog,v 1.1 2003/06/18 12:02:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xawdecode/ChangeLog,v 1.2 2003/06/18 12:03:11 seemant Exp $ + + 18 Jun 2003; Seemant Kulleen <seemant@gentoo.org> xawdecode-1.6.7.ebuild, + xawdecode-1.6.8.ebuild: + move to stable *xawdecode-1.6.7 (18 Jun 2003) diff --git a/media-tv/xawdecode/Manifest b/media-tv/xawdecode/Manifest index 2e302041729d..5fc4f761a85f 100644 --- a/media-tv/xawdecode/Manifest +++ b/media-tv/xawdecode/Manifest @@ -1,5 +1,3 @@ -MD5 8435e7122bb1a38a29be597b41cf6ce6 xawdecode-1.6.7.ebuild 1661 -MD5 40f0dd4e3f3f0621e478b7932e9c124e ChangeLog 773 -MD5 9fce20192b1ee4c8c3e7980c2327c8da xawdecode-1.6.8.ebuild 1661 -MD5 13b346a7d4513b655067597980af046e files/digest-xawdecode-1.6.7 67 +MD5 6e9e31c99107241b322f6f1ea5a5d137 ChangeLog 893 +MD5 046550d68a6f3dc8db554f56f3e1b185 xawdecode-1.6.8.ebuild 1659 MD5 7ac89f854fed418595b44f2375de9c8f files/digest-xawdecode-1.6.8 67 diff --git a/media-tv/xawdecode/files/digest-xawdecode-1.6.7 b/media-tv/xawdecode/files/digest-xawdecode-1.6.7 deleted file mode 100644 index 6ff37a1c0a62..000000000000 --- a/media-tv/xawdecode/files/digest-xawdecode-1.6.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 03f2836ea1820f13c8db5c1b07c329e7 xawdecode-1.6.7.tar.gz 481227 diff --git a/media-tv/xawdecode/xawdecode-1.6.7.ebuild b/media-tv/xawdecode/xawdecode-1.6.7.ebuild deleted file mode 100644 index a35da0893927..000000000000 --- a/media-tv/xawdecode/xawdecode-1.6.7.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xawdecode/xawdecode-1.6.7.ebuild,v 1.1 2003/06/18 12:02:19 seemant Exp $ - -inherit eutils - -IUSE="alsa jpeg dga encode" - -S=${WORKDIR}/${P} -DESCRIPTION="TV application for the bttv driver allowing decoding" -HOMEPAGE="http://xawdecode.sourceforge.net/" -SRC_URI="mirror://sourceforge/xawdecode/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -DEPEND=">=sys-apps/sed-4.0.5" - -RDEPEND="virtual/x11 - media-libs/divx4linux - media-video/avifile - encode? ( media-sound/lame ) - jpeg? ( media-libs/jpeg ) - alsa? ( media-libs/alsa-lib )" - - -src_compile() { - local myconf - use alsa \ - && myconf="${myconf} --enable-alsa" \ - || myconf="${myconf} --disable-alsa" - - use jpeg \ - && myconf="${myconf} --enable-jpeg" \ - || myconf="${myconf} --disable-jpeg" - - use dga \ - && myconf="${myconf} --enable-xfree-ext" \ - || myconf="${myconf} --disable-xfree-ext" - - - # if lame is installed xawdecode will use it (there's no configure-flag) - # if lirc is installed it will also be used - # the same goes for ffmpeg libraries (not media-video/ffmpeg) - # (don't know how to install them) - - econf ${myconf} || die - - emake PERF_FLAGS2="${CFLAGS}" || die -} - -src_install() { - - sed -i \ - "s:^SUBDIRS.*:SUBDIRS = alevt src:" Makefile - - insinto /usr/X11R6/lib/X11/fonts/misc - doins font/led-fixed.pcf - - einstall \ - ROOT=${D} || die - - dodoc COPYING ChangeLog - dodoc FAQ* README.* lisez-moi* - dodoc xawdecoderc.sample - -} - -pkg_postinst() { - einfo "Please note that this ebuild created a suid-binary: /usr/bin/v4l-conf" -} diff --git a/media-tv/xawdecode/xawdecode-1.6.8.ebuild b/media-tv/xawdecode/xawdecode-1.6.8.ebuild index e6e94bfa2e9e..c4e4b6e2da8e 100644 --- a/media-tv/xawdecode/xawdecode-1.6.8.ebuild +++ b/media-tv/xawdecode/xawdecode-1.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xawdecode/xawdecode-1.6.8.ebuild,v 1.1 2003/06/18 12:02:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xawdecode/xawdecode-1.6.8.ebuild,v 1.2 2003/06/18 12:03:11 seemant Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/xawdecode/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ppc" DEPEND=">=sys-apps/sed-4.0.5" |