mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
65b5d20c8f
KAudioCreator is an audio CD ripper, which uses cdparanoia as a backend to extract the tracks and later it encodes them to mp3 or ogg files (or many other formats supported). WWW: http://www.kde.org/applications/multimedia/kaudiocreator/ PR: ports/153621 Submitted by: David Naylor <naylor.b.david at gmail.com> Feature safe: yes
37 lines
941 B
Makefile
37 lines
941 B
Makefile
# New ports collection makefile for: kaudiocreator
|
|
# Date created: 2011/01/01
|
|
# Whom: David Naylor <naylor.b.david@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kaudiocreator
|
|
PORTVERSION= 1.2.90
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
|
|
DISTNAME= 107645-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= naylor.b.david@gmail.com
|
|
COMMENT= An audio-cd ripper and encoder for KDE4
|
|
|
|
LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \
|
|
tag:${PORTSDIR}/audio/taglib \
|
|
kcddb:${PORTSDIR}/multimedia/kdemultimedia4
|
|
RUN_DEPENDS= flac:${PORTSDIR}/audio/flac \
|
|
oggenc:${PORTSDIR}/audio/vorbis-tools
|
|
.if !defined(PACKAGE_BUILDING)
|
|
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame
|
|
.endif
|
|
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= moc_build qmake_build rcc_build uic_build
|
|
USE_KDE4= automoc4 kdehier kdeprefix
|
|
|
|
LICENSE= GPLv2
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|