diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-04-02 18:37:28 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-04-02 18:37:28 +0000 |
commit | 5ba6b6dd310d65b56d2ada05cc5ccfdf95e22e1e (patch) | |
tree | 7d4acbe634e28dc843fbfa55ae7c235fd67350ca /media-sound/muine/files | |
parent | Adding ebuild for NDoc. (diff) | |
download | gentoo-2-5ba6b6dd310d65b56d2ada05cc5ccfdf95e22e1e.tar.gz gentoo-2-5ba6b6dd310d65b56d2ada05cc5ccfdf95e22e1e.tar.bz2 gentoo-2-5ba6b6dd310d65b56d2ada05cc5ccfdf95e22e1e.zip |
Bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-sound/muine/files')
-rw-r--r-- | media-sound/muine/files/digest-muine-0.8.2 | 1 | ||||
-rw-r--r-- | media-sound/muine/files/muine-0.8.2-autoconf.diff | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/media-sound/muine/files/digest-muine-0.8.2 b/media-sound/muine/files/digest-muine-0.8.2 new file mode 100644 index 000000000000..4089a15ebac5 --- /dev/null +++ b/media-sound/muine/files/digest-muine-0.8.2 @@ -0,0 +1 @@ +MD5 7b6e8cf76cf35fe54eeb51d875f4e09f muine-0.8.2.tar.gz 754247 diff --git a/media-sound/muine/files/muine-0.8.2-autoconf.diff b/media-sound/muine/files/muine-0.8.2-autoconf.diff new file mode 100644 index 000000000000..dc3d063136cb --- /dev/null +++ b/media-sound/muine/files/muine-0.8.2-autoconf.diff @@ -0,0 +1,31 @@ +diff -aur muine-0.8.2-orig/configure muine-0.8.2/configure +--- muine-0.8.2-orig/configure 2005-02-07 12:18:26.000000000 -0500 ++++ muine-0.8.2/configure 2005-04-02 12:29:34.000000000 -0500 +@@ -21620,9 +21620,10 @@ + enableval="$enable_faad2" + + else +- have_faad2=yes ++ enable_faad2=yes + fi; +-if test "x$have_faad2" = "xyes"; then ++ ++if test "x$enable_faad2" = "xyes"; then + if test "${ac_cv_header_mp4ff_h+set}" = set; then + echo "$as_me:$LINENO: checking for mp4ff.h" >&5 + echo $ECHO_N "checking for mp4ff.h... $ECHO_C" >&6 +diff -aur muine-0.8.2-orig/configure.in muine-0.8.2/configure.in +--- muine-0.8.2-orig/configure.in 2005-02-07 12:18:08.000000000 -0500 ++++ muine-0.8.2/configure.in 2005-04-02 12:29:24.000000000 -0500 +@@ -112,8 +112,9 @@ + AC_SUBST(ID3TAG_LIBS) + + dnl Check for FAAD +-AC_ARG_ENABLE(faad2, [ --disable-faad2 Disable AAC support],,have_faad2=yes) +-if test "x$have_faad2" = "xyes"; then ++AC_ARG_ENABLE(faad2, [ --disable-faad2 Disable AAC support],,enable_faad2=yes) ++ ++if test "x$enable_faad2" = "xyes"; then + AC_CHECK_HEADER(mp4ff.h, faad2_detect=yes, faad_detect=no) + if test "x$faad2_detect" = "xyes"; then + FAAD_LIBS="-lmp4ff -lfaad" |