[mock-rpmfusion-free: 6/6] Merge branch 'el6'
by Sérgio M. Basto
commit cb7f2597f518f0b5bdedb9706b98a6e8aae15519
Merge: 2cc46a2 df2c568
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Feb 22 04:21:41 2018 +0000
Merge branch 'el6'
---
6 years, 8 months
[mock-rpmfusion-free] (6 commits) ...Merge branch 'el6'
by Sérgio M. Basto
Summary of changes:
f0c4d6e... Update to 19.1 (*)
8905bc6... Update to 20.0 (*)
7ed8da5... Update to 20.1 (*)
6ab91ca... Update to mock fedora 22 (*)
df2c568... Merge commit 'd761ce5ce10b7dff94fae1e5ce12688bd4c1123d' int
cb7f259... Merge branch 'el6'
(*) This commit already existed in another branch; no separate mail sent
6 years, 8 months
[xpra-codecs-freeworld] Disable Werror=deprecated-declarations on fedora > 27
by Antonio
commit 63164cc92fd47e242b404e4e528dfdb271b0d9b0
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Thu Feb 22 21:10:08 2018 +0100
Disable Werror=deprecated-declarations on fedora > 27
xpra-codecs-freeworld.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 94f27eb..e66bde5 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -61,7 +61,11 @@ x264 and ffmpeg.
%endif
%build
+%if 0%{?fedora} > 27
+CFLAGS="%{optflags} -Wno-error=deprecated-declarations" %{__python2} setup.py build --executable="%{__python2} -s" \
+%else
CFLAGS="%{optflags}" %{__python2} setup.py build --executable="%{__python2} -s" \
+%endif
%{?_with_enc_x264} \
%{?_with_dec_avcodec2} \
%{?_with_csc_swscale} \
@@ -111,10 +115,11 @@ find %{buildroot}%{python2_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
-* Fri Feb 09 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.4-2
+* Thu Feb 22 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.4-2
- Fix ?_isa macro
- Add gcc BR
- Use python2-Cython BR
+- Disable Werror=deprecated-declarations on fedora > 27
* Fri Feb 09 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.4-1
- Update to 2.2.4
6 years, 8 months
[xpra-codecs-freeworld] Fix ?_isa macro
by Antonio
commit b96c3705fdaaaad018ca4508b386fd3daa12f005
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Thu Feb 22 20:25:18 2018 +0100
Fix ?_isa macro
xpra-codecs-freeworld.spec | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 498f5e1..94f27eb 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -19,7 +19,7 @@
Name: xpra-codecs-freeworld
Version: 2.2.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
@@ -35,7 +35,8 @@ BuildRequires: python2-devel pygobject2-devel pygtk2-devel
BuildRequires: libXtst-devel, uglify-js
BuildRequires: libxkbfile-devel, libvpx-devel
BuildRequires: xvidcore-devel, x265-devel
-BuildRequires: Cython, ack
+BuildRequires: python2-Cython, ack
+BuildRequires: gcc
BuildRequires: libwebp-devel
BuildRequires: libXdamage-devel
@@ -46,8 +47,8 @@ BuildRequires: x264-devel
BuildRequires: ffmpeg-devel
%endif
-Requires: xpra%{?isa} = %{version}
-Requires: gstreamer1-plugins-ugly%{?isa}
+Requires: xpra%{?_isa} = %{version}
+Requires: gstreamer1-plugins-ugly%{?_isa}
%description
Provides support for H.264 encoding and swscale support in xpra using
@@ -110,6 +111,11 @@ find %{buildroot}%{python2_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Fri Feb 09 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.4-2
+- Fix ?_isa macro
+- Add gcc BR
+- Use python2-Cython BR
+
* Fri Feb 09 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.4-1
- Update to 2.2.4
- Modify patch for ffmpeg-3.5
6 years, 8 months
[audacity-freeworld/f27] (4 commits) ...Update to 2.2.2
by Sérgio M. Basto
Summary of changes:
6f46645... Rebuild for ffmpeg update (*)
3281fe0... Update to 2.2.0 (*)
eecddbf... Temporay build fix. (*)
f3b03ff... Update to 2.2.2 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 8 months
[kdenlive/f26] (10 commits) ...Update kdenlive to 17.12.2
by Sérgio M. Basto
Summary of changes:
37de1b5... - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass (*)
535084c... Update to 17.08.1 (*)
b9aef0f... remove gcc7.patch (*)
95222f9... Fix file not found (*)
2bcb13e... Update kdenlive to 17.08.2 (*)
9bdcdd2... Update kdenlive to 17.12.0 (*)
8065b6a... Update to new location of AppData (*)
9d1f9b9... Use _kf5_metainfodir to fix appdata directory issue (*)
943e3ac... Update kdenlive to 17.12.1 (*)
03b50dc... Update kdenlive to 17.12.2 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 8 months