summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-sound/gst123
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-sound/gst123')
-rw-r--r--media-sound/gst123/Manifest3
-rw-r--r--media-sound/gst123/gst123-0.3.1.ebuild25
-rw-r--r--media-sound/gst123/gst123-0.3.2.ebuild25
-rw-r--r--media-sound/gst123/gst123-0.3.3.ebuild24
-rw-r--r--media-sound/gst123/metadata.xml5
5 files changed, 82 insertions, 0 deletions
diff --git a/media-sound/gst123/Manifest b/media-sound/gst123/Manifest
new file mode 100644
index 000000000000..b9cb48782dd0
--- /dev/null
+++ b/media-sound/gst123/Manifest
@@ -0,0 +1,3 @@
+DIST gst123-0.3.1.tar.bz2 110925 SHA256 89d1de025eca0466c125dcd6a11b64341bdf98ee4c03c3e5a12321d77cb8b0ce SHA512 d31177fe4ec20db5b6a9a2a35be149ebf6682d00a8163b8fee3953f60b39b2a33e3fbc468b3d0864f059d95bb820ee998dcb8a8b47c8aa1c68ea583e434cb8af WHIRLPOOL b642042b745c601850a9438f7ac19d442bf2db5b88c483f83b1459c97ae8c43e4301967279fb19d83c8a55018758daf455cb91ea58d1793a94508f1dc7c3d976
+DIST gst123-0.3.2.tar.bz2 112709 SHA256 51033261967da4cf1beb512e156e9f647572689202a1c2aceb8cd2beb427f53d SHA512 4ab1039e912fe02d2802b4a289bdb6061710f2d16188e538d833aeef39300594f98c29c13df2a4546befd87730e3e097941dc5f96271524c3dd31ae0a81386e9 WHIRLPOOL 1c39366c18c601783a46c1a9278519c98753d1cfef858046c6d6e515c8e54371b51d59ca579275a40127f10048d0abb3ad4806db596b34aac3e6fa5c073c37a8
+DIST gst123-0.3.3.tar.bz2 113344 SHA256 45359410c99a622790dd2b6efdc2d1a94748da3763242d95da79c633b5dfbce9 SHA512 8c6b23ee66ef983874268a41c00aa431df5daeb9daf995663c9b9ab72b7df16a0e55c949b5602b50de324b58cd75b7bb734cdbeae0ad56d2059d9d1100630c47 WHIRLPOOL e4171f7a7f29ed379445fa42ec12812a5b9bd4fe8dc1e06141e2b36dac67dee1aa04aa2fc562f50e44210469470cfbb57fff71bf69629e5de1ae319fd4e5ae41
diff --git a/media-sound/gst123/gst123-0.3.1.ebuild b/media-sound/gst123/gst123-0.3.1.ebuild
new file mode 100644
index 000000000000..15e695a256b1
--- /dev/null
+++ b/media-sound/gst123/gst123-0.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+DESCRIPTION="A more flexible command line player in the spirit of ogg123 and mpg123, based on gstreamer"
+HOMEPAGE="http://space.twc.de/~stefan/gst123.php"
+SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="dev-libs/glib
+ media-libs/gst-plugins-base:0.10
+ media-libs/gstreamer:0.10
+ sys-libs/ncurses
+ x11-libs/gtk+:2
+ x11-libs/libX11"
+RDEPEND="${CDEPEND}
+ media-plugins/gst-plugins-meta:0.10"
+DEPEND="${CDEPEND}
+ virtual/pkgconfig"
diff --git a/media-sound/gst123/gst123-0.3.2.ebuild b/media-sound/gst123/gst123-0.3.2.ebuild
new file mode 100644
index 000000000000..d30bf25a81d1
--- /dev/null
+++ b/media-sound/gst123/gst123-0.3.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="A more flexible command line player in the spirit of ogg123 and mpg123, based on gstreamer"
+HOMEPAGE="http://space.twc.de/~stefan/gst123.php"
+SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="dev-libs/glib
+ media-libs/gst-plugins-base:1.0
+ media-libs/gstreamer:1.0
+ sys-libs/ncurses
+ x11-libs/gtk+:2
+ x11-libs/libX11"
+RDEPEND="${CDEPEND}
+ media-plugins/gst-plugins-meta:1.0"
+DEPEND="${CDEPEND}
+ virtual/pkgconfig"
diff --git a/media-sound/gst123/gst123-0.3.3.ebuild b/media-sound/gst123/gst123-0.3.3.ebuild
new file mode 100644
index 000000000000..0895e333ca8d
--- /dev/null
+++ b/media-sound/gst123/gst123-0.3.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="A more flexible command line player in the spirit of ogg123 and mpg123, based on gstreamer"
+HOMEPAGE="http://space.twc.de/~stefan/gst123.php"
+SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="dev-libs/glib
+ media-libs/gst-plugins-base:1.0
+ media-libs/gstreamer:1.0
+ sys-libs/ncurses
+ x11-libs/gtk+:2
+ x11-libs/libX11"
+RDEPEND="${CDEPEND}
+ media-plugins/gst-plugins-meta:1.0"
+DEPEND="${CDEPEND}
+ virtual/pkgconfig"
diff --git a/media-sound/gst123/metadata.xml b/media-sound/gst123/metadata.xml
new file mode 100644
index 000000000000..e1774e3d9ad7
--- /dev/null
+++ b/media-sound/gst123/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>sound</herd>
+</pkgmetadata>