[avidemux/f33] (5 commits) ...Merge branch 'master' into f33
by Leigh Scott
Summary of changes:
f63c670... Rebuild for new x265 (*)
e574195... Rebuild for new aom (*)
8e10f0f... Use cmake instead of cmake3 (*)
1c937fc... Revert "Rebuild for new aom"
5b51727... Merge branch 'master' into f33
(*) This commit already existed in another branch; no separate mail sent
3 years, 5 months
[avidemux] Use cmake instead of cmake3
by Leigh Scott
commit 8e10f0f63378bf000ff6824763769606f8d6fb94
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jun 14 09:36:02 2021 +0100
Use cmake instead of cmake3
avidemux.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/avidemux.spec b/avidemux.spec
index 9487700..62f7579 100644
--- a/avidemux.spec
+++ b/avidemux.spec
@@ -24,7 +24,7 @@ Patch1: https://github.com/mean00/avidemux2/commit/d7ecad79c55e6c21d6462
ExclusiveArch: i686 x86_64
# Utilities
-BuildRequires: cmake3 gcc-c++ yasm
+BuildRequires: cmake gcc-c++ yasm
%{?el7:BuildRequires: epel-rpm-macros}
BuildRequires: gettext intltool
BuildRequires: libxslt
@@ -144,7 +144,7 @@ export LDFLAGS="%{optflags} -lc -Wl,--as-needed"
# Build avidemux_core
mkdir build_avidemux_core
pushd build_avidemux_core
-%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_CXX_STANDARD=14 \
../avidemux_core
%cmake_build
@@ -157,7 +157,7 @@ popd
# Build cli interface
mkdir build_avidemux_cli
pushd build_avidemux_cli
-%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DFAKEROOT=%{_pkgbuilddir}/fakeRoot \
../avidemux/cli
%cmake_build
@@ -168,7 +168,7 @@ popd
# Build QT5 gui
mkdir build_avidemux_qt4
pushd build_avidemux_qt4
-%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DFAKEROOT=%{_pkgbuilddir}/fakeRoot \
-DENABLE_QT5=TRUE \
../avidemux/qt4
@@ -180,7 +180,7 @@ popd
# Build avidemux_plugins_common
mkdir build_plugins_common
pushd build_plugins_common
-%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DFAKEROOT=%{_pkgbuilddir}/fakeRoot \
-DAVIDEMUX_SOURCE_DIR=%{_builddir}/%{name}_%{version} \
-DENABLE_QT5=TRUE \
@@ -196,7 +196,7 @@ popd
# Build avidemux_plugins_cli
mkdir build_plugins_cli
pushd build_plugins_cli
-%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DFAKEROOT=%{_pkgbuilddir}/fakeRoot \
-DAVIDEMUX_SOURCE_DIR=%{_builddir}/%{name}_%{version} \
-DENABLE_QT5=TRUE \
@@ -212,7 +212,7 @@ popd
# Build avidemux_plugins_qt5
mkdir build_plugins_qt5
pushd build_plugins_qt5
-%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DFAKEROOT=%{_pkgbuilddir}/fakeRoot \
-DAVIDEMUX_SOURCE_DIR=%{_builddir}/%{name}_%{version} \
-DENABLE_QT5=TRUE \
3 years, 5 months
[xine-lib/el7] Rebuild for new aom
by Robert-André Mauchin
Summary of changes:
35f8751... Rebuild for new aom (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 5 months
[xine-lib/el8] Rebuild for new aom
by Robert-André Mauchin
Summary of changes:
35f8751... Rebuild for new aom (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 5 months
[xine-lib/f33] Rebuild for new aom
by Robert-André Mauchin
commit 35f8751b880d5e2a271fcd7ee7aa525355e628e0
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Sun Jun 13 20:50:46 2021 +0200
Rebuild for new aom
xine-lib.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 5998463..7accff0 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -24,7 +24,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.11
-Release: 2%{?snapshot:.%{date}hg%{revision}}%{?dist}
+Release: 3%{?snapshot:.%{date}hg%{revision}}%{?dist}
License: GPLv2+
URL: http://www.xine-project.org/
%if ! 0%{?snapshot}
@@ -323,6 +323,9 @@ mkdir -p %{buildroot}%{codecdir}
%changelog
+* Sun Jun 13 2021 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.2.11-3
+- Rebuild for new aom
+
* Fri Dec 11 2020 Xavier Bachelot <xavier(a)bachelot.org> 1.2.11-2
- Drop support for EOL distros
3 years, 5 months
[xine-lib/f34] Rebuild for new aom
by Robert-André Mauchin
Summary of changes:
45b6590... Rebuild for new aom (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 5 months
[xine-lib] Rebuild for new aom
by Robert-André Mauchin
commit 45b6590c23b7ebfef30cee18053cc32f40b19391
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Sun Jun 13 20:45:18 2021 +0200
Rebuild for new aom
xine-lib.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 41a353b..cd32bd0 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -24,7 +24,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.11
-Release: 6%{?snapshot:.%{date}hg%{revision}}%{?dist}
+Release: 7%{?snapshot:.%{date}hg%{revision}}%{?dist}
License: GPLv2+
URL: http://www.xine-project.org/
%if ! 0%{?snapshot}
@@ -323,6 +323,9 @@ mkdir -p %{buildroot}%{codecdir}
%changelog
+* Sun Jun 13 2021 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.2.11-7
+- Rebuild for new aom
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.2.11-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 5 months
[vlc/el7] Rebuild for new aom
by Robert-André Mauchin
commit 4fa23dd1a3576d3a03b9b4e8d247c0407f0b275d
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Sun Jun 13 20:40:41 2021 +0200
Rebuild for new aom
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index fb3ef6c..5751d66 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -51,7 +51,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.13
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
License: GPLv2+
URL: https://www.videolan.org
%if 0%{?commit0:1}
@@ -618,6 +618,9 @@ fi || :
%changelog
+* Sun Jun 13 2021 Robert-André Mauchin <zebob.m(a)gmail.com> - 1:3.0.13-1.2
+- Rebuild for new aom
+
* Wed May 05 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.13-1.1
- rebuilt
3 years, 5 months
[vlc/el8] Rebuild for new aom
by Robert-André Mauchin
commit 341f821256acad6850dab4b4507cdc63a37df839
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Sun Jun 13 20:38:47 2021 +0200
Rebuild for new aom
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index fb3ef6c..3991b5b 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -51,7 +51,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.13
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
License: GPLv2+
URL: https://www.videolan.org
%if 0%{?commit0:1}
@@ -618,6 +618,9 @@ fi || :
%changelog
+* Sun Jun 13 20:37:27 CEST 2021 Robert-André Mauchin <zebob.m(a)gmail.com> - 1:3.0.13-1.2
+- Rebuild for new aom
+
* Wed May 05 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.13-1.1
- rebuilt
3 years, 5 months