diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 09:04:47 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 09:04:47 +0000 |
commit | 66fa5f9f15ddd62fc0bca8a22adb3ebf5c5bfa67 (patch) | |
tree | 918cffc58ef2e70c1b33a2466a1ecd1ab82f177e /media-libs/sdl-mixer | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-66fa5f9f15ddd62fc0bca8a22adb3ebf5c5bfa67.tar.gz gentoo-2-66fa5f9f15ddd62fc0bca8a22adb3ebf5c5bfa67.tar.bz2 gentoo-2-66fa5f9f15ddd62fc0bca8a22adb3ebf5c5bfa67.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/sdl-mixer')
-rw-r--r-- | media-libs/sdl-mixer/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-mixer/ChangeLog b/media-libs/sdl-mixer/ChangeLog index c328c7886d53..390ec613dc44 100644 --- a/media-libs/sdl-mixer/ChangeLog +++ b/media-libs/sdl-mixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sdl-mixer # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.135 2015/01/16 09:59:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.136 2015/03/03 09:04:47 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> sdl-mixer-1.2.12-r4.ebuild: + add arm64 support, tested on A53 board 16 Jan 2015; Raúl Porcel <armin76@gentoo.org> sdl-mixer-1.2.12-r4.ebuild: alpha/ia64/sh/sparc stable wrt #525500 diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild index cffa5d8a03fb..5d4cf47bdc84 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild,v 1.9 2015/01/16 09:59:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild,v 1.10 2015/03/03 09:04:47 dlan Exp $ EAPI=5 inherit eutils multilib-minimal @@ -12,7 +12,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="flac fluidsynth mad midi mikmod mod modplug mp3 playtools smpeg static-libs timidity vorbis +wav" REQUIRED_USE=" midi? ( || ( timidity fluidsynth ) ) |