diff options
author | rnoland <rnoland@FreeBSD.org> | 2009-02-09 02:45:38 +0800 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2009-02-09 02:45:38 +0800 |
commit | 3a517310165ef29a64096f7f615871f9f634b45f (patch) | |
tree | 3963b7d3c415039c26e1fcd0e7b7351e7cb6073d /multimedia/ogmrip | |
parent | 1097181b6ecaf15e9f2dd917311528d8d044f8df (diff) | |
download | freebsd-ports-gnome-3a517310165ef29a64096f7f615871f9f634b45f.tar.gz freebsd-ports-gnome-3a517310165ef29a64096f7f615871f9f634b45f.tar.zst freebsd-ports-gnome-3a517310165ef29a64096f7f615871f9f634b45f.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>
Diffstat (limited to 'multimedia/ogmrip')
-rw-r--r-- | multimedia/ogmrip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile index 620b1cf8cbd1..2436e735172e 100644 --- a/multimedia/ogmrip/Makefile +++ b/multimedia/ogmrip/Makefile @@ -7,6 +7,7 @@ PORTNAME= ogmrip PORTVERSION= 0.12.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF @@ -16,7 +17,7 @@ COMMENT= Application and libraries for encoding DVDs into DivX/OGM files BUILD_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder \ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= enca.5:${PORTSDIR}/converters/enca \ - dvdread.5:${PORTSDIR}/multimedia/libdvdread + dvdread.4:${PORTSDIR}/multimedia/libdvdread RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ oggenc:${PORTSDIR}/audio/vorbis-tools \ mencoder:${PORTSDIR}/multimedia/mencoder \ |