FreeBSD Bugzilla – Attachment 81306 Details for
Bug 116451
[patch] audio/asunder: make options available, set dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 918 bytes, created by
Volker
on 2007-09-19 00:00:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Volker
Created:
2007-09-19 00:00:06 UTC
Size:
918 bytes
patch
obsolete
>--- Makefile.orig 2007-09-18 23:49:28.000000000 +0200 >+++ Makefile 2007-09-19 00:46:15.000000000 +0200 >@@ -6,6 +6,7 @@ > > PORTNAME= asunder > PORTVERSION= 0.8.1 >+PORTREVISION= 1 > CATEGORIES= audio > MASTER_SITES= http://littlesvr.ca/asunder/releases/ > >@@ -15,8 +16,26 @@ > LIB_DEPENDS= cddb.4:${PORTSDIR}/audio/libcddb > RUN_DEPENDS= ${LOCALBASE}/bin/cdparanoia:${PORTSDIR}/audio/cdparanoia > >+OPTIONS= LAME "lame support" on \ >+ OGG "ogg-vorbis support" on \ >+ FLAC "FLAC support" on >+ > GNU_CONFIGURE= yes > USE_XLIB= yes > USE_GNOME= gtk20 > >+.include <bsd.port.pre.mk> >+ >+.if defined(WITH_LAME) >+RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame >+.endif >+ >+.if defined(WITH_OGG) >+RUN_DEPENDS+= oggenc:${PORTSDIR}/audio/vorbis-tools >+.endif >+ >+.if defined(WITH_FLAC) >+RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac >+.endif >+ > .include <bsd.port.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 116451
: 81306 |
81307
|
81308
|
81309
|
81310