diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-19 20:47:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-19 20:47:54 +0000 |
commit | 687d40dc6f5380ea31bd89afd8d5434a927a14e9 (patch) | |
tree | d3099c7d8676a0fbce2f3ea3b8eaaa5a971d40fe /media-sound/alsamixergui | |
parent | conky patch that fixes bug #278343 (diff) | |
download | gentoo-2-687d40dc6f5380ea31bd89afd8d5434a927a14e9.tar.gz gentoo-2-687d40dc6f5380ea31bd89afd8d5434a927a14e9.tar.bz2 gentoo-2-687d40dc6f5380ea31bd89afd8d5434a927a14e9.zip |
Autoconf 2.64 compability wrt #257606.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/alsamixergui')
-rw-r--r-- | media-sound/alsamixergui/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild | 11 | ||||
-rw-r--r-- | media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-fltk-1.1.patch | 14 |
3 files changed, 21 insertions, 13 deletions
diff --git a/media-sound/alsamixergui/ChangeLog b/media-sound/alsamixergui/ChangeLog index 93197cf04bb1..63ca7337d783 100644 --- a/media-sound/alsamixergui/ChangeLog +++ b/media-sound/alsamixergui/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/alsamixergui -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/ChangeLog,v 1.29 2008/12/15 01:39:01 yngwin Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/ChangeLog,v 1.30 2009/07/19 20:47:54 ssuominen Exp $ + + 19 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> + alsamixergui-0.9.0.1.2-r4.ebuild, + files/alsamixergui-0.9.0.1.2-fltk-1.1.patch: + Autoconf 2.64 compability wrt #257606. 15 Dec 2008; Ben de Groot <yngwin@gentoo.org> alsamixergui-0.9.0.1.2-r4.ebuild: diff --git a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild index c72f8ec7bb65..760d857e31b6 100644 --- a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild +++ b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild,v 1.16 2009/06/01 15:01:47 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild,v 1.17 2009/07/19 20:47:54 ssuominen Exp $ EAPI=2 +MY_P=${PN}-0.9.0rc1-2 inherit autotools eutils -NATIVE_VER=0.9.0rc1-2 - DESCRIPTION="AlsaMixerGui - a FLTK based amixer Frontend" -HOMEPAGE="http://www.iua.upf.es/~mdeboer/projects/alsamixergui/" -SRC_URI="ftp://www.iua.upf.es/pub/mdeboer/projects/alsamixergui/${PN}-${NATIVE_VER}.tar.gz" +HOMEPAGE="http://www.gentoo.org" +SRC_URI="mirror://gentoo/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -21,7 +20,7 @@ RDEPEND="media-libs/alsa-lib x11-libs/fltk:1.1" DEPEND="${RDEPEND}" -S=${WORKDIR}/${PN}-${NATIVE_VER} +S=${WORKDIR}/${MY_P} src_prepare() { epatch "${FILESDIR}"/${P}-gcc34.patch \ diff --git a/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-fltk-1.1.patch b/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-fltk-1.1.patch index d1581d06e90d..751f8cc29273 100644 --- a/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-fltk-1.1.patch +++ b/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-fltk-1.1.patch @@ -1,8 +1,7 @@ -Index: alsamixergui-0.9.0rc1-2/configure.in -=================================================================== ---- alsamixergui-0.9.0rc1-2.orig/configure.in -+++ alsamixergui-0.9.0rc1-2/configure.in -@@ -11,7 +11,7 @@ AC_PROG_INSTALL +diff -ur alsamixergui-0.9.0rc1-2.orig/configure.in alsamixergui-0.9.0rc1-2/configure.in +--- alsamixergui-0.9.0rc1-2.orig/configure.in 2002-05-03 12:40:21.000000000 +0300 ++++ alsamixergui-0.9.0rc1-2/configure.in 2009-07-19 23:45:10.000000000 +0300 +@@ -11,11 +11,11 @@ AC_PROG_LN_S dnl Checks for libraries. @@ -11,3 +10,8 @@ Index: alsamixergui-0.9.0rc1-2/configure.in AM_PATH_ALSA(0.9.0) dnl Checks for header files. + AC_HEADER_STDC +-AC_HAVE_HEADERS(stdio.h string.h stdlib.h getopt.h alsa/asoundlib.h FL/Fl.H) ++AC_HAVE_HEADERS(stdio.h string.h stdlib.h getopt.h alsa/asoundlib.h) + + AC_OUTPUT(Makefile src/Makefile) |