aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ldvd
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2009-02-08 18:45:38 +0000
committerRobert Noland <rnoland@FreeBSD.org>2009-02-08 18:45:38 +0000
commitc6542427d4a359425d5b03a8e1459ff124056728 (patch)
treea92303e63e8cb81dd54aec602994b09ff66d0eaa /multimedia/ldvd
parent51fdedf3f9a4eb659a58e30ebe8e1fcaef60dea6 (diff)
downloadports-c6542427d4a359425d5b03a8e1459ff124056728.tar.gz
ports-c6542427d4a359425d5b03a8e1459ff124056728.zip
Replace libdvdread with the version maintained by the mplayer group
-Turn over maintainership -Bump ports that depend on libdvdread since shared lib version rolls back from .5 to .4 -Fix multimedia/ogle build with this version PR: 127849 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
Notes
Notes: svn path=/head/; revision=227814
Diffstat (limited to 'multimedia/ldvd')
-rw-r--r--multimedia/ldvd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ldvd/Makefile b/multimedia/ldvd/Makefile
index e45b5a8d4616..63d5a1c4c844 100644
--- a/multimedia/ldvd/Makefile
+++ b/multimedia/ldvd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ldvd
PORTVERSION= 2.0.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= multimedia
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
@@ -15,7 +15,7 @@ MAINTAINER= multimedia@FreeBSD.org
COMMENT= Gui, which shall simplify shrinking a DVD-9 to a DVD-5
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
-LIB_DEPENDS= dvdread.5:${PORTSDIR}/multimedia/libdvdread
+LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread
RUN_DEPENDS= transcode:${PORTSDIR}/multimedia/transcode \
growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
ifo_dump:${PORTSDIR}/multimedia/ogle \