|
Lines 7-13
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= k3b |
8 |
PORTNAME= k3b |
| 9 |
PORTVERSION= 1.0.5 |
9 |
PORTVERSION= 1.0.5 |
| 10 |
PORTREVISION= 13 |
10 |
PORTREVISION= 14 |
| 11 |
CATEGORIES= sysutils multimedia kde |
11 |
CATEGORIES= sysutils multimedia kde |
| 12 |
MASTER_SITES= SF |
12 |
MASTER_SITES= SF |
| 13 |
|
13 |
|
|
Lines 23-29
Link Here
|
| 23 |
CONFIGURE_ARGS= --with-k3bsetup=no \ |
23 |
CONFIGURE_ARGS= --with-k3bsetup=no \ |
| 24 |
--without-resmgr \ |
24 |
--without-resmgr \ |
| 25 |
--without-hal \ |
25 |
--without-hal \ |
| 26 |
--without-musepack |
26 |
--without-musepack \ |
|
|
27 |
--without-musicbrainz |
| 27 |
USE_GMAKE= yes |
28 |
USE_GMAKE= yes |
| 28 |
USE_CDRTOOLS= yes |
29 |
USE_CDRTOOLS= yes |
| 29 |
USE_LDCONFIG= yes |
30 |
USE_LDCONFIG= yes |
|
Lines 36-42
Link Here
|
| 36 |
FLAC "Add audio/flac decoder" On \ |
37 |
FLAC "Add audio/flac decoder" On \ |
| 37 |
LAME "Add audio/lame encoder (for mp3 files)" On \ |
38 |
LAME "Add audio/lame encoder (for mp3 files)" On \ |
| 38 |
LIBDVDREAD "Use libdvdread (for video dvd ripping)" On \ |
39 |
LIBDVDREAD "Use libdvdread (for video dvd ripping)" On \ |
| 39 |
MUSICBRAINZ "Use audio/libmusicbrainz music meta database" Off \ |
|
|
| 40 |
NORMALIZE "Add Normalize (adjust audio to a std. level)" Off \ |
40 |
NORMALIZE "Add Normalize (adjust audio to a std. level)" Off \ |
| 41 |
SOX "Add SoX (more audio encoding formats)" Off \ |
41 |
SOX "Add SoX (more audio encoding formats)" Off \ |
| 42 |
TRANSCODE "Add Transcode (for DVD ripping)" Off \ |
42 |
TRANSCODE "Add Transcode (for DVD ripping)" Off \ |
|
Lines 85-98
Link Here
|
| 85 |
CONFIGURE_ARGS+= --without-ffmpeg |
85 |
CONFIGURE_ARGS+= --without-ffmpeg |
| 86 |
.endif |
86 |
.endif |
| 87 |
|
87 |
|
| 88 |
.if defined(WITH_MUSICBRAINZ) |
|
|
| 89 |
PLIST_SUB+= MUSICBRAINZ="" |
| 90 |
LIB_DEPENDS+= musicbrainz:${PORTSDIR}/audio/libmusicbrainz |
| 91 |
.else |
| 92 |
PLIST_SUB+= MUSICBRAINZ="@comment " |
| 93 |
CONFIGURE_ARGS+= --without-musicbrainz |
| 94 |
.endif |
| 95 |
|
| 96 |
.if defined(WITH_LIBDVDREAD) |
88 |
.if defined(WITH_LIBDVDREAD) |
| 97 |
PLIST_SUB+= LIBDVDREAD="" |
89 |
PLIST_SUB+= LIBDVDREAD="" |
| 98 |
LIB_DEPENDS+= dvdread.4:${PORTSDIR}/multimedia/libdvdread |
90 |
LIB_DEPENDS+= dvdread.4:${PORTSDIR}/multimedia/libdvdread |