2013-06-04 23:20:31 +02:00
|
|
|
# Created by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
|
2005-12-26 01:05:59 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= k9copy
|
2010-01-30 23:12:40 +01:00
|
|
|
PORTVERSION= 2.3.4
|
2014-10-18 23:10:39 +02:00
|
|
|
PORTREVISION= 14
|
2005-12-26 01:05:59 +01:00
|
|
|
CATEGORIES= multimedia kde
|
2015-11-26 15:43:16 +01:00
|
|
|
MASTER_SITES= LOCAL/rakuco
|
2010-01-30 23:12:40 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
|
2005-12-26 01:05:59 +01:00
|
|
|
|
2010-01-30 23:12:40 +01:00
|
|
|
MAINTAINER= egoliveira@gmail.com
|
2013-06-04 23:20:31 +02:00
|
|
|
COMMENT= DVD-9 to DVD-5 shrinking application for KDE
|
2005-12-26 01:05:59 +01:00
|
|
|
|
2014-01-25 23:41:42 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-10-22 00:42:20 +02:00
|
|
|
LIB_DEPENDS= libxine.so:${PORTSDIR}/multimedia/libxine \
|
|
|
|
libmpeg2.so:${PORTSDIR}/multimedia/libmpeg2 \
|
|
|
|
libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0
|
2005-12-26 01:05:59 +01:00
|
|
|
|
2013-06-04 23:20:31 +02:00
|
|
|
USES= cmake gettext
|
2010-01-30 23:12:40 +01:00
|
|
|
USE_KDE4= kdeprefix kdelibs automoc4
|
2012-06-06 08:44:37 +02:00
|
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
2006-01-07 01:43:19 +01:00
|
|
|
|
2013-06-04 23:20:31 +02:00
|
|
|
OPTIONS_DEFINE= MENCODER MPLAYER DVDAUTHOR
|
|
|
|
MENCODER_DESC= MEncoder support
|
|
|
|
MPLAYER_DESC= MPlayer support
|
|
|
|
DVDAUTHOR_DESC= DVD Author support
|
2010-01-30 23:12:40 +01:00
|
|
|
|
2014-01-25 23:41:42 +01:00
|
|
|
MENCODER_RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder
|
|
|
|
MPLAYER_RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
|
|
|
|
DVDAUTHOR_RUN_DEPENDS= dvdauthor:${PORTSDIR}/multimedia/dvdauthor
|
2005-12-26 01:05:59 +01:00
|
|
|
|
2013-10-22 00:42:20 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/cmake/*.cmake
|
|
|
|
@${REINPLACE_CMD} \
|
|
|
|
-e 's,swscale,swscale0,' \
|
|
|
|
-e 's,avcodec,avcodec0,' \
|
|
|
|
-e 's,avformat,avformat0,' \
|
|
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
|
2005-12-26 01:05:59 +01:00
|
|
|
.include <bsd.port.mk>
|