pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mplayer,mplayer-share: Drop, it's easier to start tracking from scratch
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed Sep 21 22:39:05 2016 +0200
Changeset: 70f100ef78a94383b218e3deb4e86c3c43d7c48b
Removed Files:
mplayer-share/DESCR
mplayer-share/Makefile
mplayer-share/Makefile.cflags
mplayer-share/Makefile.common
mplayer-share/Makefile.depends
mplayer-share/PLIST
mplayer-share/distinfo
mplayer-share/options.mk
mplayer-share/patches/patch-aa
mplayer-share/patches/patch-ab
mplayer-share/patches/patch-ac
mplayer-share/patches/patch-ae
mplayer-share/patches/patch-ah
mplayer/DESCR
mplayer/Makefile
mplayer/PLIST
Log Message:
mplayer,mplayer-share: Drop, it's easier to start tracking from scratch
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=70f100ef78a94383b218e3deb4e86c3c43d7c48b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mplayer-share/DESCR | 16 ---
mplayer-share/Makefile | 38 -------
mplayer-share/Makefile.cflags | 19 ----
mplayer-share/Makefile.common | 56 ---------
mplayer-share/Makefile.depends | 10 --
mplayer-share/PLIST | 251 -----------------------------------------
mplayer-share/distinfo | 7 --
mplayer-share/options.mk | 249 ----------------------------------------
mplayer-share/patches/patch-aa | 31 -----
mplayer-share/patches/patch-ab | 16 ---
mplayer-share/patches/patch-ac | 13 ---
mplayer-share/patches/patch-ae | 23 ----
mplayer-share/patches/patch-ah | 35 ------
mplayer/DESCR | 16 ---
mplayer/Makefile | 39 -------
mplayer/PLIST | 2 -
16 files changed, 821 deletions(-)
diffs:
diff --git a/mplayer-share/DESCR b/mplayer-share/DESCR
deleted file mode 100644
index f9ddaf4..0000000
--- a/mplayer-share/DESCR
+++ /dev/null
@@ -1,16 +0,0 @@
-MPlayer is a movie player for LINUX (runs on many other Unices,
-and non-x86 CPUs). It plays most MPEG, VOB, AVI, VIVO, ASF/WMV,
-QT/MOV, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ files, supported
-by many native, XAnim, and Win32 DLL codecs. You can watch VideoCD,
-SVCD, DVD, 3ivx, and even DivX movies too. The another big feature
-of mplayer is the wide range of supported output drivers. It works
-with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB, but
-you can use GGI and SDL (and this way all their drivers) and some
-lowlevel card-specific drivers (for Matrox, 3Dfx, and Radeon) too!
-Most of them support software or hardware scaling, so you can
-enjoy movies in fullscreen. It also sports nice big antialiased
-shaded subtitles (10 supported types) with european/ISO 8859-1,
-2 (hungarian, english, czech, etc), cyrillic, korean fonts, and
-OSD.
-
-This package contains the development (CVS) version.
diff --git a/mplayer-share/Makefile b/mplayer-share/Makefile
deleted file mode 100644
index dbb03eb..0000000
--- a/mplayer-share/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2012/10/03 14:36:41 asau Exp $
-
-.include "Makefile.common"
-
-PKGNAME= mplayer-share-${MPLAYER_PKG_VERSION}
-COMMENT= Documentation used by mplayer and gmplayer
-
-DEPENDS+= mplayer-fonts-[0-9]*:../../fonts/mplayer-fonts
-
-NO_BUILD= YES
-NO_CONFIGURE= YES
-USE_TOOLS+= pax
-
-CVS_REPOSITORIES= mplayer
-CVS_ROOT.mplayer= :pserver:anonymous:@mplayerhq.hu:/cvsroot/mplayer
-CVS_MODULE.mplayer= main
-
-.include "../../wip/mk/cvs-package.mk"
-
-INSTALLATION_DIRS= ${PKGMANDIR}/man1
-
-post-extract:
- ${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf
-
-do-install:
- ${INSTALL_MAN} ${WRKSRC}/DOCS/man/en/mplayer.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/mplayer
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/mplayer/DOCS
- ${INSTALL_DATA} ${WRKSRC}/etc/codecs.conf ${DESTDIR}${PREFIX}/share/mplayer
- ${INSTALL_DATA} ${WRKSRC}/etc/input.conf ${DESTDIR}${PREFIX}/share/mplayer
- (cd ${WRKSRC}/DOCS && \
- pax -rwpppm * ${DESTDIR}${PREFIX}/share/mplayer/DOCS); \
- ${FIND} ${DESTDIR}${PREFIX}/share/mplayer/DOCS -type d -exec ${CHMOD} \
- ${PKGDIRMODE} \{\} \;
- ${FIND} ${DESTDIR}${PREFIX}/share/mplayer/DOCS -type f -exec ${CHMOD} \
- ${SHAREMODE} \{\} \;
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/mplayer-share/Makefile.cflags b/mplayer-share/Makefile.cflags
deleted file mode 100644
index 814b34d..0000000
--- a/mplayer-share/Makefile.cflags
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile.cflags,v 1.1.1.1 2006/01/30 01:25:13 lsed Exp $
-
-# This must be included after everything else to truly clear ${CFLAGS}
-# in the non-runtime-cpu-detection case. If ${CFLAGS} is non-empty, the
-# configure script refuses to add any optimizations at all.
-
-.if !empty(PKG_OPTIONS:Mmplayer-runtime-cpudetection)
-. if ${MACHINE_ARCH} == i386
-# Schedule for the typical machine fast enough to run mplayer. This
-# is nearly optimal for K6-2 as well. Anything slowler will still run
-# (but would probably benefit greatly from turning off the run-time
-# cpu detection).
-CFLAGS= -O3 -ffast-math -fomit-frame-pointer -mcpu=pentiumpro
-. else
-CFLAGS= -O3 -ffast-math -fomit-frame-pointer
-. endif
-.else
-CFLAGS= # Let "configure" do its thing.
-.endif
diff --git a/mplayer-share/Makefile.common b/mplayer-share/Makefile.common
deleted file mode 100644
index cce09d1..0000000
--- a/mplayer-share/Makefile.common
+++ /dev/null
@@ -1,56 +0,0 @@
-# $NetBSD: Makefile.common,v 1.3 2008/05/24 15:34:12 tnn2 Exp $
-# used by wip/mplayer/Makefile
-
-.include "../../mk/bsd.prefs.mk"
-
-# This variable is used in all packages which depend on this package
-MPLAYER_PKG_VERSION!= ${DATE} +%Y%m%d
-
-DISTNAME= mplayer
-CATEGORIES?= multimedia
-MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \
- http://ftp5.mplayerhq.hu/mplayer/releases/ \
- http://www4.mplayerhq.hu/MPlayer/releases/ \
- ftp://ftp2.mplayerhq.hu/MPlayer/releases/ \
- ftp://ftp5.mplayerhq.hu/mplayer/releases/
-DIST_SUBDIR= mplayer-${MPLAYER_PKG_VERSION}
-
-MAINTAINER?= tech-pkg%NetBSD.org@localhost
-HOMEPAGE?= http://www.mplayerhq.hu/
-
-#
-# NOTE: gmplayer has its own distinfo file. if you are also updating
-# gmplayer, you must ensure that *both* distinfo files contain the
-# correct, up-to-date files and checksums.
-#
-# NOTE: patches are shared between mplayer and gmplayer!
-#
-
-PATCHDIR= ${.CURDIR}/../../wip/mplayer-share/patches
-DISTINFO_FILE= ${.CURDIR}/../../wip/mplayer-share/distinfo
-
-NO_BIN_ON_CDROM= a dependency is restricted
-NO_BIN_ON_FTP= a dependency is restricted
-NO_SRC_ON_FTP= prohibited by USAs DMCA
-
-USE_TOOLS+= gmake
-HAS_CONFIGURE= YES
-NO_CHECKSUM= YES
-
-PTHREAD_OPTS+= require
-
-CONFIGURE_ARGS+= --prefix=${PREFIX:Q} \
- --with-extraincdir="${LOCALBASE}/include:${LOCALBASE}/include/faad2" \
- --with-extralibdir="${LOCALBASE}/lib" \
- --with-x11incdir="${X11BASE}/include" \
- --with-x11libdir="${X11BASE}/lib" \
- --disable-mpdvdkit
-
-ONLY_FOR_COMPILER= gcc
-
-# The configure script attempts to test-execute compiled programs in /tmp,
-# but that directory may be mounted as noexec; work this around by setting
-# TMPDIR to ${WRKDIR}
-CONFIGURE_ENV+= TMPDIR=${WRKDIR:Q}
-
-.include "../../wip/mplayer-share/options.mk"
diff --git a/mplayer-share/Makefile.depends b/mplayer-share/Makefile.depends
deleted file mode 100644
index 728e3fc..0000000
--- a/mplayer-share/Makefile.depends
+++ /dev/null
@@ -1,10 +0,0 @@
-# $NetBSD: Makefile.depends,v 1.3 2010/09/10 19:50:03 cheusov Exp $
-#
-
-DEPENDS+= mplayer-share>=${MPLAYER_PKG_VERSION}:../../wip/mplayer-share
-
-.if ${OPSYS} == "NetBSD"
-. include "../../devel/binutils/buildlink3.mk"
-.endif
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
diff --git a/mplayer-share/PLIST b/mplayer-share/PLIST
deleted file mode 100644
index 7022385..0000000
--- a/mplayer-share/PLIST
+++ /dev/null
@@ -1,251 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2009/10/11 11:18:15 thomasklausner Exp $
-man/man1/mplayer.1
-share/mplayer/DOCS/README
-share/mplayer/DOCS/de/bugreports.html
-share/mplayer/DOCS/de/cd-dvd.html
-share/mplayer/DOCS/de/codecs.html
-share/mplayer/DOCS/de/documentation.html
-share/mplayer/DOCS/de/encoding.html
-share/mplayer/DOCS/de/faq.html
-share/mplayer/DOCS/de/formats.html
-share/mplayer/DOCS/de/sound.html
-share/mplayer/DOCS/de/users_against_developers.html
-share/mplayer/DOCS/de/video.html
-share/mplayer/DOCS/default.css
-share/mplayer/DOCS/it/bugreports.html
-share/mplayer/DOCS/it/cd-dvd.html
-share/mplayer/DOCS/it/codecs.html
-share/mplayer/DOCS/it/documentation.html
-share/mplayer/DOCS/it/encoding.html
-share/mplayer/DOCS/it/faq.html
-share/mplayer/DOCS/it/formats.html
-share/mplayer/DOCS/it/skin.html
-share/mplayer/DOCS/it/sound.html
-share/mplayer/DOCS/it/users_against_developers.html
-share/mplayer/DOCS/it/video.html
-share/mplayer/DOCS/man/cs/mplayer.1
-share/mplayer/DOCS/man/de/mplayer.1
-share/mplayer/DOCS/man/en/mplayer.1
-share/mplayer/DOCS/man/es/mplayer.1
-share/mplayer/DOCS/man/fr/mplayer.1
-share/mplayer/DOCS/man/hu/mplayer.1
-share/mplayer/DOCS/man/it/mplayer.1
-share/mplayer/DOCS/man/pl/mplayer.1
-share/mplayer/DOCS/man/sv/mplayer.1
-share/mplayer/DOCS/man/zh/mplayer.1
-share/mplayer/DOCS/tech/.cvsignore
-share/mplayer/DOCS/tech/Doxyfile
-share/mplayer/DOCS/tech/MAINTAINERS
-share/mplayer/DOCS/tech/TODO
-share/mplayer/DOCS/tech/binary-packaging.txt
-share/mplayer/DOCS/tech/code-documentation.txt
-share/mplayer/DOCS/tech/codec-devel.txt
-share/mplayer/DOCS/tech/codecs-in.html
-share/mplayer/DOCS/tech/codecs.conf.txt
-share/mplayer/DOCS/tech/colorspaces.txt
-share/mplayer/DOCS/tech/cvs-howto.txt
-share/mplayer/DOCS/tech/dr-methods.txt
-share/mplayer/DOCS/tech/encoding-guide.txt
-share/mplayer/DOCS/tech/encoding-tips.txt
-share/mplayer/DOCS/tech/formats.txt
-share/mplayer/DOCS/tech/general.txt
-share/mplayer/DOCS/tech/hwac3.txt
-share/mplayer/DOCS/tech/libao2.txt
-share/mplayer/DOCS/tech/libmpcodecs.txt
-share/mplayer/DOCS/tech/libvo.txt
-share/mplayer/DOCS/tech/manpage.txt
-share/mplayer/DOCS/tech/mpcf.txt
-share/mplayer/DOCS/tech/mpdsf.txt
-share/mplayer/DOCS/tech/mpsub.sub
-share/mplayer/DOCS/tech/osd.txt
-share/mplayer/DOCS/tech/patches.txt
-share/mplayer/DOCS/tech/playtree
-share/mplayer/DOCS/tech/playtree-hun
-share/mplayer/DOCS/tech/realcodecs/TODO
-share/mplayer/DOCS/tech/realcodecs/audio-codecs.txt
-share/mplayer/DOCS/tech/realcodecs/streaming.txt
-share/mplayer/DOCS/tech/realcodecs/video-codecs.txt
-share/mplayer/DOCS/tech/release-howto.txt
-share/mplayer/DOCS/tech/slave.txt
-share/mplayer/DOCS/tech/snow.txt
-share/mplayer/DOCS/tech/subcp.txt
-share/mplayer/DOCS/tech/swscaler_filters.txt
-share/mplayer/DOCS/tech/swscaler_methods.txt
-share/mplayer/DOCS/tech/translations.txt
-share/mplayer/DOCS/tech/vidix.txt
-share/mplayer/DOCS/tech/wishlist
-share/mplayer/DOCS/xml/.cvsignore
-share/mplayer/DOCS/xml/Makefile
-share/mplayer/DOCS/xml/Makefile.inc
-share/mplayer/DOCS/xml/README
-share/mplayer/DOCS/xml/README.maintainers
-share/mplayer/DOCS/xml/configure
-share/mplayer/DOCS/xml/cs/.cvsignore
-share/mplayer/DOCS/xml/cs/Makefile
-share/mplayer/DOCS/xml/cs/audio.xml
-share/mplayer/DOCS/xml/cs/bugreports.xml
-share/mplayer/DOCS/xml/cs/bugs.xml
-share/mplayer/DOCS/xml/cs/cd-dvd.xml
-share/mplayer/DOCS/xml/cs/codecs.xml
-share/mplayer/DOCS/xml/cs/documentation.xml
-share/mplayer/DOCS/xml/cs/encoding-guide.xml
-share/mplayer/DOCS/xml/cs/faq.xml
-share/mplayer/DOCS/xml/cs/features.xml
-share/mplayer/DOCS/xml/cs/formats.xml
-share/mplayer/DOCS/xml/cs/history.xml
-share/mplayer/DOCS/xml/cs/install.xml
-share/mplayer/DOCS/xml/cs/mail-lists.xml
-share/mplayer/DOCS/xml/cs/mencoder.xml
-share/mplayer/DOCS/xml/cs/ports.xml
-share/mplayer/DOCS/xml/cs/skin.xml
-share/mplayer/DOCS/xml/cs/tvinput.xml
-share/mplayer/DOCS/xml/cs/usage.xml
-share/mplayer/DOCS/xml/cs/users-vs-dev.xml
-share/mplayer/DOCS/xml/cs/video.xml
-share/mplayer/DOCS/xml/default.css
-share/mplayer/DOCS/xml/en/.cvsignore
-share/mplayer/DOCS/xml/en/Makefile
-share/mplayer/DOCS/xml/en/audio.xml
-share/mplayer/DOCS/xml/en/bugreports.xml
-share/mplayer/DOCS/xml/en/bugs.xml
-share/mplayer/DOCS/xml/en/cd-dvd.xml
-share/mplayer/DOCS/xml/en/codecs.xml
-share/mplayer/DOCS/xml/en/documentation.xml
-share/mplayer/DOCS/xml/en/encoding-guide.xml
-share/mplayer/DOCS/xml/en/faq.xml
-share/mplayer/DOCS/xml/en/formats.xml
-share/mplayer/DOCS/xml/en/history.xml
-share/mplayer/DOCS/xml/en/install.xml
-share/mplayer/DOCS/xml/en/mail-lists.xml
-share/mplayer/DOCS/xml/en/mencoder.xml
-share/mplayer/DOCS/xml/en/ports.xml
-share/mplayer/DOCS/xml/en/skin.xml
-share/mplayer/DOCS/xml/en/tvinput.xml
-share/mplayer/DOCS/xml/en/usage.xml
-share/mplayer/DOCS/xml/en/users-vs-dev.xml
-share/mplayer/DOCS/xml/en/video.xml
-share/mplayer/DOCS/xml/es/.cvsignore
-share/mplayer/DOCS/xml/es/Makefile
-share/mplayer/DOCS/xml/es/audio.xml
-share/mplayer/DOCS/xml/es/bugreports.xml
-share/mplayer/DOCS/xml/es/bugs.xml
-share/mplayer/DOCS/xml/es/cd-dvd.xml
-share/mplayer/DOCS/xml/es/codecs.xml
-share/mplayer/DOCS/xml/es/documentation.xml
-share/mplayer/DOCS/xml/es/faq.xml
-share/mplayer/DOCS/xml/es/features.xml
-share/mplayer/DOCS/xml/es/formats.xml
-share/mplayer/DOCS/xml/es/history.xml
-share/mplayer/DOCS/xml/es/install.xml
-share/mplayer/DOCS/xml/es/mail-lists.xml
-share/mplayer/DOCS/xml/es/mencoder.xml
-share/mplayer/DOCS/xml/es/ports.xml
-share/mplayer/DOCS/xml/es/skin.xml
-share/mplayer/DOCS/xml/es/tvinput.xml
-share/mplayer/DOCS/xml/es/usage.xml
-share/mplayer/DOCS/xml/es/users-vs-dev.xml
-share/mplayer/DOCS/xml/es/video.xml
-share/mplayer/DOCS/xml/fr/.cvsignore
-share/mplayer/DOCS/xml/fr/Makefile
-share/mplayer/DOCS/xml/fr/audio.xml
-share/mplayer/DOCS/xml/fr/bugreports.xml
-share/mplayer/DOCS/xml/fr/bugs.xml
-share/mplayer/DOCS/xml/fr/cd-dvd.xml
-share/mplayer/DOCS/xml/fr/codecs.xml
-share/mplayer/DOCS/xml/fr/documentation.xml
-share/mplayer/DOCS/xml/fr/faq.xml
-share/mplayer/DOCS/xml/fr/features.xml
-share/mplayer/DOCS/xml/fr/formats.xml
-share/mplayer/DOCS/xml/fr/history.xml
-share/mplayer/DOCS/xml/fr/install.xml
-share/mplayer/DOCS/xml/fr/mail-lists.xml
-share/mplayer/DOCS/xml/fr/mencoder.xml
-share/mplayer/DOCS/xml/fr/ports.xml
-share/mplayer/DOCS/xml/fr/skin.xml
-share/mplayer/DOCS/xml/fr/tvinput.xml
-share/mplayer/DOCS/xml/fr/usage.xml
-share/mplayer/DOCS/xml/fr/users-vs-dev.xml
-share/mplayer/DOCS/xml/fr/video.xml
-share/mplayer/DOCS/xml/html-common.xsl
-share/mplayer/DOCS/xml/hu/.cvsignore
-share/mplayer/DOCS/xml/hu/Makefile
-share/mplayer/DOCS/xml/hu/audio.xml
-share/mplayer/DOCS/xml/hu/bugreports.xml
-share/mplayer/DOCS/xml/hu/bugs.xml
-share/mplayer/DOCS/xml/hu/cd-dvd.xml
-share/mplayer/DOCS/xml/hu/codecs.xml
-share/mplayer/DOCS/xml/hu/documentation.xml
-share/mplayer/DOCS/xml/hu/encoding-guide.xml
-share/mplayer/DOCS/xml/hu/faq.xml
-share/mplayer/DOCS/xml/hu/formats.xml
-share/mplayer/DOCS/xml/hu/history.xml
-share/mplayer/DOCS/xml/hu/install.xml
-share/mplayer/DOCS/xml/hu/mail-lists.xml
-share/mplayer/DOCS/xml/hu/mencoder.xml
-share/mplayer/DOCS/xml/hu/ports.xml
-share/mplayer/DOCS/xml/hu/skin.xml
-share/mplayer/DOCS/xml/hu/tvinput.xml
-share/mplayer/DOCS/xml/hu/usage.xml
-share/mplayer/DOCS/xml/hu/users-vs-dev.xml
-share/mplayer/DOCS/xml/hu/video.xml
-share/mplayer/DOCS/xml/ldp.dsl
-share/mplayer/DOCS/xml/pl/.cvsignore
-share/mplayer/DOCS/xml/pl/Makefile
-share/mplayer/DOCS/xml/pl/audio.xml
-share/mplayer/DOCS/xml/pl/bugreports.xml
-share/mplayer/DOCS/xml/pl/bugs.xml
-share/mplayer/DOCS/xml/pl/cd-dvd.xml
-share/mplayer/DOCS/xml/pl/codecs.xml
-share/mplayer/DOCS/xml/pl/documentation.xml
-share/mplayer/DOCS/xml/pl/faq.xml
-share/mplayer/DOCS/xml/pl/features.xml
-share/mplayer/DOCS/xml/pl/formats.xml
-share/mplayer/DOCS/xml/pl/history.xml
-share/mplayer/DOCS/xml/pl/html-chunk.xsl
-share/mplayer/DOCS/xml/pl/html-common.xsl
-share/mplayer/DOCS/xml/pl/html-single.xsl
-share/mplayer/DOCS/xml/pl/install.xml
-share/mplayer/DOCS/xml/pl/mail-lists.xml
-share/mplayer/DOCS/xml/pl/mencoder.xml
-share/mplayer/DOCS/xml/pl/ports.xml
-share/mplayer/DOCS/xml/pl/skin.xml
-share/mplayer/DOCS/xml/pl/tvinput.xml
-share/mplayer/DOCS/xml/pl/usage.xml
-share/mplayer/DOCS/xml/pl/users-vs-dev.xml
-share/mplayer/DOCS/xml/pl/video.xml
-share/mplayer/DOCS/xml/ru/.cvsignore
-share/mplayer/DOCS/xml/ru/Makefile
-share/mplayer/DOCS/xml/ru/bugreports.xml
-share/mplayer/DOCS/xml/ru/bugs.xml
-share/mplayer/DOCS/xml/ru/cd-dvd.xml
-share/mplayer/DOCS/xml/ru/codecs.xml
-share/mplayer/DOCS/xml/ru/documentation.xml
-share/mplayer/DOCS/xml/ru/features.xml
-share/mplayer/DOCS/xml/ru/formats.xml
-share/mplayer/DOCS/xml/ru/history.xml
-share/mplayer/DOCS/xml/ru/html-chunk.xsl
-share/mplayer/DOCS/xml/ru/html-common.xsl
-share/mplayer/DOCS/xml/ru/html-single.xsl
-share/mplayer/DOCS/xml/ru/install.xml
-share/mplayer/DOCS/xml/ru/mail-lists.xml
-share/mplayer/DOCS/xml/ru/ports.xml
-share/mplayer/DOCS/xml/ru/tvinput.xml
-share/mplayer/DOCS/xml/ru/usage.xml
-share/mplayer/DOCS/xml/ru/users-vs-dev.xml
-share/mplayer/DOCS/xml/xsl/ldp-html-chunk.xsl
-share/mplayer/DOCS/xml/xsl/ldp-html-common.xsl
-share/mplayer/DOCS/xml/xsl/ldp-html.xsl
-share/mplayer/DOCS/xml/xsl/ldp-print.xsl
-share/mplayer/DOCS/zh/bugreports.html
-share/mplayer/DOCS/zh/cd-dvd.html
-share/mplayer/DOCS/zh/codecs.html
-share/mplayer/DOCS/zh/documentation.html
-share/mplayer/DOCS/zh/encoding.html
-share/mplayer/DOCS/zh/faq.html
-share/mplayer/DOCS/zh/formats.html
-share/mplayer/DOCS/zh/skin.html
-share/mplayer/DOCS/zh/sound.html
-share/mplayer/DOCS/zh/users_against_developers.html
-share/mplayer/DOCS/zh/video.html
-share/mplayer/codecs.conf
-share/mplayer/input.conf
diff --git a/mplayer-share/distinfo b/mplayer-share/distinfo
deleted file mode 100644
index 7075a08..0000000
--- a/mplayer-share/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.2 2006/04/14 16:22:06 lsed Exp $
-
-SHA1 (patch-aa) = 7bc47fd9acd17da5df00ce6e04936941fdb7391e
-SHA1 (patch-ab) = 941316b62595c1f2e1d4fb3f0f3fccfc7bd344d6
-SHA1 (patch-ac) = 3db118d6ef4a9d3bbf6348c3f2d42cc77ca4616b
-SHA1 (patch-ae) = aca62f2d142e30a8b473a22aa415d54e4d288f8a
-SHA1 (patch-ah) = 15dfdbde4a2eba182d352a2597cc67c723b75dbd
diff --git a/mplayer-share/options.mk b/mplayer-share/options.mk
deleted file mode 100644
index b7bf2f8..0000000
--- a/mplayer-share/options.mk
+++ /dev/null
@@ -1,249 +0,0 @@
-# $NetBSD: options.mk,v 1.6 2014/05/31 15:57:20 thomasklausner Exp $
-
-.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
-
-# Note: This expression is the same as ${PKGBASE}, but the latter is
-# not defined yet, so we cannot use it here.
-PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGNAME:C/-[0-9].*//}
-
-.include "../../mk/bsd.prefs.mk"
-
-# -------------------------------------------------------------------------
-# Define PKG_SUPPORTED_OPTIONS based on the current package and system.
-# -------------------------------------------------------------------------
-
-# Options supported by both mplayer* or mencoder*.
-PKG_SUPPORTED_OPTIONS= gif jpeg mad dts dv dvdread oss png theora vorbis
-
-# Set options based on the specific package being built.
-.if !empty(PKGNAME:M*mplayer*)
-PKG_OPTIONS_OPTIONAL_GROUPS= faadgroup
-PKG_OPTIONS_GROUP.faadgroup= faad mplayer-internal-faad
-PKG_SUGGESTED_OPTIONS+= faad
-
-PKG_SUPPORTED_OPTIONS+= aalib esound ggi mplayer-menu nas sdl
-
-. if ${OPSYS} != "SunOS"
-PKG_SUPPORTED_OPTIONS+= arts
-. endif
-.elif !empty(PKGNAME:M*mencoder*)
-PKG_SUPPORTED_OPTIONS+= lame
-.endif
-
-# OS-specific options.
-.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
-PKG_SUPPORTED_OPTIONS+= cdparanoia
-.elif ${OPSYS} == "SunOS"
-PKG_SUPPORTED_OPTIONS+= mlib
-.endif
-
-# Platform-specific options.
-.if ${MACHINE_ARCH} == "i386"
-PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection mplayer-win32 \
- xvid
-.endif
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
- ${MACHINE_ARCH} == "alpha"
-PKG_SUPPORTED_OPTIONS+= mplayer-real
-.endif
-
-# -------------------------------------------------------------------------
-# Define PKG_SUGGESTED_OPTIONS.
-# -------------------------------------------------------------------------
-
-.for _o_ in cdparanoia dv dvdread esound gif jpeg \
- lame mad mplayer-menu mplayer-real \
- mplayer-runtime-cpudetection mplayer-win32 \
- nas oss png sdl theora vorbis xvid
-. if !empty(PKG_SUPPORTED_OPTIONS:M${_o_})
-PKG_SUGGESTED_OPTIONS+= ${_o_}
-. endif
-.endfor
-
-# -------------------------------------------------------------------------
-# Handle chosen options.
-# -------------------------------------------------------------------------
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Maalib)
-. include "../../graphics/aalib/buildlink3.mk"
-.endif
-
-.if !empty(PKG_OPTIONS:Marts)
-CONFIGURE_ARGS+= --enable-arts
-. include "../../audio/arts/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-arts
-.endif
-
-.if !empty(PKG_OPTIONS:Mcdparanoia)
-CONFIGURE_ARGS+= --enable-cdparanoia
-CONFIGURE_ARGS+= --with-cdparanoiaincdir="${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia"
-. include "../../audio/cdparanoia/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-cdparanoia
-.endif
-
-.if !empty(PKG_OPTIONS:Mdts)
-CONFIGURE_ARGS+= --enable-libdts
-. include "../../audio/libdca/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-libdts
-.endif
-
-.if !empty(PKG_OPTIONS:Mdv)
-CONFIGURE_ARGS+= --enable-libdv
-. include "../../multimedia/libdv/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-libdv
-.endif
-
-.if !empty(PKG_OPTIONS:Mdvdread)
-CONFIGURE_ARGS+= --enable-dvdread
-. include "../../multimedia/libdvdread/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-dvdread
-.endif
-
-.if !empty(PKG_OPTIONS:Mesound)
-CONFIGURE_ARGS+= --enable-esd
-. include "../../audio/esound/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-esd
-.endif
-
-
-.if empty(PKG_OPTIONS:Mfaad) && empty(PKG_OPTIONS:Mmplayer-internal-faad)
-CONFIGURE_ARGS+= --disable-external-faad
-CONFIGURE_ARGS+= --disable-internal-faad
-.elif !empty(PKG_OPTIONS:Mfaad)
-CONFIGURE_ARGS+= --enable-external-faad
-. include "../../audio/faad2/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --enable-internal-faad
-.endif
-
-.if !empty(PKG_OPTIONS:Mggi)
-CONFIGURE_ARGS+= --enable-ggi
-. include "../../graphics/libggi/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-ggi
-.endif
-
-.if !empty(PKG_OPTIONS:Mgif)
-CONFIGURE_ARGS+= --enable-gif
-. include "../../graphics/giflib/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-gif
-.endif
-
-.if !empty(PKG_OPTIONS:Mjpeg)
-CONFIGURE_ARGS+= --enable-jpeg
-. include "../../mk/jpeg.buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-jpeg
-.endif
-
-.if !empty(PKG_OPTIONS:Mlame)
-#CONFIGURE_ARGS+= --enable-toolame
-. include "../../audio/lame/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-toolame
-.endif
-
-.if !empty(PKG_OPTIONS:Mmad)
-CONFIGURE_ARGS+= --enable-mad
-. include "../../audio/libmad/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-mad
-.endif
-
-.if !empty(PKG_OPTIONS:Mmlib)
-CONFIGURE_ARGS+= --enable-mlib
-.else
-CONFIGURE_ARGS+= --disable-mlib
-.endif
-
-.if !empty(PKG_OPTIONS:Mmplayer-menu)
-CONFIGURE_ARGS+= --enable-menu
-.else
-CONFIGURE_ARGS+= --disable-menu
-.endif
-
-.if !empty(PKG_OPTIONS:Mmplayer-real)
-EVAL_PREFIX+= PREFIX.realplayer-codecs=realplayer-codecs
-PREFIX.realplayer-codecs_DEFAULT= ${LOCALBASE}
-CONFIGURE_ARGS+= --enable-real
-CONFIGURE_ARGS+= --with-reallibdir="${PREFIX.realplayer-codecs}/lib/RealPlayer8-Codecs"
-DEPENDS+= realplayer-codecs>=8nb2:../../multimedia/realplayer-codecs
-.else
-CONFIGURE_ARGS+= --disable-real
-.endif
-
-.if !empty(PKG_OPTIONS:Mmplayer-runtime-cpudetection)
-CONFIGURE_ARGS+= --enable-runtime-cpudetection
-.else
-CONFIGURE_ARGS+= --disable-runtime-cpudetection
-.endif
-
-.if !empty(PKG_OPTIONS:Mmplayer-win32)
-EVAL_PREFIX+= PREFIX.win32-codecs=win32-codecs
-PREFIX.win32-codecs_DEFAULT= ${LOCALBASE}
-CONFIGURE_ARGS+= --enable-win32
-CONFIGURE_ARGS+= --with-win32libdir="${PREFIX.win32-codecs}/lib/win32"
-DEPENDS+= win32-codecs>=011227:../../multimedia/win32-codecs
-.else
-CONFIGURE_ARGS+= --disable-win32
-.endif
-
-.if !empty(PKG_OPTIONS:Mnas)
-CONFIGURE_ARGS+= --enable-nas
-. include "../../audio/nas/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-nas
-.endif
-
-.if !empty(PKG_OPTIONS:Moss)
-CONFIGURE_ARGS+= --enable-ossaudio
-. include "../../mk/oss.buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-ossaudio
-.endif
-
-.if !empty(PKG_OPTIONS:Mpng)
-CONFIGURE_ARGS+= --enable-png
-. include "../../graphics/png/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-png
-.endif
-
-.if !empty(PKG_OPTIONS:Msdl)
-CONFIGURE_ARGS+= --enable-sdl
-. include "../../devel/SDL/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-sdl
-.endif
-
-.if !empty(PKG_OPTIONS:Mtheora)
-CONFIGURE_ARGS+= --enable-theora
-. include "../../multimedia/libtheora/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-theora
-.endif
-
-.if !empty(PKG_OPTIONS:Mvorbis)
-CONFIGURE_ARGS+= --enable-vorbis
-. include "../../audio/libvorbis/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-vorbis
-.endif
-
-.if !empty(PKG_OPTIONS:Mxvid)
-CONFIGURE_ARGS+= --enable-xvid
-. include "../../multimedia/xvidcore/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-xvid
-.endif
-
-.endif # defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
diff --git a/mplayer-share/patches/patch-aa b/mplayer-share/patches/patch-aa
deleted file mode 100644
index aa5757f..0000000
--- a/mplayer-share/patches/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/01/30 01:25:14 lsed Exp $
-
---- configure.orig 2005-11-22 06:17:16.000000000 +0100
-+++ configure 2005-11-23 17:18:18.000000000 +0100
-@@ -642,7 +642,7 @@ if test "$_skip_cc_check" != yes ; then
- echocheck "$_cc version"
- cc_vendor=gnu
- cc_name=`$_cc -v 2>&1 | _tail 1 | cut -d ' ' -f 1`
-- cc_version=`$_cc -dumpversion 2>&1`
-+ cc_version=`$_cc -dumpversion | sed -e 's/-nb[0-9]//' 2>&1`
- if test "$?" -gt 0; then
- cc_version="not found"
- fi
-@@ -799,7 +799,7 @@ if x86 || x86_64 ; then
- # gather more CPU information
- pname=`$_cpuinfo | grep 'model name' | cut -d ':' -f 2 | _head 1`
- pvendor=`$_cpuinfo | grep 'vendor_id' | cut -d ':' -f 2 | cut -d ' ' -f 2 | _head 1`
-- pfamily=`$_cpuinfo | grep 'cpu family' | cut -d ':' -f 2 | cut -d ' ' -f 2 | _head 1`
-+ pfamily=`$_cpuinfo | grep -i 'cpu family' | cut -d ':' -f 2 | cut -d ' ' -f 2 | _head 1`
- pmodel=`$_cpuinfo | grep -v 'model name' | grep 'model' | cut -d ':' -f 2 | cut -d ' ' -f 2 | _head 1`
- pstepping=`$_cpuinfo | grep 'stepping' | cut -d ':' -f 2 | cut -d ' ' -f 2 | _head 1`
-
-@@ -3976,7 +3976,7 @@ fi
- if test "$_aa" = yes ; then
- _def_aa='#define HAVE_AA 1'
- if cygwin ; then
-- _ld_aa=`aalib-config --libs | cut -d " " -f 2,5,6`
-+ _ld_aa=`${AALIB_CONFIG} --libs | cut -d " " -f 2,5,6`
- fi
- _vosrc="$_vosrc vo_aa.c"
- _vomodules="aa $_vomodules"
diff --git a/mplayer-share/patches/patch-ab b/mplayer-share/patches/patch-ab
deleted file mode 100644
index 39bfa56..0000000
--- a/mplayer-share/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2006/01/30 01:25:14 lsed Exp $
-
---- loader/win32.c.orig 2005-11-19 15:35:45.000000000 +0100
-+++ loader/win32.c 2005-11-23 17:08:42.000000000 +0100
-@@ -451,8 +451,10 @@
-
- if (last_alloc)
- pthread_mutex_unlock(&memmut);
-- else
-+ else {
-+ pthread_mutex_unlock(&memmut);
- pthread_mutex_destroy(&memmut);
-+ }
-
- //if (alccnt < 40000) printf("MY_RELEASE: %p\t%ld (%d)\n", header, header->size, alccnt);
- #else
diff --git a/mplayer-share/patches/patch-ac b/mplayer-share/patches/patch-ac
deleted file mode 100644
index c4ac7cd..0000000
--- a/mplayer-share/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2006/01/30 01:25:14 lsed Exp $
-
---- libfaad2/common.h.orig 2005-08-16 17:29:24.000000000 +0200
-+++ libfaad2/common.h 2005-11-23 17:06:53.000000000 +0100
-@@ -344,7 +344,7 @@ char *strchr(), *strrchr();
- #elif (defined(__i386__) && defined(__GNUC__)) && !defined(__MINGW32__) && !defined(HAVE_LRINTF)
- #define HAS_LRINTF
- // from http://www.stereopsis.com/FPU.html
-- static INLINE int lrintf(float f)
-+ static INLINE long int lrintf(float f)
- {
- int i;
- __asm__ __volatile__ (
diff --git a/mplayer-share/patches/patch-ae b/mplayer-share/patches/patch-ae
deleted file mode 100644
index be9a6c9..0000000
--- a/mplayer-share/patches/patch-ae
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2006/01/30 01:25:14 lsed Exp $
-
---- cpudetect.c.orig 2005-11-23 17:01:42.000000000 +0100
-+++ cpudetect.c 2005-11-23 17:01:11.000000000 +0100
-@@ -337,6 +337,10 @@ static void check_os_katmai_support( voi
-
- #elif defined(__NetBSD__) || defined (__OpenBSD__)
- #if __NetBSD_Version__ >= 105250000 || (defined __OpenBSD__)
-+#ifdef __x86_64__
-+ gCpuCaps.hasSSE=1;
-+ gCpuCaps.hasSSE2=1;
-+#else
- int has_sse, has_sse2, ret, mib[2];
- size_t varlen;
-
-@@ -365,6 +369,7 @@ static void check_os_katmai_support( voi
- gCpuCaps.hasSSE2=1;
- mp_msg(MSGT_CPUDETECT,MSGL_V, "yes!\n" );
- }
-+#endif /* x86_64 */
- #else
- gCpuCaps.hasSSE = 0;
- mp_msg(MSGT_CPUDETECT,MSGL_WARN, "No OS support for SSE, disabling to be safe.\n" );
diff --git a/mplayer-share/patches/patch-ah b/mplayer-share/patches/patch-ah
deleted file mode 100644
index f2edb02..0000000
--- a/mplayer-share/patches/patch-ah
+++ /dev/null
@@ -1,35 +0,0 @@
-$NetBSD: patch-ah,v 1.2 2006/04/14 16:22:06 lsed Exp $
-
---- subreader.c.orig 2006-04-06 05:27:20.000000000 +0200
-+++ subreader.c 2006-04-06 23:01:14.000000000 +0200
-@@ -74,10 +74,10 @@
- /* Remove leading and trailing space */
- static void trail_space(char *s) {
- int i = 0;
-- while (isspace(s[i])) ++i;
-+ while (isspace((unsigned char)s[i])) ++i;
- if (i) strcpy(s, s + i);
- i = strlen(s) - 1;
-- while (i > 0 && isspace(s[i])) s[i--] = '\0';
-+ while (i > 0 && isspace((unsigned char)s[i])) s[i--] = '\0';
- }
-
- static char *stristr(const char *haystack, const char *needle) {
-@@ -628,7 +628,7 @@
- if (!stream_read_line (st, line, LINE_LEN))
- return NULL;
- /* skip spaces */
-- for (s=line; *s && isspace(*s); s++);
-+ for (s=line; *s && isspace(*(unsigned char*)s); s++);
- /* allow empty lines at the end of the file */
- if (*s==0)
- return NULL;
-@@ -681,7 +681,7 @@
- else return current;
- }
- p=line;
-- while (isspace(*p)) p++;
-+ while (isspace(*(unsigned char*)p)) p++;
- if (eol(*p) && num > 0) return current;
- if (eol(*p)) return NULL;
-
diff --git a/mplayer/DESCR b/mplayer/DESCR
deleted file mode 100644
index f9ddaf4..0000000
--- a/mplayer/DESCR
+++ /dev/null
@@ -1,16 +0,0 @@
-MPlayer is a movie player for LINUX (runs on many other Unices,
-and non-x86 CPUs). It plays most MPEG, VOB, AVI, VIVO, ASF/WMV,
-QT/MOV, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ files, supported
-by many native, XAnim, and Win32 DLL codecs. You can watch VideoCD,
-SVCD, DVD, 3ivx, and even DivX movies too. The another big feature
-of mplayer is the wide range of supported output drivers. It works
-with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB, but
-you can use GGI and SDL (and this way all their drivers) and some
-lowlevel card-specific drivers (for Matrox, 3Dfx, and Radeon) too!
-Most of them support software or hardware scaling, so you can
-enjoy movies in fullscreen. It also sports nice big antialiased
-shaded subtitles (10 supported types) with european/ISO 8859-1,
-2 (hungarian, english, czech, etc), cyrillic, korean fonts, and
-OSD.
-
-This package contains the development (CVS) version.
diff --git a/mplayer/Makefile b/mplayer/Makefile
deleted file mode 100644
index f5ee186..0000000
--- a/mplayer/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/01/30 01:26:28 lsed Exp $
-
-PKGNAME= mplayer-${MPLAYER_PKG_VERSION}
-
-COMMENT= Software-only MPEG-1/2/4 video decoder
-
-.include "../../wip/mplayer-share/Makefile.common"
-
-CVS_REPOSITORIES= mplayer ffmpeg
-CVS_ROOT.mplayer= :pserver:anonymous:@mplayerhq.hu:/cvsroot/mplayer
-CVS_MODULE.mplayer= main
-CVS_ROOT.ffmpeg= :pserver:anonymous:@mplayerhq.hu:/cvsroot/ffmpeg
-CVS_MODULE.ffmpeg= ffmpeg
-
-.include "../../wip/mk/cvs-package.mk"
-
-USE_TOOLS+= pkg-config
-
-CONFIGURE_ARGS+= --disable-mencoder
-CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer
-
-INSTALLATION_DIRS+= bin
-
-.include "../../fonts/fontconfig/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-
-do-fetch:
-
-post-extract:
- ${MV} ${WRKDIR}/ffmpeg/libav* ${WRKDIR}/mplayer/
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${PREFIX}/bin
-
-.include "../../wip/mplayer-share/Makefile.depends"
-
-.include "../../mk/bsd.pkg.mk"
-
-.include "../../wip/mplayer-share/Makefile.cflags"
diff --git a/mplayer/PLIST b/mplayer/PLIST
deleted file mode 100644
index baf68e9..0000000
--- a/mplayer/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/30 01:26:28 lsed Exp $
-bin/mplayer
Home |
Main Index |
Thread Index |
Old Index