diff options
author | Zeth Green (zeth) <theology@gmail.org> | 2007-04-06 20:35:52 +0000 |
---|---|---|
committer | Zeth Green (zeth) <theology@gmail.org> | 2007-04-06 20:35:52 +0000 |
commit | 247124a624441b5a8ea0b198dc6ee97746b8189b (patch) | |
tree | b861a9b61d925207f646c9fee51a26ca372e5e1b /media-plugins | |
parent | games-arcade/bloboats: Added ~ppc keyword (diff) | |
download | sunrise-reviewed-247124a624441b5a8ea0b198dc6ee97746b8189b.tar.gz sunrise-reviewed-247124a624441b5a8ea0b198dc6ee97746b8189b.tar.bz2 sunrise-reviewed-247124a624441b5a8ea0b198dc6ee97746b8189b.zip |
media-plugins/gst-plugins-ladspa: New Ebuild for bug 167183, will be dependency for the Jokosher audio editor
svn path=/sunrise/; revision=3360
Diffstat (limited to 'media-plugins')
4 files changed, 30 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-ladspa/ChangeLog b/media-plugins/gst-plugins-ladspa/ChangeLog new file mode 100644 index 000000000..69c6cc005 --- /dev/null +++ b/media-plugins/gst-plugins-ladspa/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for media-plugins/gst-plugins-ladspa +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 06 Apr 2007; Zeth Green (zeth) <theology@gmail.org> + +gst-plugins-ladspa-0.10.4.ebuild, +metadata.xml: + New Ebuild for bug 167183, will be dependency for the Jokosher audio editor + diff --git a/media-plugins/gst-plugins-ladspa/Manifest b/media-plugins/gst-plugins-ladspa/Manifest new file mode 100644 index 000000000..d1d0763c0 --- /dev/null +++ b/media-plugins/gst-plugins-ladspa/Manifest @@ -0,0 +1,4 @@ +DIST gst-plugins-bad-0.10.4.tar.bz2 1231000 RMD160 d59e78c7594c94bc1e59aa5841afe424024710bd SHA1 6e73f612cfd72675b1e5b5eb378b9620b62d4946 SHA256 240b9a25ff116eac6457ea60813291f6c77ff7c167d5bf3ec3d90bbad31da1ce +EBUILD gst-plugins-ladspa-0.10.4.ebuild 433 RMD160 631d56ee384005019aa6d6795d7c61f7f59c35ef SHA1 08db5dbcda750aa80b4574c11749b94cf1d102e1 SHA256 d156d60f3a421be7bcb5908c4240e2d9e7dfc8e99d4ec2dac6358353f6e0197f +MISC ChangeLog 318 RMD160 0c07505cc4fdb5b2d9b360a4fd804c706f91fb0d SHA1 678fd95486b2d492d5283edf258c68d52ee5d2b6 SHA256 a4e51fd8862a336d1f219f1dd61cfc22337fcfd754db54e71321fc76256d4a3d +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-0.10.4.ebuild b/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-0.10.4.ebuild new file mode 100644 index 000000000..96a2282a1 --- /dev/null +++ b/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-0.10.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-0.10.4.ebuild,v 1.1 2007/02/16 12:09:27 lack Exp $ + +inherit gst-plugins-bad + +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=media-libs/ladspa-sdk-1.12-r2 + >=media-libs/gst-plugins-base-0.10.10.1 + >=media-libs/gstreamer-0.10.10" + +DEPEND="${RDEPEND}"
\ No newline at end of file diff --git a/media-plugins/gst-plugins-ladspa/metadata.xml b/media-plugins/gst-plugins-ladspa/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/media-plugins/gst-plugins-ladspa/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>maintainer-wanted</herd> +</pkgmetadata> |