aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mmpython
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-02-09 02:45:38 +0800
committerrnoland <rnoland@FreeBSD.org>2009-02-09 02:45:38 +0800
commit3a517310165ef29a64096f7f615871f9f634b45f (patch)
tree3963b7d3c415039c26e1fcd0e7b7351e7cb6073d /multimedia/mmpython
parent1097181b6ecaf15e9f2dd917311528d8d044f8df (diff)
downloadfreebsd-ports-graphics-3a517310165ef29a64096f7f615871f9f634b45f.tar.gz
freebsd-ports-graphics-3a517310165ef29a64096f7f615871f9f634b45f.tar.zst
freebsd-ports-graphics-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/mmpython')
-rw-r--r--multimedia/mmpython/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mmpython/Makefile b/multimedia/mmpython/Makefile
index 3d517e4ce1d..59643d8d2e2 100644
--- a/multimedia/mmpython/Makefile
+++ b/multimedia/mmpython/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mmpython
PORTVERSION= 0.4.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Retrieves metadata from mp3, ogg, avi, jpg and other formats
-LIB_DEPENDS= dvdread.5:${PORTSDIR}/multimedia/libdvdread
+LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread
RUN_DEPENDS= lsdvd:${PORTSDIR}/multimedia/lsdvd
USE_PYTHON= yes