]> git.pld-linux.org Git - packages/libx264.git/commitdiff
- up to snap 20110327 api 114
authorBartłomiej Zimoń <cactus@pld-linux.org>
Mon, 28 Mar 2011 09:28:38 +0000 (09:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libx264-alpha.patch -> 1.2
    libx264.spec -> 1.34

libx264-alpha.patch
libx264.spec

index 60fc457041d5f4f26061146f03950e841674e073..007b709c88d81a948a6feffb0a27e64625e87554 100644 (file)
@@ -1,12 +1,12 @@
---- x264-snapshot-20061024-2245/configure~     2006-12-04 23:01:06.000000000 +0200
-+++ x264-snapshot-20061024-2245/configure      2006-12-04 23:04:19.000000000 +0200
-@@ -166,6 +166,9 @@
-   arm*)
-     ARCH="ARM"
-     ;;
-+  alpha*)
-+    ARCH="ALPHA"
-+    ;;
-   s390|s390x)
-     ARCH="S390"
-     ;;
+--- x264-snapshot-20110327-2245/configure.orig 2011-03-27 22:45:05.000000000 +0200
++++ x264-snapshot-20110327-2245/configure      2011-03-28 11:15:16.384948894 +0200
+@@ -529,6 +529,9 @@
+             AS="${AS-${cross_prefix}gcc}"
+         fi
+         ;;
++    alpha*)
++      ARCH="ALPHA"
++      ;;
+     s390|s390x)
+         ARCH="S390"
+         ;;
index 40d0f1e5e02a43258c1d44a85bb282e64ed5ad8d..4af0a7a8e09f1d815fa96fafe1a4a3aa52c4cc0b 100644 (file)
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_with    bootstrap
 #
-%define                snap    20101031
+%define                snap    20110327
 %define                snaph   2245
 %define                rel             1
 Summary:       H264 encoder library
@@ -14,7 +14,7 @@ License:      GPL v2+
 Group:         Libraries
 # still no releases, use snapshots
 Source0:       ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-%{snap}-%{snaph}.tar.bz2
-# Source0-md5: 763dc8b1c2148946a78f76a04262758b
+# Source0-md5: 7579aff8166a974a1b293cd18b9ead92
 Patch0:                %{name}-alpha.patch
 Patch1:                altivec-no-vand.patch
 URL:           http://www.videolan.org/developers/x264.html
@@ -114,12 +114,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS
-%attr(755,root,root) %{_libdir}/libx264.so.107
+%attr(755,root,root) %{_libdir}/libx264.so.114
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libx264.so
 %{_includedir}/x264.h
+%{_includedir}/x264_config.h
 %{_pkgconfigdir}/x264.pc
 
 %files static
This page took 0.106124 seconds and 4 git commands to generate.