diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-02-29 10:30:41 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-02-29 10:30:41 +0000 |
commit | 70dc9f0973f936dd51ddec381a99286e091aa0f9 (patch) | |
tree | 6bdd6e2c6fd1a71151a410258ef3c175230abbc5 /media-video/em8300-libraries | |
parent | Version bump to make it work with Kernel 2.6.24. Thanks to Helau. (diff) | |
download | gentoo-2-70dc9f0973f936dd51ddec381a99286e091aa0f9.tar.gz gentoo-2-70dc9f0973f936dd51ddec381a99286e091aa0f9.tar.bz2 gentoo-2-70dc9f0973f936dd51ddec381a99286e091aa0f9.zip |
Version bump,thanks to Helau. Quoting fixes.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-video/em8300-libraries')
4 files changed, 82 insertions, 8 deletions
diff --git a/media-video/em8300-libraries/ChangeLog b/media-video/em8300-libraries/ChangeLog index 0009c7ee3c54..decd83c08cfc 100644 --- a/media-video/em8300-libraries/ChangeLog +++ b/media-video/em8300-libraries/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-video/em8300-libraries -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/ChangeLog,v 1.35 2007/07/01 19:27:58 zypher Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/ChangeLog,v 1.36 2008/02/29 10:30:41 zzam Exp $ + +*em8300-libraries-0.16.4 (29 Feb 2008) + + 29 Feb 2008; Matthias Schwarzott <zzam@gentoo.org> + em8300-libraries-0.16.0.ebuild, em8300-libraries-0.16.2.ebuild, + +em8300-libraries-0.16.4.ebuild: + Version bump,thanks to Helau. Quoting fixes. *em8300-libraries-0.16.2 (06 May 2007) diff --git a/media-video/em8300-libraries/em8300-libraries-0.16.0.ebuild b/media-video/em8300-libraries/em8300-libraries-0.16.0.ebuild index b3fc25fe7c76..000061d5616a 100644 --- a/media-video/em8300-libraries/em8300-libraries-0.16.0.ebuild +++ b/media-video/em8300-libraries/em8300-libraries-0.16.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.16.0.ebuild,v 1.4 2007/04/12 15:01:07 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.16.0.ebuild,v 1.5 2008/02/29 10:30:41 zzam Exp $ WANT_AUTOMAKE=1.9 WANT_AUTOCONF=2.5 @@ -27,7 +27,7 @@ IUSE="gtk" S="${WORKDIR}/${MY_P}" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" # Separate kernel modules. diff --git a/media-video/em8300-libraries/em8300-libraries-0.16.2.ebuild b/media-video/em8300-libraries/em8300-libraries-0.16.2.ebuild index af76ba5bd473..6031208e2821 100644 --- a/media-video/em8300-libraries/em8300-libraries-0.16.2.ebuild +++ b/media-video/em8300-libraries/em8300-libraries-0.16.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.16.2.ebuild,v 1.1 2007/07/01 19:27:58 zypher Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.16.2.ebuild,v 1.2 2008/02/29 10:30:41 zzam Exp $ WANT_AUTOMAKE=1.9 WANT_AUTOCONF=2.5 @@ -27,7 +27,7 @@ IUSE="gtk" S="${WORKDIR}/${MY_P}" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" # Separate kernel modules. diff --git a/media-video/em8300-libraries/em8300-libraries-0.16.4.ebuild b/media-video/em8300-libraries/em8300-libraries-0.16.4.ebuild new file mode 100644 index 000000000000..5c775d1fbd8f --- /dev/null +++ b/media-video/em8300-libraries/em8300-libraries-0.16.4.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.16.4.ebuild,v 1.1 2008/02/29 10:30:41 zzam Exp $ + +WANT_AUTOMAKE=1.9 +WANT_AUTOCONF=2.5 + +inherit flag-o-matic autotools + +MY_P="${P/-libraries/}" + +DESCRIPTION="em8300 (RealMagic Hollywood+/Creative DXR3) video decoder card libraries" +HOMEPAGE="http://dxr3.sourceforge.net" +SRC_URI="mirror://sourceforge/dxr3/${MY_P}.tar.gz" + +RDEPEND="~media-video/em8300-modules-${PV} + gtk? ( >=x11-libs/gtk+-2.0 )" + +DEPEND="dev-util/pkgconfig + gtk? ( >=x11-libs/gtk+-2.0 )" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="gtk" + +S="${WORKDIR}/${MY_P}" + +src_unpack() { + unpack ${A} + cd "${S}" + + # Separate kernel modules. + sed -i -e 's:modules/\ ::g' Makefile.am + + # Fix Makefile bug. + sed -i -e "s:test -z \"\$(firmwaredir)\":test -z\"\$(DESTDIR)(firmwaredir)\":g" Makefile.am + + eautomake +} + +src_compile () { + use amd64 && append-flags -fPIC + + econf \ + $(use_enable gtk gtktest) || die "econf failed." + + emake || die "emake failed." +} + +src_install () { + dodir /lib/firmware + emake DESTDIR="${D}" em8300incdir=/usr/include/linux install \ + || die "emake install failed." + + dodoc AUTHORS ChangeLog NEWS README +} + +pkg_postinst() { + elog "The em8300 libraries and modules have now been installed," + elog "you will probably want to add /usr/bin/em8300setup to your" + elog "/etc/conf.d/local.start so that your em8300 card is " + elog "properly initialized on boot." + elog + elog "If you still need a microcode other than the one included" + elog "with the package, you can simply use em8300setup <microcode.ux>" +} |