From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 123431388C0 for ; Tue, 23 Feb 2016 19:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4307821C009; Tue, 23 Feb 2016 19:33:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C90ED21C004 for ; Tue, 23 Feb 2016 19:33:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A261340C1E for ; Tue, 23 Feb 2016 19:33:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 658E018A5 for ; Tue, 23 Feb 2016 19:33:01 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1456255871.ca7d810eb017cddfe3fa80d97e2a5faf43a479ed.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/dcadec/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/dcadec/Manifest media-sound/dcadec/dcadec-0.2.0.ebuild media-sound/dcadec/metadata.xml X-VCS-Directories: media-sound/dcadec/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: ca7d810eb017cddfe3fa80d97e2a5faf43a479ed X-VCS-Branch: master Date: Tue, 23 Feb 2016 19:33:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e8196e67-c3c8-4b5e-8fea-b29cd84c1404 X-Archives-Hash: bb74d6fb6c519390108dae7250f52b4c commit: ca7d810eb017cddfe3fa80d97e2a5faf43a479ed Author: Mike Frysinger gentoo org> AuthorDate: Tue Feb 23 18:22:54 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Feb 23 19:31:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7d810e media-sound/dcadec: new package #559348 media-sound/dcadec/Manifest | 1 + media-sound/dcadec/dcadec-0.2.0.ebuild | 37 ++++++++++++++++++++++++++++++++++ media-sound/dcadec/metadata.xml | 10 +++++++++ 3 files changed, 48 insertions(+) diff --git a/media-sound/dcadec/Manifest b/media-sound/dcadec/Manifest new file mode 100644 index 0000000..d1c9fdd --- /dev/null +++ b/media-sound/dcadec/Manifest @@ -0,0 +1 @@ +DIST dcadec-0.2.0.tar.gz 225305 SHA256 ed9d207fde3e8d576f3af8b0d1235b3371e315175757173689104efcaebf0d44 SHA512 94edcc0b4449882ebeb08f8b39fe44a5302731df2dad3a3e0b0f787fd7c2c3e3992fed95e6f594af516e982cec34b057aab30e6457c098df61f495a487125acb WHIRLPOOL 33aa735fed95dcb5cb97fec767971bc151c7925f40589beb9c10fca57e0871da66b800fc9a23613a14e8ffbec2758a5e516debf3bb600e2c2c9f1fcad14b66e4 diff --git a/media-sound/dcadec/dcadec-0.2.0.ebuild b/media-sound/dcadec/dcadec-0.2.0.ebuild new file mode 100644 index 0000000..d93dc26 --- /dev/null +++ b/media-sound/dcadec/dcadec-0.2.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit toolchain-funcs multilib + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://github.com/foo86/dcadec.git" + inherit git-r3 +else + SRC_URI="https://github.com/foo86/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi + +DESCRIPTION="DTS Coherent Acoustics decoder with support for HD extensions" +HOMEPAGE="https://github.com/foo86/dcadec" + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +src_configure() { + tc-export AR CC + sed -i \ + -e "/^PREFIX /s:=.*:= ${EPREFIX}/usr:" \ + -e "/^LIBDIR /s:/lib:/$(get_libdir):" \ + -e '/^CFLAGS/s:-O3::' \ + Makefile || die +} + +src_install() { + default + # Rename the executable since it conflicts with libdca. + mv "${ED}"/usr/bin/dcadec{,-new} || die +} diff --git a/media-sound/dcadec/metadata.xml b/media-sound/dcadec/metadata.xml new file mode 100644 index 0000000..7294e2a --- /dev/null +++ b/media-sound/dcadec/metadata.xml @@ -0,0 +1,10 @@ + + + + + sound@gentoo.org + + + foo86/dcadec + +