diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-01-06 19:37:47 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-01-06 19:37:47 +0000 |
commit | a35161e30e3d3d17d0384fb9ab056d5b1b47a54e (patch) | |
tree | 0f2c65c6745dd1285862622c122ab2b024cd27b9 /media-libs/amd64codecs | |
parent | Stable for HPPA (bug #160324). (diff) | |
download | historical-a35161e30e3d3d17d0384fb9ab056d5b1b47a54e.tar.gz historical-a35161e30e3d3d17d0384fb9ab056d5b1b47a54e.tar.bz2 historical-a35161e30e3d3d17d0384fb9ab056d5b1b47a54e.zip |
Initial commit
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-libs/amd64codecs')
-rw-r--r-- | media-libs/amd64codecs/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/amd64codecs/amd64codecs-20061203.ebuild | 30 | ||||
-rw-r--r-- | media-libs/amd64codecs/files/digest-amd64codecs-20061203 | 3 | ||||
-rw-r--r-- | media-libs/amd64codecs/metadata.xml | 12 |
4 files changed, 55 insertions, 0 deletions
diff --git a/media-libs/amd64codecs/ChangeLog b/media-libs/amd64codecs/ChangeLog new file mode 100644 index 000000000000..66b122ec9384 --- /dev/null +++ b/media-libs/amd64codecs/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-libs/amd64codecs +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/amd64codecs/ChangeLog,v 1.1 2007/01/06 19:37:47 beandog Exp $ + +*amd64codecs-20061203 (06 Jan 2007) + + 06 Jan 2007; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +amd64codecs-20061203.ebuild: + Initial commit + diff --git a/media-libs/amd64codecs/amd64codecs-20061203.ebuild b/media-libs/amd64codecs/amd64codecs-20061203.ebuild new file mode 100644 index 000000000000..a394d4f7e4b1 --- /dev/null +++ b/media-libs/amd64codecs/amd64codecs-20061203.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/amd64codecs/amd64codecs-20061203.ebuild,v 1.1 2007/01/06 19:37:47 beandog Exp $ + +DESCRIPTION="RealPlayer binary codecs for video and audio playback support" +SRC_URI="mirror://mplayer/releases/codecs/essential-amd64-${PV}.tar.bz2" +HOMEPAGE="http://www.mplayerhq.hu/" +LICENSE="as-is" +SLOT="0" +KEYWORDS="-* ~amd64" +S="${WORKDIR}/essential-amd64-${PV}" +RESTRICT="nostrip" + +src_install() { + cd ${S} + + # see #83221 + insopts -m0644 + + dodir /usr/lib64/codecs + insinto /usr/lib64/codecs + doins *.so + + dodoc README + + dodir /etc/revdep-rebuild + cat - > "${D}/etc/revdep-rebuild/50amd64codecs" <<EOF +SEARCH_DIRS_MASK="/usr/lib64/codecs" +EOF +} diff --git a/media-libs/amd64codecs/files/digest-amd64codecs-20061203 b/media-libs/amd64codecs/files/digest-amd64codecs-20061203 new file mode 100644 index 000000000000..5769fbbe84cf --- /dev/null +++ b/media-libs/amd64codecs/files/digest-amd64codecs-20061203 @@ -0,0 +1,3 @@ +MD5 af409ba2918dc8f639dded805102fc76 essential-amd64-20061203.tar.bz2 246506 +RMD160 ff852d732def5db49bd58c75b0fbd93802dfc521 essential-amd64-20061203.tar.bz2 246506 +SHA256 0c9f6695beaeb326741389519a4b4ed53f88e52f2a97824040381613277826b7 essential-amd64-20061203.tar.bz2 246506 diff --git a/media-libs/amd64codecs/metadata.xml b/media-libs/amd64codecs/metadata.xml new file mode 100644 index 000000000000..f0a1a4faef30 --- /dev/null +++ b/media-libs/amd64codecs/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>video</herd> +<maintainer> +<email>media-video@gentoo.org</email> +</maintainer> +<longdescription lang="en"> +64-bit binary codecs for MPlayer +</longdescription> +</pkgmetadata> + |