FreeBSD Bugzilla – Attachment 31887 Details for
Bug 52946
Add cdparanoia support to gstreamer-plugins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gstreamer-plugins.diff
gstreamer-plugins.diff (text/plain), 1.61 KB, created by
Koop Mast
on 2003-06-04 20:30:11 UTC
(
hide
)
Description:
gstreamer-plugins.diff
Filename:
MIME Type:
Creator:
Koop Mast
Created:
2003-06-04 20:30:11 UTC
Size:
1.61 KB
patch
obsolete
>diff -ruN gstreamer-plugins.orig/Makefile gstreamer-plugins/Makefile >--- gstreamer-plugins.orig/Makefile Tue May 13 22:05:16 2003 >+++ gstreamer-plugins/Makefile Wed May 28 20:07:43 2003 >@@ -138,6 +138,11 @@ > WITH_AVIFILE=yes > .endif > >+# cdparanoia >+.if exists(${LOCALBASE}/lib/libcdda_paranoia.a) >+WITH_CDPARANOIA=yes >+.endif >+ > # esound > .if (${HAVE_GNOME:Mesound}!="") > WITH_ESOUND=yes >@@ -304,6 +309,15 @@ > PLIST_SUB+= AVIFILE="" > .endif > >+# cdparanoia >+.ifndef(WITH_CDPARANOIA) >+CONFIGURE_ARGS+= --disble-cdparanoia >+PLIST_SUB+= CDPARANOIA="@comment " >+.else >+LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia >+PLIST_SUB+= CDPARANOIA="" >+.endif >+ > # esound > .ifndef(WITH_ESOUND) > CONFIGURE_ARGS+= --disable-esd \ >@@ -605,6 +619,10 @@ > @${ECHO_MSG} '===>' > @${ECHO_MSG} '===> Define WITH_AVIFILE to enable avifile Video plugin' > .endif >+.ifndef(WITH_CDPARANOIA) >+ @${ECHO_MSG} '===>' >+ @${ECHO_MSG} '===> Define WITH_CDPARANOIA to enable cdparanoia Audio plugin' >+.endif > .ifndef(WITH_ESOUND) > @${ECHO_MSG} '===>' > @${ECHO_MSG} '===> Define WITH_ESOUND to enable esound Audio plugin' >diff -ruN gstreamer-plugins.orig/pkg-plist gstreamer-plugins/pkg-plist >--- gstreamer-plugins.orig/pkg-plist Tue Apr 22 22:01:35 2003 >+++ gstreamer-plugins/pkg-plist Wed May 28 19:57:23 2003 >@@ -22,6 +22,7 @@ > lib/gstreamer-%%VERSION%%/libgstauparse.so > lib/gstreamer-%%VERSION%%/libgstavidemux.so > lib/gstreamer-%%VERSION%%/libgstavimux.so >+%%CDPARANOIA%%lib/gstreamer-%%VERSION%%/libgstcdparanoia.so > lib/gstreamer-%%VERSION%%/libgstcdxaparse.so > lib/gstreamer-%%VERSION%%/libgstchart.so > %%HERMES%%lib/gstreamer-%%VERSION%%/libgstcolorspace.so
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 52946
: 31887