aboutsummaryrefslogtreecommitdiff
path: root/audio/kaudiocreator
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-02-04 15:36:28 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-02-04 15:36:28 +0000
commit9cf69eeb54519fdd8ff871d5ad6ea3a8a4bd204e (patch)
tree8b71277ef10961e56baf92eb8195e894a3de8821 /audio/kaudiocreator
parent012a59bb0e3ab24a1d24255cdb531303dd9b7e2e (diff)
downloadports-9cf69eeb54519fdd8ff871d5ad6ea3a8a4bd204e.tar.gz
ports-9cf69eeb54519fdd8ff871d5ad6ea3a8a4bd204e.zip
More merges from area51 repository:
- Chase kdemultimedia4 split/kdegames shlib bump - Convert to new options framework - Trip Makefile header sysutils/k3b-kde4: - add patches to fix build with ffmpeg-devel [1] PR: ports/162261 [1] Submitted by: Phil Oleson <oz at nixil.net>
Notes
Notes: svn path=/head/; revision=311629
Diffstat (limited to 'audio/kaudiocreator')
-rw-r--r--audio/kaudiocreator/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/kaudiocreator/Makefile b/audio/kaudiocreator/Makefile
index 9c75a19524d3..bd055fa37d18 100644
--- a/audio/kaudiocreator/Makefile
+++ b/audio/kaudiocreator/Makefile
@@ -3,17 +3,16 @@
PORTNAME= kaudiocreator
PORTVERSION= 1.2.90
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio kde
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
DISTNAME= 107645-${PORTNAME}-${PORTVERSION}
MAINTAINER= dbn@FreeBSD.org
-COMMENT= An audio-cd ripper and encoder for KDE4
+COMMENT= Audio-cd ripper and encoder for KDE4
LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \
- tag:${PORTSDIR}/audio/taglib \
- kcddb:${PORTSDIR}/multimedia/kdemultimedia4
+ tag:${PORTSDIR}/audio/taglib
RUN_DEPENDS= flac:${PORTSDIR}/audio/flac \
oggenc:${PORTSDIR}/audio/vorbis-tools
.if !defined(PACKAGE_BUILDING)
@@ -23,7 +22,7 @@ RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame
USE_BZIP2= yes
USE_CMAKE= yes
USE_QT4= moc_build qmake_build rcc_build uic_build
-USE_KDE4= automoc4 kdehier kdeprefix
+USE_KDE4= automoc4 kdehier kdeprefix libkcddb
LICENSE= GPLv2
MAKE_JOBS_SAFE= yes