[libquicktime] Rebuild for x264 in F29 Expand tabs to spaces
by Sérgio M. Basto
commit 138209a4466736e2fb84e61823d3b78208b266ec
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Oct 11 09:20:35 2018 +0100
Rebuild for x264 in F29
Expand tabs to spaces
libquicktime.spec | 80 ++++++++++++++++++++++++++++++++-----------------------
1 file changed, 47 insertions(+), 33 deletions(-)
---
diff --git a/libquicktime.spec b/libquicktime.spec
index d25cd1c..871d1b6 100644
--- a/libquicktime.spec
+++ b/libquicktime.spec
@@ -4,39 +4,49 @@
%define shorthash %(c=%{githash}; echo ${c:0:10})
-Summary: Library for reading and writing Quicktime files
-Name: libquicktime
-Version: 1.2.4
-Release: 33%{?rel_string}%{?dist}
-License: LGPLv2+
-Group: System Environment/Libraries
-URL: http://libquicktime.sourceforge.net/
-Source0: https://sourceforge.net/code-snapshots/git/l/li/libquicktime/git.git/libq...
-
-BuildRequires: libdv-devel
-BuildRequires: libpng-devel libjpeg-devel libGLU-devel
-BuildRequires: libvorbis-devel ffmpeg-devel
-BuildRequires: schroedinger-devel
-BuildRequires: lame-devel alsa-lib-devel libXt-devel libXaw-devel libXv-devel
-BuildRequires: libdv-devel >= 0.102-4 x264-devel faad2-devel
-BuildRequires: libavc1394-devel libraw1394-devel >= 0.9.0-12
-BuildRequires: gtk2-devel >= 2.4.0
+Summary: Library for reading and writing Quicktime files
+Name: libquicktime
+Version: 1.2.4
+Release: 34%{?rel_string}%{?dist}
+License: LGPLv2+
+Group: System Environment/Libraries
+URL: http://libquicktime.sourceforge.net/
+Source0: https://sourceforge.net/code-snapshots/git/l/li/libquicktime/git.git/libq...
+
+BuildRequires: libdv-devel
+BuildRequires: libpng-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libGLU-devel
+BuildRequires: libvorbis-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: schroedinger-devel
+BuildRequires: lame-devel
+BuildRequires: alsa-lib-devel
+BuildRequires: libXt-devel
+BuildRequires: libXaw-devel
+BuildRequires: libXv-devel
+BuildRequires: libdv-devel >= 0.102-4
+BuildRequires: x264-devel
+BuildRequires: faad2-devel
+BuildRequires: libavc1394-devel
+BuildRequires: libraw1394-devel >= 0.9.0-12
+BuildRequires: gtk2-devel >= 2.4.0
BuildRequires: schroedinger-devel
BuildRequires: gettext-devel
%{?_with_faac:BuildRequires: faac-devel}
# Packages for re-configuration
-BuildRequires: autoconf, automake, libtool
+BuildRequires: autoconf automake libtool
%package utils
-Summary: Utilities for working with Quicktime files
-Group: Applications/Multimedia
+Summary: Utilities for working with Quicktime files
+Group: Applications/Multimedia
%package devel
-Summary: Development files for libquicktime
-Group: Development/Libraries
-Requires: %{name}%{?_isa} = %{version}-%{release}
-Requires: zlib-devel
+Summary: Development files for libquicktime
+Group: Development/Libraries
+Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: zlib-devel
# --------------------------------------------------------------------
@@ -71,14 +81,14 @@ enhancements. This package contains development files for %{name}.
%build
./autogen.sh
%configure \
- --enable-gpl \
- --disable-rpath \
- --with-cpuflags="$RPM_OPT_FLAGS" \
- --disable-dependency-tracking \
- --without-doxygen \
- --disable-static \
- --with-libdv \
- --enable-libswscale
+ --enable-gpl \
+ --disable-rpath \
+ --with-cpuflags="$RPM_OPT_FLAGS" \
+ --disable-dependency-tracking \
+ --without-doxygen \
+ --disable-static \
+ --with-libdv \
+ --enable-libswscale
# remove rpath from libtool
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -130,6 +140,10 @@ find $RPM_BUILD_ROOT%{_libdir} -type f -a -name \*.la -exec rm {} \;
# --------------------------------------------------------------------
%changelog
+* Thu Oct 11 2018 Sérgio Basto <sergio(a)serjux.com> - 1.2.4-34.112.20180804gitfff99cd
+- Rebuild for x264 in F29
+- Expand tabs to spaces
+
* Fri Oct 05 2018 Sérgio Basto <sergio(a)serjux.com> - 1.2.4-33.112.20180804gitfff99cd
- Update to 1.2.4.112.20180804gitfff99cd from branch master
@@ -438,4 +452,4 @@ find $RPM_BUILD_ROOT%{_libdir} -type f -a -name \*.la -exec rm {} \;
- Major fix from from Diag (plugins are now in the package).
* Wed Apr 16 2003 Dams <anvil[AT]livna.org>
-- Initial build.
+- Initial build.
6 years, 1 month
[intel-media-driver] Disable i686
by Nicolas Chauvet
commit 46a54a470588b502b882dc51ace9cf26c7457d0a
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Oct 11 10:09:37 2018 +0200
Disable i686
intel-media-driver.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/intel-media-driver.spec b/intel-media-driver.spec
index 7f27aec..f9d6450 100644
--- a/intel-media-driver.spec
+++ b/intel-media-driver.spec
@@ -9,7 +9,10 @@ Source1: intel-media-driver.metainfo.xml
#Source9: parse-intel-media-driver.py
# This is an Intel only vaapi backend
-ExclusiveArch: i686 x86_64
+# It fails on i686
+# https://github.com/intel/media-driver/issues/356
+ExclusiveArch: x86_64
+
BuildRequires: cmake >= 3.5
BuildRequires: gcc
6 years, 1 month
[intel-media-driver] Enforce ARCH=32 on ix86
by Nicolas Chauvet
commit 347ec94d118320cd16a9eb7d4370d8988df6ab26
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Oct 11 10:00:51 2018 +0200
Enforce ARCH=32 on ix86
intel-media-driver.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/intel-media-driver.spec b/intel-media-driver.spec
index 889bcfb..7f27aec 100644
--- a/intel-media-driver.spec
+++ b/intel-media-driver.spec
@@ -46,6 +46,9 @@ rm -f Tools/MediaDriverTools/UMDPerfProfiler/MediaPerfParser
mkdir build
pushd build
%cmake \
+%ifarch %{ix86}
+ -DARCH:STRING=32 \
+%endif
-DMEDIA_RUN_TEST_SUITE:BOOL=False \
-DRUN_TEST_SUITE:BOOL=False \
..
6 years, 1 month
[steam] Add 1.0.0.56 sources
by Simone Caronni
Summary of changes:
0539add... Add 1.0.0.56 sources (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[steam/f29] Add 1.0.0.56 sources
by Simone Caronni
Summary of changes:
0539add... Add 1.0.0.56 sources (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[steam/f28] Add 1.0.0.56 sources
by Simone Caronni
Summary of changes:
0539add... Add 1.0.0.56 sources (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[steam/f27] Add 1.0.0.56 sources
by Simone Caronni
commit 0539add966c36848d80e97ca8fdd463e5adc92e4
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Thu Oct 11 09:53:16 2018 +0200
Add 1.0.0.56 sources
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index a87ad84..c4f044d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ steam_1.0.0.51.tar.gz
/steam_1.0.0.52.tar.gz
/steam_1.0.0.53.tar.gz
/steam_1.0.0.54.tar.gz
+/steam_1.0.0.56.tar.gz
diff --git a/sources b/sources
index 2a72242..0f11019 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d1398490635615c428165e984a1ec71b steam_1.0.0.54.tar.gz
+1ea5a9bbfc742ce7fee18d67d62c79ea steam_1.0.0.56.tar.gz
6 years, 1 month
[steam] rpmlint fixes
by Simone Caronni
Summary of changes:
859baf3... rpmlint fixes (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[steam/f29] rpmlint fixes
by Simone Caronni
Summary of changes:
859baf3... rpmlint fixes (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month