diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-08-05 17:02:26 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-08-05 17:02:26 +0000 |
commit | adfc0e76683f02c00420d46d3822f329c76f4417 (patch) | |
tree | d6b2fa2adc42c04e773c177491008063bb5d8e54 /graphics | |
parent | 148ed0211e790d59fe9cd4d13bda46ef30575652 (diff) | |
download | FreeBSD-ports-adfc0e76683f02c00420d46d3822f329c76f4417.zip FreeBSD-ports-adfc0e76683f02c00420d46d3822f329c76f4417.tar.gz |
Update to 0.3.2.
No response from: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xine_d4d_plugin/Makefile | 16 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/distinfo | 2 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c | 11 |
3 files changed, 5 insertions, 24 deletions
diff --git a/graphics/xine_d4d_plugin/Makefile b/graphics/xine_d4d_plugin/Makefile index 275ac3e..0ef41aa 100644 --- a/graphics/xine_d4d_plugin/Makefile +++ b/graphics/xine_d4d_plugin/Makefile @@ -6,16 +6,14 @@ # PORTNAME= xine_d4d_plugin -PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTVERSION= 0.3.2 CATEGORIES= graphics -MASTER_SITES= http://worldzone.net/technology/captaincss/ \ - http://debianlinux.net/ -DISTFILES= d4d031.txt +MASTER_SITES= http://debianlinux.net/ \ + http://hermes.homelinux.net/xine/ MAINTAINER= gibbon@cocoa.freemail.ne.jp -LIB_DEPENDS= xine.1:${PORTSDIR}/graphics/libxine +LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine GNU_CONFIGURE= yes USE_X_PREFIX= yes @@ -23,12 +21,6 @@ CONFIGURE_ENV= THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ THREAD_LIBS="${PTHREAD_LIBS}" INSTALLS_SHLIB= yes -do-extract: - (${MKDIR} ${WRKDIR}; \ - cd ${WRKDIR}; \ - ${SH} ${DISTDIR}/${DISTFILES}; \ - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS}) - post-patch: @${PERL} -pi -e \ 's|THREAD_LIBS=.*$$|THREAD_LIBS="\$$THREAD_LIBS"|g ; \ diff --git a/graphics/xine_d4d_plugin/distinfo b/graphics/xine_d4d_plugin/distinfo index 16ae196..7a29cb5 100644 --- a/graphics/xine_d4d_plugin/distinfo +++ b/graphics/xine_d4d_plugin/distinfo @@ -1 +1 @@ -MD5 (d4d031.txt) = 02163a4b17c31a5bf16bb68479647884 +MD5 (xine_d4d_plugin-0.3.2.tar.gz) = 285dca0c7823075d2ee52ad35f81bfb1 diff --git a/graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c b/graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c deleted file mode 100644 index a0312b6..0000000 --- a/graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/input/input_dvd.c.orig Sun Jun 2 04:15:05 2002 -+++ src/input/input_dvd.c Sun Jun 2 04:15:08 2002 -@@ -1132,7 +1132,7 @@ - config_values_t *config; - int i, fd; - -- if (iface != 6) { -+ if (iface != 7) { - printf ("input_d4d: input plugin doesn't support plugin API version %d.\n", - iface); - return NULL; |