Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 141332 Details for
Bug 201093
app-misc/beagle-0.3.6 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to configure.in adding a toggle for the internal taglib-sharp
beagle-0.3.2-fix-taglib-configure-logic.patch (text/plain), 1.41 KB, created by
Nirbheek Chauhan (RETIRED)
on 2008-01-19 21:00:40 UTC
(
hide
)
Description:
Patch to configure.in adding a toggle for the internal taglib-sharp
Filename:
MIME Type:
Creator:
Nirbheek Chauhan (RETIRED)
Created:
2008-01-19 21:00:40 UTC
Size:
1.41 KB
patch
obsolete
>Index: beagle/configure.in >=================================================================== >--- beagle/configure.in (revision 4405) >+++ beagle/configure.in (working copy) >@@ -345,9 +345,24 @@ > > dnl taglib-sharp: Needed for indexing audio formats > >-PKG_CHECK_MODULES(TAGLIB_SHARP, taglib-sharp >= 2.0, internal_taglib=no, internal_taglib=yes) >+AC_ARG_ENABLE([internal-taglib], >+ AC_HELP_STRING([--enable-internal-taglib], [Use internal taglib-sharp (default auto)]), >+ enable_internal_taglib=$enableval, >+ enable_internal_taglib=auto) >+ >+if test "x$enable_internal_taglib" != "xyes"; then >+ PKG_CHECK_MODULES(TAGLIB_SHARP, taglib-sharp >= 2.0, internal_taglib=no, internal_taglib=yes) >+ if test "x$enable_internal_taglib" = "xno" -a "x$internal_taglib" = "xyes"; then >+ AC_MSG_ERROR([taglib-sharp => 2.0 not found]) >+ else >+ enable_internal_taglib=$internal_taglib >+ fi >+else >+ enable_internal_taglib="yes" >+fi >+ > AC_SUBST(TAGLIB_SHARP_LIBS) >-AM_CONDITIONAL(INTERNAL_TAGLIB, test "x$internal_taglib" = "xyes") >+AM_CONDITIONAL(INTERNAL_TAGLIB, test "x$enable_internal_taglib" = "xyes") > > dnl ---------------------------------------------- > >@@ -622,7 +637,7 @@ > Epiphany Extension? ${enable_epiphany_extension} > Thunderbird Extension? ${enable_tbird} > >- Local taglib-sharp? ${internal_taglib} >+ Local taglib-sharp? ${enable_internal_taglib} > > Monitor screensaver ${have_xss} > beagle-search GUI ${enable_gui}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201093
:
138002
|
138837
|
138956
|
138958
|
138961
|
138963
|
138964
|
139633
|
139635
|
139636
|
139638
|
139839
|
139840
|
140322
|
140609
|
141140
|
141330
|
141332
|
141333
|
141334
|
142575
|
142577
|
142611