Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 215636 Details for
Bug 300155
ebuild request: media-sound/moc-2.5.0_alpha4-r1 turns on musepack support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch
moc-2.5.0_alpha4-libmpcdecsv7.patch (text/plain), 1.32 KB, created by
Hack_leberry Finn
on 2010-01-08 12:05:06 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Hack_leberry Finn
Created:
2010-01-08 12:05:06 UTC
Size:
1.32 KB
patch
obsolete
>diff -Narup moc-2.5.0-alpha4.org/configure.in moc-2.5.0-alpha4/configure.in >--- moc-2.5.0-alpha4.org/configure.in 2010-01-08 10:47:55.000000000 +0100 >+++ moc-2.5.0-alpha4/configure.in 2010-01-08 10:52:17.000000000 +0100 >@@ -324,10 +324,10 @@ AC_ARG_WITH(musepack, AS_HELP_STRING(--w > if test "x$with_musepack" != "xno" > then > dnl taken from gstreamer >- AC_CHECK_HEADER([mpcdec/mpcdec.h], [ >+ AC_CHECK_HEADER([mpcdecsv7/mpcdec.h], [ > have_musepack="yes" > AC_DEFINE(MPC_IS_OLD_API, 1, [Define if the old MusePack API is used]) >- MUSEPACK_LIBS="-lmpcdec" >+ MUSEPACK_LIBS="-lmpcdecsv7" > AC_SUBST(MUSEPACK_LIBS) > ], [AC_CHECK_HEADER([mpc/mpcdec.h], [ > have_musepack="yes" >@@ -339,7 +339,7 @@ then > if test "x$have_musepack" = "xyes" > then > >- MUSEPACK_LIBS="-lmpcdec" >+ MUSEPACK_LIBS="-lmpcdecsv7" > AC_SUBST([MUSEPACK_LIBS]) > > dnl taglib >diff -Narup moc-2.5.0-alpha4.org/decoder_plugins/musepack/musepack.c moc-2.5.0-alpha4/decoder_plugins/musepack/musepack.c >--- moc-2.5.0-alpha4.org/decoder_plugins/musepack/musepack.c 2010-01-08 10:47:55.000000000 +0100 >+++ moc-2.5.0-alpha4/decoder_plugins/musepack/musepack.c 2010-01-08 10:53:13.000000000 +0100 >@@ -22,7 +22,7 @@ > #include <errno.h> > > #ifdef MPC_IS_OLD_API >-# include <mpcdec/mpcdec.h> >+# include <mpcdecsv7/mpcdec.h> > #else > # include <mpc/mpcdec.h> > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 300155
:
215635
| 215636