FreeBSD Bugzilla – Attachment 112613 Details for
Bug 154043
[maintainer] audio/mangler add support for gsm and pulseaudio
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.08 KB, created by
Janik Galasso
on 2011-01-15 23:10:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Janik Galasso
Created:
2011-01-15 23:10:10 UTC
Size:
1.08 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/audio/mangler/Makefile mangler/Makefile >--- /usr/ports/audio/mangler/Makefile 2010-12-16 05:30:55.000000000 -0500 >+++ mangler/Makefile 2011-01-15 17:28:45.000000000 -0500 >@@ -7,6 +7,7 @@ > > PORTNAME= mangler > PORTVERSION= 1.2.1 >+PORTREVISION= 1 > CATEGORIES= audio > MASTER_SITES= http://www.mangler.org/downloads/ > >@@ -21,13 +22,30 @@ > USE_GNOME= librsvg2 > USE_GMAKE= yes > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --disable-gsm --without-pulseaudio --without-alsa >+CONFIGURE_ARGS= --without-alsa > USE_LDCONFIG= yes > >+OPTIONS= GSM "GSM audio codec support" ON \ >+ PULSEAUDIO "Adds support for the PulseAudio sound server" OFF \ >+ > .include <bsd.port.pre.mk> > > .if ${OSVERSION} < 800000 > BROKEN= does not build > .endif > >+.ifdef(WITH_GSM) >+LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm >+CONFIGURE_ARGS+= --enable-libgsm >+.else >+CONFIGURE_ARGS+= --disable-gsm >+.endif >+ >+.if !defined(WITHOUT_PULSEAUDIO) >+LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio >+CONFIGURE_ARGS+=--with-pulseaudio >+.else >+CONFIGURE_ARGS+=--without-pulseaudio >+.endif >+ > .include <bsd.port.post.mk>
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 154043
: 112613 |
112614