openbsd-ports/audio/rhythmbox/patches/patch-configure_ac
2011-09-17 14:15:32 +00:00

20 lines
607 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.5 2011/09/17 14:15:32 ajacoutot Exp $
audiocd plugin requires cdda support in gvfs which we do not provide as
this would require HAL or gudev.
--- configure.ac.orig Sat Sep 17 14:54:09 2011
+++ configure.ac Sat Sep 17 15:51:40 2011
@@ -343,11 +343,6 @@ fi
AC_CHECK_LIB(z, uncompress)
-dnl check for libgstcdda, needed to list the audio tracks
-PKG_CHECK_MODULES(GSTCDDA, gstreamer-cdda-0.10)
-AC_SUBST(GSTCDDA_LIBS)
-AC_SUBST(GSTCDDA_CFLAGS)
-
dnl check for MusicBrainz
have_sj_metadata_getter=no
AC_ARG_ENABLE(musicbrainz, AC_HELP_STRING([--disable-musicbrainz],