summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-03 08:51:41 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-03 08:51:41 +0000
commite3f7b0329ecb17547ce775edcf08f44f466d117b (patch)
tree15cde31df416c1032493a217fa6d5dc3cb5b7cc9 /media-libs
parentadd arm64 support, tested on A53 board (diff)
downloadgentoo-2-e3f7b0329ecb17547ce775edcf08f44f466d117b.tar.gz
gentoo-2-e3f7b0329ecb17547ce775edcf08f44f466d117b.tar.bz2
gentoo-2-e3f7b0329ecb17547ce775edcf08f44f466d117b.zip
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libsamplerate/ChangeLog7
-rw-r--r--media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libsamplerate/ChangeLog b/media-libs/libsamplerate/ChangeLog
index 029805d33876..956f6574f025 100644
--- a/media-libs/libsamplerate/ChangeLog
+++ b/media-libs/libsamplerate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libsamplerate
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.85 2014/08/23 15:31:31 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.86 2015/03/03 08:51:41 dlan Exp $
+
+ 03 Mar 2015; Yixun Lan <dlan@gentoo.org> libsamplerate-0.1.8-r1.ebuild:
+ add arm64 support, tested on A53 board
23 Aug 2014; Agostino Sarubbo <ago@gentoo.org> libsamplerate-0.1.8-r1.ebuild:
Stable for ia64, wrt bug #512012
diff --git a/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild b/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild
index 44fe80e8c4a2..fcc688069f76 100644
--- a/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild
+++ b/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild,v 1.11 2014/08/23 15:31:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild,v 1.12 2015/03/03 08:51:41 dlan Exp $
EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="http://www.mega-nerd.com/SRC/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="sndfile static-libs"
RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.2 )