Chase multimedia/libdvdnav update
PR: ports/131969 Submitted by: Ganael LAPLANCHE <ganael.laplanche at martymac.com>
This commit is contained in:
parent
dd3bca784d
commit
89c0f1743f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260452
4 changed files with 14 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= mplayerxp
|
||||
PORTVERSION= 0.7.2
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- mplayerxp/configure.orig 2009-01-25 17:00:03.000000000 +0900
|
||||
+++ mplayerxp/configure 2009-02-03 00:18:15.000000000 +0900
|
||||
--- mplayerxp/configure.orig 2009-01-25 08:00:03.000000000 +0000
|
||||
+++ mplayerxp/configure 2009-09-29 16:05:01.545372105 +0000
|
||||
@@ -85,13 +85,11 @@
|
||||
--enable-dga build with DGA1 or DGA2 support [autodetect]
|
||||
--enable-vesa build with VESA support [autodetect]
|
||||
|
@ -32,3 +32,12 @@
|
|||
|
||||
# Note: the -lXxf86vm library is the VideoMode extension and though it's not
|
||||
# needed for DGA, AFAIK every distribution packages together with DGA stuffs
|
||||
@@ -906,7 +906,7 @@
|
||||
print_config USE_ config.h config.mak dvdread
|
||||
enabled libdvdread && _inputmodules="dvdread $_inputmodules" || _noinputmodules="dvdread $_noinputmodules"
|
||||
|
||||
-enabled libdvdnav && require2 libdvdnav dvdnav/dvdnav.h dvdnav_set_PGC_positioning_flag -ldvdnav
|
||||
+enabled libdvdnav && require2 libdvdnav "sys/types.h dvdnav/dvdnav.h" dvdnav_set_PGC_positioning_flag -ldvdnav
|
||||
dvdnav=$libdvdnav
|
||||
print_config USE_ config.h config.mak dvdnav
|
||||
enabled libdvdnav && _inputmodules="dvdnav $_inputmodules" || _noinputmodules="dvdnav $_noinputmodules"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= totem
|
||||
PORTVERSION= 2.30.2
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= multimedia gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -46,8 +46,6 @@ MAN1= totem.1 totem-video-thumbnailer.1
|
|||
GCONF_SCHEMAS= totem-handlers.schemas totem-video-thumbnail.schemas \
|
||||
totem.schemas
|
||||
|
||||
WITHOUT_DVDNAV= yes
|
||||
|
||||
OPTIONS= LIRC "Enable lirc support" off \
|
||||
GALAGO "Enable Galago support" off \
|
||||
BROWSER_PLUGINS "Enable install plugins for gecko browser" on \
|
||||
|
@ -115,10 +113,6 @@ CONFIGURE_ARGS+=--disable-browser-plugins \
|
|||
PLIST_SUB+= BROWSER_PLUGINS="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DVDNAV) && !defined(WITHOUT_DVDNAV)
|
||||
LIB_DEPENDS+= dvdnav.4:${PORTSDIR}/multimedia/libdvdnav
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DVD_DEVICE)
|
||||
DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
|
||||
.else
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= vlc
|
||||
DISTVERSION= 1.1.4
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= multimedia audio ipv6 net www
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
|
||||
|
|
Loading…
Reference in a new issue