[csw-devel] SF.net SVN: gar:[20347] csw/mgar/pkg/x264/trunk
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Thu Feb 28 10:02:18 CET 2013
Revision: 20347
http://gar.svn.sourceforge.net/gar/?rev=20347&view=rev
Author: janholzh
Date: 2013-02-28 09:02:18 +0000 (Thu, 28 Feb 2013)
Log Message:
-----------
x264/trunk: update to r2273
Revision Links:
--------------
http://gar.svn.sourceforge.net/gar/?rev=2273&view=rev
Modified Paths:
--------------
csw/mgar/pkg/x264/trunk/Makefile
csw/mgar/pkg/x264/trunk/files/0001-replace-version.sh.patch
Modified: csw/mgar/pkg/x264/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x264/trunk/Makefile 2013-02-28 07:59:58 UTC (rev 20346)
+++ csw/mgar/pkg/x264/trunk/Makefile 2013-02-28 09:02:18 UTC (rev 20347)
@@ -2,7 +2,7 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = x264
-VERSION = 1cffe9f
+VERSION = b3065e6
GARTYPE = v2
DESCRIPTION = x264 is encoding video streams into the H.264/MPEG-4 AVC format
@@ -14,7 +14,7 @@
#MASTER_SITES = http://repo.or.cz/w/x264.git/snapshot/
#DISTFILES = c522ad1fed167d0e985e4f9dcdee042473cf74db.tar.gz
GIT_REPOS = http://git.videolan.org/git/x264.git
-GIT_TREEISH_tig.git = 1cffe9f406cc54f4759fc9eeb85598fb8cae66c7
+GIT_TREEISH_tig.git = b3065e660df391168067f13216d99825260939d4
# This Patch file needs to be updated on every new version!
PATCHFILES += 0001-replace-version.sh.patch
Modified: csw/mgar/pkg/x264/trunk/files/0001-replace-version.sh.patch
===================================================================
--- csw/mgar/pkg/x264/trunk/files/0001-replace-version.sh.patch 2013-02-28 07:59:58 UTC (rev 20346)
+++ csw/mgar/pkg/x264/trunk/files/0001-replace-version.sh.patch 2013-02-28 09:02:18 UTC (rev 20347)
@@ -37,10 +37,10 @@
-API=`grep '#define X264_BUILD' < x264.h | sed -e 's/.* \([1-9][0-9]*\).*/\1/'`
-echo "#define X264_POINTVER \"0.$API.$VER\""
+
-+echo "#define X264_REV 2230"
++echo "#define X264_REV 2273"
+echo "#define X264_REV_DIFF 0"
-+echo '#define X264_VERSION " r2230 1cffe9f"'
-+echo '#define X264_POINTVER "0.129.2230 1cffe9f"'
++echo '#define X264_VERSION " r2273 b3065e6"'
++echo '#define X264_POINTVER "0.130.2273 b3065e6"'
+exit 0
--
1.7.9
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list