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/flac123
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/flac123')
-rw-r--r--media-sound/flac123/Manifest1
-rw-r--r--media-sound/flac123/flac123-0.0.12.ebuild27
-rw-r--r--media-sound/flac123/metadata.xml8
3 files changed, 36 insertions, 0 deletions
diff --git a/media-sound/flac123/Manifest b/media-sound/flac123/Manifest
new file mode 100644
index 000000000000..b5584871b4cc
--- /dev/null
+++ b/media-sound/flac123/Manifest
@@ -0,0 +1 @@
+DIST flac123-0.0.12-release.tar.gz 129795 SHA256 1976efd54a918eadd3cb10b34c77cee009e21ae56274148afa01edf32654e47d SHA512 4bfabecae86cf11a13bd45025d7fbdee189918e0cd4eee0128856897710b44afd19df5675cae9426d30e9d8cd09b358333438cd05701fa0a7a00a8493a77e1f7 WHIRLPOOL 4c185575c39ad6d377d55e7ff3117156e2e857b62e2ecf9e8dfe97a59563e9341c73ccbd6072d9c6dbdf28b5a42da45c781459c0fa7424a7b6ddf04b98bb92f8
diff --git a/media-sound/flac123/flac123-0.0.12.ebuild b/media-sound/flac123/flac123-0.0.12.ebuild
new file mode 100644
index 000000000000..4a509c7ebcd2
--- /dev/null
+++ b/media-sound/flac123/flac123-0.0.12.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+inherit autotools
+
+DESCRIPTION="console app for playing FLAC audio files"
+HOMEPAGE="http://flac-tools.sourceforge.net"
+SRC_URI="mirror://sourceforge/flac-tools/${P}-release.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm ppc ppc64 sh sparc x86"
+IUSE=""
+
+RDEPEND="dev-libs/popt
+ media-libs/flac
+ media-libs/libao
+ media-libs/libogg"
+DEPEND="${RDEPEND}"
+
+DOCS="AUTHORS BUGS ChangeLog NEWS README*"
+
+src_prepare() {
+ eautoreconf
+}
diff --git a/media-sound/flac123/metadata.xml b/media-sound/flac123/metadata.xml
new file mode 100644
index 000000000000..38f02c77fdf9
--- /dev/null
+++ b/media-sound/flac123/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sound</herd>
+ <upstream>
+ <remote-id type="sourceforge">flac-tools</remote-id>
+ </upstream>
+</pkgmetadata>