Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (bf9c49e6d0d60a3c152256f620328fdc2cec1fa4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (bf9c49e6d0d60a3c152256f620328fdc2cec1fa4)
  • Date: Tue, 9 Oct 2007 06:21:23 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

dev/null |binary
video/mplayer/BUILD | 6 ++++--
video/mplayer/DEPENDS | 3 ++-
video/mplayer/DETAILS | 2 +-
video/mplayer/HISTORY | 7 +++++++
video/mplayer/MPlayer-1.0rc1.tar.bz2.sig | 0
video/mplayer/MPlayer-1.0rc2.tar.bz2.sig |binary
video/mplayer/Makefile.patch | 10 ----------
video/mplayer/PRE_BUILD | 5 -----
9 files changed, 14 insertions(+), 19 deletions(-)

New commits:
commit d5294a60ad682ff4cf15357b6bf57b06db62cf01
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

video/mplayer:

DETAILS: updated to 1.0rc2
BUILD: added disable_pic, install_rootifying all
DEPENDS; fixed option for win32codecs, added libdca
optionally
PRE_BUILD, Makefile.patch: removed as it's fixed by upstream

diff --git a/video/mplayer/BUILD b/video/mplayer/BUILD
index 1a07763..26020f9 100755
--- a/video/mplayer/BUILD
+++ b/video/mplayer/BUILD
@@ -1,11 +1,13 @@
if [[ $MPLAYER_SVN = y ]]; then
- OPTS="$OPTS --with-extraincdir=${TRACK_ROOT}/usr/include/ffmpeg"
+ OPTS="$OPTS --with-extraincdir=${INSTALL_ROOT}/usr/include/ffmpeg"
fi &&

+disable_pic &&
+
OPTS="$MPLAYER_OPTS $OPTS" &&

CFLAGS= ./configure --prefix=${INSTALL_ROOT}/usr \
- --confdir=${TRACK_ROOT}/etc/mplayer \
+ --confdir=${INSTALL_ROOT}/etc/mplayer \
--mandir=${INSTALL_ROOT}/usr/share/man \
$OPTS &&

diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
index 48747ae..5ccca8d 100755
--- a/video/mplayer/DEPENDS
+++ b/video/mplayer/DEPENDS
@@ -26,6 +26,7 @@ optional_depends libmpcdec "" "--disable-musepack" "for
musepack (mpc) support"
optional_depends libmad "" "--disable-mad" "to play mp3 audio using libmad"
&&
optional_depends xmms "--enable-xmms" "" "for xmms input plugin support" &&
optional_depends ladspa "" "--disable-ladspa" "for LADSPA audio filter"
&&
+optional_depends libdca "" "--disable-libdca" "for libdca support" &&
optional_depends libdts "" "--disable-libdts" "for DTS audio support" &&
optional_depends lame "" "" "to encode files with mp3 audio (mencoder)" &&
optional_depends speex "" "--disable-speex" "support for speex (an open
source speech encoder)" &&
@@ -34,7 +35,7 @@ optional_depends speex "" "--disable-speex" "support for
speex (an open source
optional_depends faac "" "--disable-faac" "for faac support"
&&
optional_depends libtheora "" "--disable-theora" "for Theora video support"
&&
optional_depends zlib "" "" "to play movies using losless compression
algorithms" &&
-optional_depends win32codecs "" "--disable-win32" "to use windows codec
DLLs for video decoding" "z-rejected" &&
+optional_depends win32codecs "" "--disable-win32dll" "to use windows codec
DLLs for video decoding" "z-rejected" &&
optional_depends libdv "" "--disable-libdv" "to play files encoded with
libdv (used by most digital camcorders)" &&
optional_depends quicktime-codecs "" "--disable-qtx" "for some audio/video
codecs sometimes used in quicktime files" "z-rejected" &&
optional_depends real-codecs "" "--disable-real" "to decode RealMedia
files" "z-rejected" &&
diff --git a/video/mplayer/DETAILS b/video/mplayer/DETAILS
index 397afb7..74ced5e 100755
--- a/video/mplayer/DETAILS
+++ b/video/mplayer/DETAILS
@@ -11,7 +11,7 @@ if [ "$MPLAYER_SVN" == "y" ]; then
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
- VERSION=1.0rc1
+ VERSION=1.0rc2
SOURCE=MPlayer-$VERSION.tar.bz2
SOURCE_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/releases/$SOURCE
SOURCE_URL[1]=ftp://ftp2.mplayerhq.hu/MPlayer/releases/$SOURCE
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index ba5414e..69e40a2 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,10 @@
+2007-10-09 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 1.0rc2
+ * BUILD: added disable_pic, install_rootifying all
+ * DEPENDS; fixed option for win32codecs, added libdca
+ optionally
+ * PRE_BUILD, Makefile.patch: removed as it's fixed by upstream
+
2007-09-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS: moved dvdnav option to non-svn version, svn requires the
libdvdnav fork hosted on mplayerhq.hu that we don't support yet
diff --git a/video/mplayer/MPlayer-1.0rc1.tar.bz2.sig
b/video/mplayer/MPlayer-1.0rc1.tar.bz2.sig
deleted file mode 100644
index 7feaeba..0000000
Binary files a/video/mplayer/MPlayer-1.0rc1.tar.bz2.sig and /dev/null differ
diff --git a/video/mplayer/MPlayer-1.0rc2.tar.bz2.sig
b/video/mplayer/MPlayer-1.0rc2.tar.bz2.sig
new file mode 100644
index 0000000..94d9cab
Binary files /dev/null and b/video/mplayer/MPlayer-1.0rc2.tar.bz2.sig differ
diff --git a/video/mplayer/Makefile.patch b/video/mplayer/Makefile.patch
deleted file mode 100644
index 2d1589e..0000000
--- a/video/mplayer/Makefile.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile~ 2006-10-23 00:32:31.000000000 +0200
-+++ Makefile 2006-11-19 12:53:15.000000000 +0100
-@@ -439,7 +439,6 @@
- done
- endif
- @$(INSTALL) -d $(DATADIR)
-- @$(INSTALL) -d $(DATADIR)/font
- ifeq ($(GUI),yes)
- @$(INSTALL) -d $(DATADIR)/skins
- @echo "*** Download skin(s) at http://www.mplayerhq.hu/dload.html";
diff --git a/video/mplayer/PRE_BUILD b/video/mplayer/PRE_BUILD
deleted file mode 100755
index 69cda24..0000000
--- a/video/mplayer/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-if [[ $MPLAYER_SVN != y ]]; then
-patch -p0 < $SCRIPT_DIRECTORY/Makefile.patch
-fi




Archive powered by MHonArc 2.6.24.

Top of Page