public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: media-libs/freac-cdk/
@ 2015-11-02 15:36 Sebastian Pipping
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping @ 2015-11-02 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     94d5127f6ee363c5c7dc403d923bdac0b1c20123
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Nov  2 15:01:30 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Nov  2 15:01:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=94d5127f

media-libs/freac-cdk: 20151030

 media-libs/freac-cdk/freac-cdk-20151030.ebuild | 37 ++++++++++++++++++++++++++
 media-libs/freac-cdk/metadata.xml              |  8 ++++++
 2 files changed, 45 insertions(+)

diff --git a/media-libs/freac-cdk/freac-cdk-20151030.ebuild b/media-libs/freac-cdk/freac-cdk-20151030.ebuild
new file mode 100644
index 0000000..ebe4753
--- /dev/null
+++ b/media-libs/freac-cdk/freac-cdk-20151030.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="fre:ac Component Development Kit"
+HOMEPAGE="https://www.freac.org/"
+SRC_URI="https://freac.org/preview/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/libcdio
+	dev-libs/libcdio-paranoia
+	media-libs/alsa-lib
+	media-libs/flac
+	media-libs/libvorbis
+	media-libs/opus
+	media-libs/speex
+	sys-devel/gcc:*[cxx]
+	x11-libs/smooth
+	"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	emake prefix=/usr
+}
+
+src_install() {
+	addpredict /etc/ld.so.cache:/etc/ld.so.cache~
+
+	emake DESTDIR="${D}" prefix=/usr install
+}

diff --git a/media-libs/freac-cdk/metadata.xml b/media-libs/freac-cdk/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/media-libs/freac-cdk/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: media-libs/freac-cdk/
@ 2016-01-02 23:27 Sebastian Pipping
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping @ 2016-01-02 23:27 UTC (permalink / raw
  To: gentoo-commits

commit:     2c7454611f2d139066eb1e7f91285211af93c142
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat Jan  2 23:15:30 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 23:27:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=2c745461

media-libs/freac-cdk: 20151115

 media-libs/freac-cdk/freac-cdk-20151115.ebuild | 46 ++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/media-libs/freac-cdk/freac-cdk-20151115.ebuild b/media-libs/freac-cdk/freac-cdk-20151115.ebuild
new file mode 100644
index 0000000..2d9d25f
--- /dev/null
+++ b/media-libs/freac-cdk/freac-cdk-20151115.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="fre:ac Component Development Kit"
+HOMEPAGE="https://www.freac.org/"
+SRC_URI="https://freac.org/preview/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/expat
+	dev-libs/libcdio
+	dev-libs/libcdio-paranoia
+	dev-libs/uriparser
+	media-libs/alsa-lib
+	media-libs/flac
+	media-libs/libvorbis
+	media-libs/libxspf
+	media-libs/opus
+	media-libs/speex
+	sys-devel/gcc:*[cxx]
+	sys-libs/zlib
+	x11-libs/smooth
+	"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	local config=(
+		systemlibexpat
+		systemliburiparser
+		systemlibxspf
+		systemzlib
+	)
+
+	emake prefix=/usr config="${config[*]}"
+}
+
+src_install() {
+	emake DESTDIR="${D}" prefix=/usr install
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-02 23:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-02 23:27 [gentoo-commits] proj/betagarden:master commit in: media-libs/freac-cdk/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2015-11-02 15:36 Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox