Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libmikmod: ChangeLog libmikmod-3.3.6.ebuild
Date: Fri, 21 Mar 2014 21:48:17
Message-Id: 20140321214811.7CE4A2004E@flycatcher.gentoo.org
1 aballier 14/03/21 21:48:11
2
3 Modified: ChangeLog
4 Added: libmikmod-3.3.6.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.116 media-libs/libmikmod/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmikmod/ChangeLog?rev=1.116&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmikmod/ChangeLog?rev=1.116&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmikmod/ChangeLog?r1=1.115&r2=1.116
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libmikmod/ChangeLog,v
20 retrieving revision 1.115
21 retrieving revision 1.116
22 diff -u -r1.115 -r1.116
23 --- ChangeLog 11 Jan 2014 14:24:44 -0000 1.115
24 +++ ChangeLog 21 Mar 2014 21:48:11 -0000 1.116
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/libmikmod
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/ChangeLog,v 1.115 2014/01/11 14:24:44 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/ChangeLog,v 1.116 2014/03/21 21:48:11 aballier Exp $
30 +
31 +*libmikmod-3.3.6 (21 Mar 2014)
32 +
33 + 21 Mar 2014; Alexis Ballier <aballier@g.o> +libmikmod-3.3.6.ebuild:
34 + version bump
35
36 *libmikmod-3.3.5 (11 Jan 2014)
37
38
39
40
41 1.1 media-libs/libmikmod/libmikmod-3.3.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmikmod/libmikmod-3.3.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmikmod/libmikmod-3.3.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libmikmod-3.3.6.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/libmikmod-3.3.6.ebuild,v 1.1 2014/03/21 21:48:11 aballier Exp $
51
52 EAPI=5
53 inherit eutils multilib-minimal
54
55 DESCRIPTION="A library to play a wide range of module formats"
56 HOMEPAGE="http://mikmod.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz"
58
59 LICENSE="LGPL-2+ LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
62 IUSE="+alsa altivec coreaudio debug nas openal oss pulseaudio sse2 static-libs +threads"
63
64 REQUIRED_USE="|| ( alsa oss coreaudio )"
65
66 RDEPEND="alsa? ( media-libs/alsa-lib:=[${MULTILIB_USEDEP}] )
67 nas? ( media-libs/nas:=[${MULTILIB_USEDEP}] )
68 openal? ( >=media-libs/openal-1.15.1-r1[${MULTILIB_USEDEP}] )
69 pulseaudio? ( >=media-sound/pulseaudio-4.0-r1[${MULTILIB_USEDEP}] )
70 !${CATEGORY}/${PN}:2
71 abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r3
72 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
73 DEPEND="${RDEPEND}
74 oss? ( virtual/os-headers )"
75
76 multilib_src_configure() {
77 local mysimd="--disable-simd"
78 if use ppc || use ppc64 || use ppc-macos; then
79 mysimd="$(use_enable altivec simd)"
80 fi
81 if use amd64 || use x86 || use x86-fbsd || use x86-freebsd || use amd64-linux || use x86-linux || use x86-macos; then
82 mysimd="$(use_enable sse2 simd)"
83 fi
84
85 # sdl, sdl2: missing multilib supported ebuilds, temporarily disabled
86 ECONF_SOURCE=${S} \
87 econf \
88 $(use_enable alsa) \
89 $(use_enable nas) \
90 $(use_enable pulseaudio) \
91 --disable-sdl \
92 --disable-sdl2 \
93 $(use_enable openal) \
94 $(use_enable oss) \
95 $(use_enable coreaudio osx) \
96 $(use_enable debug) \
97 $(use_enable threads) \
98 $(use_enable static-libs static) \
99 --disable-dl \
100 ${mysimd}
101 }
102
103 multilib_src_install() {
104 emake DESTDIR="${D}" install
105 dosym ${PN}$(get_libname 3) /usr/$(get_libdir)/${PN}$(get_libname 2)
106 }
107
108 multilib_src_install_all() {
109 dodoc AUTHORS NEWS README TODO
110 dohtml docs/*.html
111 prune_libtool_files
112 }