diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-01-07 02:37:58 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-01-07 02:37:58 +0000 |
commit | 9d5bbb594a3963cb4ddc9382f0643894f09d9e53 (patch) | |
tree | 7d942e35cd8ebb08dbb885c68beed6e442b07ede /media-video | |
parent | Added ~sparc to keywords (diff) | |
download | historical-9d5bbb594a3963cb4ddc9382f0643894f09d9e53.tar.gz historical-9d5bbb594a3963cb4ddc9382f0643894f09d9e53.tar.bz2 historical-9d5bbb594a3963cb4ddc9382f0643894f09d9e53.zip |
version bump
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/xawtv/ChangeLog | 13 | ||||
-rw-r--r-- | media-video/xawtv/files/digest-xawtv-3.82 | 3 | ||||
-rw-r--r-- | media-video/xawtv/xawtv-3.73-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/xawtv/xawtv-3.80.ebuild | 4 | ||||
-rw-r--r-- | media-video/xawtv/xawtv-3.81.ebuild | 6 | ||||
-rw-r--r-- | media-video/xawtv/xawtv-3.82.ebuild | 114 |
6 files changed, 136 insertions, 8 deletions
diff --git a/media-video/xawtv/ChangeLog b/media-video/xawtv/ChangeLog index 5b0f83965c5b..c7c9b25f4ada 100644 --- a/media-video/xawtv/ChangeLog +++ b/media-video/xawtv/ChangeLog @@ -1,9 +1,20 @@ # ChangeLog for media-video/xawtv # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/ChangeLog,v 1.14 2002/12/16 01:06:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/ChangeLog,v 1.15 2003/01/07 02:37:58 seemant Exp $ + +*xawtv-3.82 (06 Jan 2003) + + 06 Jan 2003; Seemant Kulleen <seemant@gentoo.org> xawtv-3.82.ebuild + files/digest-xawtv-3.82 : + + Version bump to newest upstream. *xawtv-3.81 (12 Dec 2002) + 06 Jan 2003; Seemant Kulleen <seemant@gentoo.org> *.ebuild : + + changed to DEPEND on virtual/motif. + 15 Dec 2002; Seemant Kulleen <seemant@gentoo.org> xawtv-3.81.ebuild : Added app-text/recode for the MoTV portion of this (which is compiled only diff --git a/media-video/xawtv/files/digest-xawtv-3.82 b/media-video/xawtv/files/digest-xawtv-3.82 new file mode 100644 index 000000000000..48f640452f1f --- /dev/null +++ b/media-video/xawtv/files/digest-xawtv-3.82 @@ -0,0 +1,3 @@ +MD5 803153b6dcce0d786a4772cd8343974a xawtv_3.82.tar.gz 531823 +MD5 46c68df4976306e25a1526a762371770 tv-fonts-1.0.tar.bz2 140781 +MD5 13a6d70ce058f3576f1d047dd2c20364 xaw-deinterlace-3.76-0.1.0.diff 15039 diff --git a/media-video/xawtv/xawtv-3.73-r1.ebuild b/media-video/xawtv/xawtv-3.73-r1.ebuild index 540ebdf68125..c1b98dea8c34 100644 --- a/media-video/xawtv/xawtv-3.73-r1.ebuild +++ b/media-video/xawtv/xawtv-3.73-r1.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-video/xawtv/xawtv-3.73-r1.ebuild,v 1.4 2002/10/05 05:39:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.73-r1.ebuild,v 1.5 2003/01/07 02:37:58 seemant Exp $ IUSE="aalib motif alsa" @@ -20,7 +20,7 @@ DEPEND=">=sys-libs/ncurses-5.1 >=x11-base/xfree-4.0.1 alsa? ( media-libs/alsa-lib ) aalib? ( media-libs/aalib ) - motif? ( x11-libs/openmotif )" + motif? ( virtual/motif )" #quicktime? ( media-libs/quicktime4linux ) diff --git a/media-video/xawtv/xawtv-3.80.ebuild b/media-video/xawtv/xawtv-3.80.ebuild index 5c0ca8c1ddde..048adaa715e1 100644 --- a/media-video/xawtv/xawtv-3.80.ebuild +++ b/media-video/xawtv/xawtv-3.80.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-video/xawtv/xawtv-3.80.ebuild,v 1.2 2002/12/15 12:16:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.80.ebuild,v 1.3 2003/01/07 02:37:58 seemant Exp $ IUSE="aalib motif alsa opengl nls" @@ -24,7 +24,7 @@ DEPEND=">=sys-libs/ncurses-5.1 sys-apps/supersed alsa? ( media-libs/alsa-lib ) aalib? ( media-libs/aalib ) - motif? ( x11-libs/openmotif ) + motif? ( virtual/motif ) opengl? ( virtual/opengl ) quicktime? ( media-libs/libquicktime )" diff --git a/media-video/xawtv/xawtv-3.81.ebuild b/media-video/xawtv/xawtv-3.81.ebuild index 6960d5575259..3743c12b3a04 100644 --- a/media-video/xawtv/xawtv-3.81.ebuild +++ b/media-video/xawtv/xawtv-3.81.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-video/xawtv/xawtv-3.81.ebuild,v 1.4 2002/12/16 01:06:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.81.ebuild,v 1.5 2003/01/07 02:37:58 seemant Exp $ IUSE="aalib motif alsa opengl nls" @@ -14,7 +14,7 @@ HOMEPAGE="http://bytesex.org/xawtv/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" DEPEND=">=sys-libs/ncurses-5.1 >=media-libs/jpeg-6b @@ -24,7 +24,7 @@ DEPEND=">=sys-libs/ncurses-5.1 sys-apps/supersed alsa? ( media-libs/alsa-lib ) aalib? ( media-libs/aalib ) - motif? ( x11-libs/openmotif + motif? ( virtual/motif app-text/recode ) opengl? ( virtual/opengl ) quicktime? ( media-libs/libquicktime )" diff --git a/media-video/xawtv/xawtv-3.82.ebuild b/media-video/xawtv/xawtv-3.82.ebuild new file mode 100644 index 000000000000..efa720173df1 --- /dev/null +++ b/media-video/xawtv/xawtv-3.82.ebuild @@ -0,0 +1,114 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.82.ebuild,v 1.1 2003/01/07 02:37:58 seemant Exp $ + +IUSE="aalib motif alsa opengl nls" + +S=${WORKDIR}/${P} +MY_FONT=tv-fonts-1.0 +DESCRIPTION="TV application for the bttv driver" +SRC_URI="http://bytesex.org/xawtv/${PN}_${PV}.tar.gz + http://bytesex.org/xawtv/${MY_FONT}.tar.bz2 + mirror://sourceforge/xaw-deinterlace/xaw-deinterlace-3.76-0.1.0.diff" +HOMEPAGE="http://bytesex.org/xawtv/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +DEPEND=">=sys-libs/ncurses-5.1 + >=media-libs/jpeg-6b + >=media-libs/libpng-1.0.8 + media-libs/zvbi + virtual/x11 + sys-apps/supersed + alsa? ( media-libs/alsa-lib ) + aalib? ( media-libs/aalib ) + motif? ( virtual/motif + app-text/recode ) + opengl? ( virtual/opengl ) + quicktime? ( media-libs/libquicktime )" + +src_unpack() { + unpack ${PN}_${PV}.tar.gz + cd ${S} + patch -p1 < ${DISTDIR}/xaw-deinterlace-3.76-0.1.0.diff || die + + use mmx || \ + ssed -i "s:#define MMX::" libng/plugins/linear_blend.c + + unpack ${MY_FONT}.tar.bz2 + cd ${S}/${MY_FONT} + patch -p0 < ${FILESDIR}/${MY_FONT}-gentoo.diff || die +} + +src_compile() { + local myconf + use motif \ + && myconf="--enable-motif" \ + || myconf="--disable-motif" + + use aalib \ + && myconf="${myconf} --enable-aa" \ + || myconf="${myconf} --disable-aa" + + use quicktime \ + && myconf="${myconf} --enable-quicktime" \ + || myconf="${myconf} --disable-quicktime" + + use alsa \ + && myconf="${myconf} --enable-alsa" \ + || myconf="${myconf} --disable-alsa" + + + use opengl \ + && myconf="${myconf} --enable-gl" \ + || myconf="${myconf} --disable-gl" + + econf \ + --with-x \ + --enable-xfree-ext \ + --enable-xvideo \ + --enable-zvbi \ + ${myconf} || die + + make || die + + cd ${MY_FONT} + make || die +} + +src_install() { + cd ${S} + einstall \ + resdir=${D}/etc/X11 || die + + dodoc COPYING Changes README* TODO + + exeinto /home/httpd/cgi-bin + doexe scripts/webcam.cgi + dodoc ${FILESDIR}/webcamrc + + if [ -z "`use nls`" ] + then + rm -f ${D}/usr/share/man/fr + rm -f ${D}/usr/share/man/es + fi + + # The makefile seems to be fubar'd for some data + dodir /usr/share/${PN} + mv ${D}/usr/share/*.list ${D}/usr/share/${PN} + mv ${D}/usr/share/Index* ${D}/usr/share/${PN} + + cd ${MY_FONT} + insinto /usr/X11R6/lib/X11/fonts/xawtv + doins *.gz fonts.alias +} + +pkg_postinst() { + + ebegin "installing teletype fonts into /usr/X11R6/lib/X11/fonts/xawtv" + cd /usr/X11R6/lib/X11/fonts/xawtv + mkfontdir + eend +} |