public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/alsaplayer/files: alsaplayer-0.99.80-enable-libid3tag.patch
@ 2009-03-01  9:39 Stuart Longland (redhatter)
  0 siblings, 0 replies; only message in thread
From: Stuart Longland (redhatter) @ 2009-03-01  9:39 UTC (permalink / raw
  To: gentoo-commits

redhatter    09/03/01 09:39:39

  Added:                alsaplayer-0.99.80-enable-libid3tag.patch
  Log:
  Add id3tag USE flag to alsaplayer (and patch configure.ac accordingly).  Resolves bug #210163.
  (Portage version: 2.1.6.7/cvs/Linux mips64)

Revision  Changes    Path
1.1                  media-sound/alsaplayer/files/alsaplayer-0.99.80-enable-libid3tag.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsaplayer/files/alsaplayer-0.99.80-enable-libid3tag.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsaplayer/files/alsaplayer-0.99.80-enable-libid3tag.patch?rev=1.1&content-type=text/plain

Index: alsaplayer-0.99.80-enable-libid3tag.patch
===================================================================
--- alsaplayer-0.99.80/configure.ac	2007-11-04 06:15:35.000000000 +1000
+++ alsaplayer-0.99.80.new/configure.ac	2009-03-01 17:25:22.344483528 +1000
@@ -292,6 +292,16 @@
 
 AC_CHECK_LIB(id3tag, id3_file_open,
      FLC_LDADD="$FLC_LDADD -lid3tag -lz"; use_libid3tag=yes; AC_DEFINE(HAVE_LIBID3TAG, 1, [Define if you have libid3tag library (-lid3tag)]), use_libid3tag=no)
+AC_ARG_ENABLE(id3tag,
+[  --enable-id3tag         Enable libid3tag support (default=yes)],
+[if test "$enableval" = "no"
+then
+	if test "$use_libid3tag" = "yes"
+	then
+		use_libid3tag=no
+	fi
+fi])
+
 
 CFLAGS=$oldcflags
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-01  9:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-01  9:39 [gentoo-commits] gentoo-x86 commit in media-sound/alsaplayer/files: alsaplayer-0.99.80-enable-libid3tag.patch Stuart Longland (redhatter)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox