aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ogmrip/Makefile
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2005-02-24 10:04:26 +0800
committerhq <hq@FreeBSD.org>2005-02-24 10:04:26 +0800
commit80b6e63527486176e89b8fa7565499a766a4747a (patch)
tree91f9ec7b961dfd50c837cca1209dfb8b28cd3d3b /multimedia/ogmrip/Makefile
parent891f9568ca7f3309b276f42dd9da41b0b6a061a6 (diff)
downloadfreebsd-ports-gnome-80b6e63527486176e89b8fa7565499a766a4747a.tar.gz
freebsd-ports-gnome-80b6e63527486176e89b8fa7565499a766a4747a.tar.zst
freebsd-ports-gnome-80b6e63527486176e89b8fa7565499a766a4747a.zip
- Update to 0.7.0 with the following changes:
* Manual cropping and scaling * Custom temporary directory * Rip from DVD structure * Minor UI redesign * Many many fixes - Add a patch to fix the issue that caused error messages to be displayed in the console (incorrect cast) [1] Obtained from: Olivier Rolland <billl@users.sourceforge.net> (author) [1]
Diffstat (limited to 'multimedia/ogmrip/Makefile')
-rw-r--r--multimedia/ogmrip/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile
index 74f4229c5024..0b9a2e1cdb5b 100644
--- a/multimedia/ogmrip/Makefile
+++ b/multimedia/ogmrip/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ogmrip
-PORTVERSION= 0.6.2
+PORTVERSION= 0.7.0
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -35,6 +35,14 @@ CONFIGURE_ARGS= --sharedstatedir=${PREFIX}/libdata
.include <bsd.port.pre.mk>
+.if exists(${LOCALBASE}/bin/mkvmerge)
+BUILD_DEPENDS+= mkvmerge:${PORTSDIR}/multimedia/mkvtoolnix
+RUN_DEPENDS+= mkvmerge:${PORTSDIR}/multimedia/mkvtoolnix
+PLIST_SUB+= MKV_SUPPORT=""
+.else
+PLIST_SUB+= MKV_SUPPORT="@comment "
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/data/Makefile.in