[csw-devel] SF.net SVN: gar:[21202] csw/mgar/pkg/x264/trunk
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Mon May 27 13:01:37 CEST 2013
Revision: 21202
http://gar.svn.sourceforge.net/gar/?rev=21202&view=rev
Author: janholzh
Date: 2013-05-27 11:01:37 +0000 (Mon, 27 May 2013)
Log Message:
-----------
x264/trunk: update to Version a3ac64b
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-05-27 09:29:40 UTC (rev 21201)
+++ csw/mgar/pkg/x264/trunk/Makefile 2013-05-27 11:01:37 UTC (rev 21202)
@@ -3,19 +3,19 @@
#
# So it does not get lost. With gcc4.8 you now need -fno-aggressive-loop-optimizations: http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/161226
NAME = x264
-VERSION = b3065e6
+VERSION = a3ac64b
GARTYPE = v2
-DESCRIPTION = x264 is encoding video streams into the H.264/MPEG-4 AVC format
+DESCRIPTION =The x264 project is encoding video streams into the H.264/MPEG-4 AVC format
define BLURB
- x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC format, and is released under the terms of the GNU GPL.
+ The x264 project is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC format, and is released under the terms of the GNU GPL.
endef
VENDOR_URL = http://www.videolan.org/developers/x264.html
#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 = b3065e660df391168067f13216d99825260939d4
+GIT_TREEISH_tig.git = a3ac64b8b467eea1264c0053022893bc84b2e9a2
# This Patch file needs to be updated on every new version!
PATCHFILES += 0001-replace-version.sh.patch
@@ -55,27 +55,21 @@
RUNTIME_DEP_PKGS_CSWx264 += CSWlibswscale2
RUNTIME_DEP_PKGS_CSWx264 += CSWlibavutil52
-PACKAGES += CSWlibx264-130
-CATALOGNAME_CSWlibx264-130 = libx264_130
-PKGFILES_CSWlibx264-130 += $(call baseisadirs,$(libdir),libx264\.so\.130)
-PKGFILES_CSWlibx264-130 += $(call baseisadirs,$(libdir),libx264\.so\.130(\.\d+)*)
-SPKG_DESC_CSWlibx264-130 += $(DESCRIPTION), libx264.so.130
-RUNTIME_DEP_PKGS_CSWlibx264-130 += CSWlibgcc-s1
+PACKAGES += CSWlibx264-133
+CATALOGNAME_CSWlibx264-133 = libx264_133
+PKGFILES_CSWlibx264-133 += $(call baseisadirs,$(libdir),libx264\.so\.133)
+PKGFILES_CSWlibx264-133 += $(call baseisadirs,$(libdir),libx264\.so\.133(\.\d+)*)
+SPKG_DESC_CSWlibx264-133 += $(DESCRIPTION), libx264.so.133
+RUNTIME_DEP_PKGS_CSWlibx264-133 += CSWlibgcc-s1
PACKAGES += CSWlibx264-dev
CATALOGNAME_CSWlibx264-dev = libx264_dev
SPKG_DESC_CSWlibx264-dev += $(DESCRIPTION), development files
PKGFILES_CSWlibx264-dev += /opt/csw/lib/libx264.so
PKGFILES_CSWlibx264-dev += $(PKGFILES_DEVEL)
-RUNTIME_DEP_PKGS_CSWlibx264-dev += CSWlibx264-130
+RUNTIME_DEP_PKGS_CSWlibx264-dev += CSWlibx264-133
-#Some overrides
-CHECKPKG_OVERRIDES += pkginfo-description-not-starting-with-uppercase
-CHECKPKG_OVERRIDES_CSWlibx264-130 += pkginfo-description-not-starting-with-uppercase
-
-
-
include gar/category.mk
# For 'grep -q'
Modified: csw/mgar/pkg/x264/trunk/files/0001-replace-version.sh.patch
===================================================================
--- csw/mgar/pkg/x264/trunk/files/0001-replace-version.sh.patch 2013-05-27 09:29:40 UTC (rev 21201)
+++ csw/mgar/pkg/x264/trunk/files/0001-replace-version.sh.patch 2013-05-27 11:01:37 UTC (rev 21202)
@@ -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 2273"
++echo "#define X264_REV 2334"
+echo "#define X264_REV_DIFF 0"
-+echo '#define X264_VERSION " r2273 b3065e6"'
-+echo '#define X264_POINTVER "0.130.2273 b3065e6"'
++echo '#define X264_VERSION " r2334 a3ac64b"'
++echo '#define X264_POINTVER "0.133.2334 a3ac64b"'
+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