diff options
-rw-r--r-- | media-sound/aumix/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/aumix/aumix-2.8-r2.ebuild | 7 | ||||
-rw-r--r-- | media-sound/aumix/files/aumix-2.8-nls.patch | 27 |
3 files changed, 35 insertions, 6 deletions
diff --git a/media-sound/aumix/ChangeLog b/media-sound/aumix/ChangeLog index 9563fc20a647..e0d6c26276fd 100644 --- a/media-sound/aumix/ChangeLog +++ b/media-sound/aumix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/aumix # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/ChangeLog,v 1.38 2004/10/15 11:59:02 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/ChangeLog,v 1.39 2004/10/31 10:15:29 eradicator Exp $ + + 31 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> + +files/aumix-2.8-nls.patch: + Only installing .desktop file to applications dir. Fixed building with -nls + to close bug #58897. 15 Oct 2004; David Holm <dholm@gentoo.org> aumix-2.8-r2.ebuild: Added to ~ppc. diff --git a/media-sound/aumix/aumix-2.8-r2.ebuild b/media-sound/aumix/aumix-2.8-r2.ebuild index 3dcd58cc35d5..1e9ccd31ab9d 100644 --- a/media-sound/aumix/aumix-2.8-r2.ebuild +++ b/media-sound/aumix/aumix-2.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/aumix-2.8-r2.ebuild,v 1.6 2004/10/15 11:59:02 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/aumix-2.8-r2.ebuild,v 1.7 2004/10/31 10:15:29 eradicator Exp $ IUSE="gtk gtk2 gpm nls" @@ -29,6 +29,7 @@ src_unpack() { epatch ${FILESDIR}/${P}-nohome.patch epatch ${FILESDIR}/${P}-close-dialogs.patch epatch ${FILESDIR}/${P}-save_load.patch + epatch ${FILESDIR}/${P}-nls.patch } src_compile() { @@ -60,10 +61,6 @@ src_install() { dodoc AUTHORS BUGS COPYING ChangeLog NEWS README TODO - insinto /usr/share/gnome/apps/Multimedia - doins ${FILESDIR}/aumix.desktop - insinto /usr/share/applnk/Multimedia - doins ${FILESDIR}/aumix.desktop insinto /usr/share/applications doins ${FILESDIR}/aumix.desktop diff --git a/media-sound/aumix/files/aumix-2.8-nls.patch b/media-sound/aumix/files/aumix-2.8-nls.patch new file mode 100644 index 000000000000..3243d48409f3 --- /dev/null +++ b/media-sound/aumix/files/aumix-2.8-nls.patch @@ -0,0 +1,27 @@ +diff -Naur aumix-2.8.orig/configure aumix-2.8/configure +--- aumix-2.8.orig/configure 2002-11-24 17:35:48.000000000 -0800 ++++ aumix-2.8/configure 2004-10-31 02:11:40.038574588 -0800 +@@ -3801,10 +3801,6 @@ + USE_INCLUDED_LIBINTL=no + + +-USE_NLS=yes +- +- +- + trap '' 1 2 15 + cat > confcache <<\EOF + # This file is a shell script that caches the results of configure +diff -Naur aumix-2.8.orig/configure.in aumix-2.8/configure.in +--- aumix-2.8.orig/configure.in 2002-11-24 17:04:16.000000000 -0800 ++++ aumix-2.8/configure.in 2004-10-31 02:11:09.622964264 -0800 +@@ -240,9 +240,6 @@ + USE_INCLUDED_LIBINTL=no + AC_SUBST(USE_INCLUDED_LIBINTL) + +-USE_NLS=yes +-AC_SUBST(USE_NLS) +- + dnl AC_OUTPUT(Makefile) + dnl AC_OUTPUT([Makefile intl/Makefile.in po/Makefile.in], + dnl [AUMIX_PROCESS_PO test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h]) |