1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add xine_mms_plugin, a Windows Media Player input plugin for xine.

PR:		34641
Submitted by:	Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
This commit is contained in:
MANTANI Nobutaka 2002-03-01 18:22:11 +00:00
parent 3cbbd0bdd2
commit 58f7605a7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55378
7 changed files with 63 additions and 0 deletions

View File

@ -341,6 +341,7 @@
SUBDIR += xgrasp
SUBDIR += xine
SUBDIR += xine_d4d_plugin
SUBDIR += xine_mms_plugin
SUBDIR += xli
SUBDIR += xmagv
SUBDIR += xmandel

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: xine_mms_plugin
# Date created: 2001/02/04
# Whom: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
#
# $FreeBSD$
#
PORTNAME= xine_mms_plugin
PORTVERSION= 0.0.3
CATEGORIES= graphics
MASTER_SITES= http://www.geocities.com/majormms/
DISTNAME= ${PORTNAME:S/_mms_plugin/-mms/}-${PORTVERSION}
MAINTAINER= nork@cityfujisawa.ne.jp
LIB_DEPENDS= xine.0:${PORTSDIR}/graphics/libxine
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
CONFIGURE_ENV= THREAD_CFLAGS="${PTHREAD_CFLAGS}" \
THREAD_LIBS="${PTHREAD_LIBS}"
INSTALLS_SHLIB= yes
post-patch:
@${PERL} -pi -e \
's|THREAD_LIBS=.*$$|THREAD_LIBS="\$$THREAD_LIBS"|g ; \
s|THREAD_CFLAGS=.*$$|THREAD_CFLAGS="\$$THREAD_CFLAGS"|g ; \
s|-L/usr/local/lib||g ; \
s|-I/usr/local/include||g' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (xine-mms-0.0.3.tar.gz) = ca6d5f097da255f757107bac6ac2f1f2

View File

@ -0,0 +1,24 @@
--- ltmain.sh.orig Sat Mar 2 01:46:01 2002
+++ ltmain.sh Sat Mar 2 01:48:30 2002
@@ -958,6 +958,7 @@
;;
-avoid-version)
+ build_old_libs=no
avoid_version=yes
continue
;;
@@ -4247,11 +4248,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
-
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
;;

View File

@ -0,0 +1 @@
A Windows Media Player input plugin for xine

View File

@ -0,0 +1,3 @@
A Windows Media Player input plugin for xine.
WWW: http://www.geocities.com/majormms/

View File

@ -0,0 +1,2 @@
lib/xine/plugins/xineplug_inp_mms.so
@unexec rmdir %D/lib/xine/plugins 2>/dev/null || true