diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-10-22 11:35:32 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-10-22 11:35:32 +0000 |
commit | 28b431b9abbd3cba967bd7ea14af64b8e544f849 (patch) | |
tree | 705c9acc1d620835eb23aca7c76aba949586ef12 /media-plugins/gst-plugins-theora | |
parent | Keywords ~amd64. (diff) | |
download | gentoo-2-28b431b9abbd3cba967bd7ea14af64b8e544f849.tar.gz gentoo-2-28b431b9abbd3cba967bd7ea14af64b8e544f849.tar.bz2 gentoo-2-28b431b9abbd3cba967bd7ea14af64b8e544f849.zip |
initial commit, theora plug-in
Diffstat (limited to 'media-plugins/gst-plugins-theora')
5 files changed, 30 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog new file mode 100644 index 000000000000..926b496b4f29 --- /dev/null +++ b/media-plugins/gst-plugins-theora/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for media-plugins/gst-plugins-theora +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.1 2004/10/22 11:35:32 foser Exp $ + +*gst-plugins-theora-0.8.5.ebuild (22 Oct 2004) + + 22 Oct 2004; foser <foser@gentoo.org> gst-plugins-theora-0.8.5.ebuild, metadata.xml, ChangeLog : + Initial commit, plugin for theora decoding & encoding + Added to gstreamer & gnome herd diff --git a/media-plugins/gst-plugins-theora/Manifest b/media-plugins/gst-plugins-theora/Manifest new file mode 100644 index 000000000000..d912a86b61c1 --- /dev/null +++ b/media-plugins/gst-plugins-theora/Manifest @@ -0,0 +1,4 @@ +MD5 ffd57ea44935ec0d22c20cd35a5bae41 gst-plugins-theora-0.8.5.ebuild 326 +MD5 9bd8d5602662281b8f4e11a3bd4168c8 ChangeLog 471 +MD5 6cf6f97e79b43eaf70fa938c431342a3 metadata.xml 181 +MD5 acf565d7ba42d81f95f66ad754ab8be9 files/digest-gst-plugins-theora-0.8.5 71 diff --git a/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.8.5 b/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.8.5 new file mode 100644 index 000000000000..a5577a986740 --- /dev/null +++ b/media-plugins/gst-plugins-theora/files/digest-gst-plugins-theora-0.8.5 @@ -0,0 +1 @@ +MD5 da9ed7c74b9ac0ccc5d2efcf4fd60db0 gst-plugins-0.8.5.tar.bz2 2031638 diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.5.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.5.ebuild new file mode 100644 index 000000000000..d3ca1539864c --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.5.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.5.ebuild,v 1.1 2004/10/22 11:35:32 foser Exp $ + +inherit gst-plugins + +KEYWORDS="~x86" +IUSE="" + +DEPEND="media-libs/libtheora" diff --git a/media-plugins/gst-plugins-theora/metadata.xml b/media-plugins/gst-plugins-theora/metadata.xml new file mode 100644 index 000000000000..3abe2ca2733e --- /dev/null +++ b/media-plugins/gst-plugins-theora/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gstreamer</herd> +<herd>gnome</herd> +</pkgmetadata> |