* [gentoo-commits] gentoo-x86 commit in dev-libs/libcdio/files: libcdio-0.80-automagic-cddb.patch
@ 2009-08-28 17:51 Peter Volkov (pva)
0 siblings, 0 replies; 2+ messages in thread
From: Peter Volkov (pva) @ 2009-08-28 17:51 UTC (permalink / raw
To: gentoo-commits
pva 09/08/28 17:51:11
Added: libcdio-0.80-automagic-cddb.patch
Log:
Fixed automagic dependency on libcddb, bug #272788.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-libs/libcdio/files/libcdio-0.80-automagic-cddb.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/files/libcdio-0.80-automagic-cddb.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/files/libcdio-0.80-automagic-cddb.patch?rev=1.1&content-type=text/plain
Index: libcdio-0.80-automagic-cddb.patch
===================================================================
https://savannah.gnu.org/patch/index.php?6904
--- configure.ac 2009-08-28 16:57:41 +0000
+++ configure.ac 2009-08-28 17:04:44 +0000
@@ -582,9 +582,9 @@
enable_cddb=yes
AC_ARG_ENABLE(cddb,
[ --enable-cddb include CDDB lookups in cd_info (default enabled)],
- enable_cddb=yes, enable_cddb=no)
+ [], enable_cddb=check)
fi
-if test x$enable_cddb != "no" ; then
+if test x$enable_cddb != x"no" ; then
PKG_CHECK_MODULES(CDDB, libcddb >= 1.0.1, [
HAVE_CDDB=yes
AC_DEFINE(HAVE_CDDB, [], [Define this if you have libcddb installed])
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libcdio/files: libcdio-0.80-automagic-cddb.patch
@ 2013-03-06 13:45 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-03-06 13:45 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/03/06 13:45:41
Removed: libcdio-0.80-automagic-cddb.patch
Log:
old
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-06 13:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-06 13:45 [gentoo-commits] gentoo-x86 commit in dev-libs/libcdio/files: libcdio-0.80-automagic-cddb.patch Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2009-08-28 17:51 Peter Volkov (pva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox