[proaudio] [2304] holap: moved to autotools eclass, and other need fox because it was not working here on ~amd64 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Revision: 2304
Author: dominique
Date: 2012-11-14 01:41:23 +0100 (Wed, 14 Nov 2012)
Log Message:
-----------
holap: moved to autotools eclass, and other need fox because it was not working here on ~amd64
Modified Paths:
--------------
trunk/overlays/proaudio/media-plugins/holap/ChangeLog
trunk/overlays/proaudio/media-plugins/holap/holap-2012.10.26.ebuild
Modified: trunk/overlays/proaudio/media-plugins/holap/ChangeLog
===================================================================
--- trunk/overlays/proaudio/media-plugins/holap/ChangeLog 2012-11-14 00:08:57 UTC (rev 2303)
+++ trunk/overlays/proaudio/media-plugins/holap/ChangeLog 2012-11-14 00:41:23 UTC (rev 2304)
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Nov 2012; Dominique Michel <dominique_libre@xxxxxxxxxxxxxxx> holap-2012.10.26.ebuild:
+ moved to autotools eclass, adding WANT_AUTOCONF and WANT_AUTOMAKE; use the same function
+ as in the original autoconf system instead of eautoreconf
+
*holap-2012.10.26 (12 Nov 2012)
12 Nov 2012; Gavin Pryke (gavlee) <gavinlee303@xxxxxxxxxxxxxx>
Modified: trunk/overlays/proaudio/media-plugins/holap/holap-2012.10.26.ebuild
===================================================================
--- trunk/overlays/proaudio/media-plugins/holap/holap-2012.10.26.ebuild 2012-11-14 00:08:57 UTC (rev 2303)
+++ trunk/overlays/proaudio/media-plugins/holap/holap-2012.10.26.ebuild 2012-11-14 00:41:23 UTC (rev 2304)
@@ -3,7 +3,9 @@
# $Header: $
EAPI=4
-inherit autotools-utils flag-o-matic multilib
+inherit autotools flag-o-matic multilib
+WANT_AUTOCONF="2.59"
+WANT_AUTOMAKE="1.9"
DESCRIPTION="Holborn Audio Plugins: DSSI and LADSPA audio plugins, including DSP effects and a FM synthesizer"
HOMEPAGE="http://holap.berlios.de/index.html"
@@ -35,7 +37,10 @@
local p=
for p in ${HOLAP_ALL_PLUGINS}; do
cd "${S}"/"${p}"
- eautoreconf
+ eaclocal
+ eautoheader
+ eautoconf
+ eautomake -a --gnu
done
}