[openshot] Update openshot to 2.2.0
by Sérgio M. Basto
commit bfadac1ae4110085cd9e0db99275073097577f54
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Mar 25 03:26:27 2017 +0000
Update openshot to 2.2.0
.gitignore | 1 +
openshot.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d8ba6fe..9f1d3d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
openshot-1.4.3.tar.gz
/openshot-qt-2.0.7.tar.gz
/openshot-qt-2.1.0.tar.gz
+/openshot-qt-2.2.0.tar.gz
diff --git a/openshot.spec b/openshot.spec
index a849724..c611027 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -1,5 +1,5 @@
%global major 2
-%global minor 1
+%global minor 2
%global patch 0
# Redirect find_lang to our patched version
@@ -7,7 +7,7 @@
Name: openshot
Version: %{major}.%{minor}.%{patch}
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: Create and edit videos and movies
Group: Applications/Multimedia
@@ -135,6 +135,9 @@ update-desktop-database &> /dev/null || :
%changelog
+* Sat Mar 25 2017 Sérgio Basto <sergio(a)serjux.com> - 2.2.0-1
+- Update openshot to 2.2.0
+
* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index c76f686..0ca873b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4641ecebc02b1ad1047e3bfb3213774 openshot-qt-2.1.0.tar.gz
+4de28a106207421d1c90a97f094a49b0 openshot-qt-2.2.0.tar.gz
7 years, 8 months
[sox-plugins-freeworld] Obsoleted with libmad moved to fedora
by Nicolas Chauvet
commit db8a443e0c5c55c549720f9e1cf91ca59fd21d8e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Mar 25 00:02:44 2017 +0100
Obsoleted with libmad moved to fedora
.gitignore | 1 -
dead.package | 1 +
sources | 1 -
sox-14.4.1-lpc10.patch | 35 --------
sox-14.4.2-lsx_error.patch | 12 ---
sox-plugins-freeworld.spec | 205 ---------------------------------------------
6 files changed, 1 insertion(+), 254 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..8510ccb
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Obsoleted with libmad moved to fedora
7 years, 8 months
[tvheadend] Update to 4.1 Remove %{name}-4.0.9-ffmpeg_3.0.patch Add %{name}-4.1-ffmpeg_3.0.patch
by Martin Gansser
commit 3698c3e448f22c02bb0766c2c86419eb7e78e6d8
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Mar 24 23:15:40 2017 +0100
Update to 4.1
Remove %{name}-4.0.9-ffmpeg_3.0.patch
Add %{name}-4.1-ffmpeg_3.0.patch
.gitignore | 1 +
sources | 2 +-
...peg_3.0.patch => tvheadend-4.1-ffmpeg_3.0.patch | 26 ++++++++++++----------
tvheadend.spec | 18 +++++++++------
4 files changed, 27 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1fa2f2c..65ae412 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/tvheadend-4.0.9.tar.gz
+/tvheadend-4.1.tar.gz
diff --git a/sources b/sources
index be67fa0..769856b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afe45a345151e7ce31db673e0c738e6e tvheadend-4.0.9.tar.gz
+d73362985dffdadb5794d306147db58c tvheadend-4.1.tar.gz
diff --git a/tvheadend-4.0.9-ffmpeg_3.0.patch b/tvheadend-4.1-ffmpeg_3.0.patch
similarity index 99%
rename from tvheadend-4.0.9-ffmpeg_3.0.patch
rename to tvheadend-4.1-ffmpeg_3.0.patch
index a5c2861..f28577c 100644
--- a/tvheadend-4.0.9-ffmpeg_3.0.patch
+++ b/tvheadend-4.1-ffmpeg_3.0.patch
@@ -395,27 +395,29 @@ diff -up ./src/plumbing/transcoding.c.orig ./src/plumbing/transcoding.c
if(opts)
av_dict_free(&opts);
-@@ -1548,15 +1637,17 @@ transcoder_destroy_video(transcoder_t *t
+@@ -1614,16 +1614,19 @@ transcoder_destroy_video(transcoder_t *t
+ av_free(vs->vid_octx);
+ }
+
++ if (vs->flt_graph) {
++ avfilter_graph_free(&vs->flt_graph);
++ vs->flt_graph = NULL;
++ }
++
if(vs->vid_dec_frame)
av_free(vs->vid_dec_frame);
-
+
- if(vs->vid_scaler)
- sws_freeContext(vs->vid_scaler);
-
if(vs->vid_enc_frame)
av_free(vs->vid_enc_frame);
-
- if (vs->vid_first_pkt)
- pkt_ref_dec(vs->vid_first_pkt);
-
-+ if (vs->flt_graph) {
-+ avfilter_graph_free(&vs->flt_graph);
-+ vs->flt_graph = NULL;
-+ }
-+
+
free(ts);
++
}
-
+
+
@@ -1603,11 +1694,13 @@ transcoder_init_video(transcoder_t *t, s
vs->vid_ictx->thread_count =
vs->vid_octx->thread_count = transcoder_thread_count(t, sct);
diff --git a/tvheadend.spec b/tvheadend.spec
index a1cc391..3371358 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -2,8 +2,8 @@
%global tvheadend_group video
Name: tvheadend
-Version: 4.0.9
-Release: 4%{?dist}
+Version: 4.1
+Release: 1%{?dist}
Summary: TV streaming server and digital video recorder
Group: Applications/Multimedia
@@ -17,7 +17,8 @@ Patch0: %{name}-4.0.9-build.patch
# - https://github.com/tvheadend/tvheadend/commit/c63371c
# - https://github.com/tvheadend/tvheadend/commit/3cbee55
# - https://github.com/tvheadend/tvheadend/commit/374ab83
-Patch1: %{name}-4.0.9-ffmpeg_3.0.patch
+###Patch1: %{name}-4.0.9-ffmpeg_3.0.patch
+Patch1: %{name}-4.1-ffmpeg_3.0.patch
# Use system queue.h header
Patch2: %{name}-4.0.9-use_system_queue.patch
# Fix build with hdhomerun
@@ -75,14 +76,15 @@ MPEG-TS stream generated by ffmpeg/libav from a V4L device.
%if 0%{?fedora} >= 24
%patch1 -p0 -b .ffmpeg_3.0
%endif
-%patch2 -p0 -b .use_system_queue
+#%patch2 -p0 -b .use_system_queue
%patch3 -p0 -b .hdhomerun
%patch4 -p0 -b .dtv_scan_tables
%patch5 -p0 -b .service
%patch6 -p0 -b .crypto_policies
# Delete bundled system headers
-rm -r vendor/{dvb-api,include}/
+#rm -r vendor/{dvb-api,include}/
+rm -r vendor/dvb-api/
%build
@@ -143,8 +145,10 @@ exit 0
%changelog
-* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 4.0.9-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+* Fri Mar 24 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 4.1-1
+- Update to 4.1
+- Remove %%{name}-4.0.9-ffmpeg_3.0.patch
+- Add %%{name}-4.1-ffmpeg_3.0.patch
* Tue Aug 09 2016 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.0.9-3
- Merge all FFmpeg patches into a single one
7 years, 8 months
[mp3diags] Add %%{name}-literal.patch
by Martin Gansser
commit 0a4bf1323cdd5deea4a2fadceddcf3f18f79463f
Author: martinkg <mgansser(a)online.de>
Date: Fri Mar 24 16:53:21 2017 +0100
Add %%{name}-literal.patch
mp3diags-literal.patch | 11 +++++++++++
mp3diags.spec | 3 ++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/mp3diags-literal.patch b/mp3diags-literal.patch
new file mode 100644
index 0000000..b058ab5
--- /dev/null
+++ b/mp3diags-literal.patch
@@ -0,0 +1,11 @@
+--- src/Mp3TransformThread.cpp.orig 2017-03-24 15:52:14.023935154 +0100
++++ src/Mp3TransformThread.cpp 2017-03-24 15:52:55.129795548 +0100
+@@ -662,7 +662,7 @@
+ {
+ qDebug("Caught std::exception in Mp3TransformThread::transform()");
+ traceToFile("Caught std::exception in Mp3TransformThread::transform()", 0);
+- qDebug(ex.what());
++ qDebug("ex.what()");
+ traceToFile(ex.what(), 0);
+ throw; // !!! needed to restore "erased" files when errors occur, because when an exception is thrown the destructors only get called if that exception is caught; so catching and rethrowing is not a "no-op"
+ }
diff --git a/mp3diags.spec b/mp3diags.spec
index 2ce287b..c3b92b7 100644
--- a/mp3diags.spec
+++ b/mp3diags.spec
@@ -7,7 +7,8 @@ License: GPLv2
Summary: Find and fix Problems in MP3 Files
URL: http://mp3diags.sourceforge.net
Source: http://prdownloads.sourceforge.net/%{name}/%{oname}-%{version}.tar.gz
-Patch0: mp3diags-system-lib.patch
+Patch0: %{name}-system-lib.patch
+Patch1: %{name}-literal.patch
BuildRequires: boost-devel
BuildRequires: desktop-file-utils
7 years, 8 months
[mp3diags] Add %{name}-literal.patch
by Martin Gansser
commit 3afdd98e7c584d10032ce48930781808671a5561
Author: martinkg <mgansser(a)online.de>
Date: Fri Mar 24 16:33:30 2017 +0100
Add %{name}-literal.patch
mp3diags.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mp3diags.spec b/mp3diags.spec
index c44bbc3..2ce287b 100644
--- a/mp3diags.spec
+++ b/mp3diags.spec
@@ -82,8 +82,8 @@ fi
%dir %{_datadir}/%{name}/translations
%changelog
-* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.2.03-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+* Fri Mar 24 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.03-3
+- Add %%{name}-literal.patch
* Thu Oct 13 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.03-2
- Remove BR make gcc-c++
7 years, 8 months
[mixxx] fix ppc64le build
by Leigh Scott
commit ec863d16f4d97ecd1efeff6c2859928846af392c
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Mar 24 14:43:41 2017 +0000
fix ppc64le build
mixxx-arm.patch | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/mixxx-arm.patch b/mixxx-arm.patch
index 6f348ed..eb5d2af 100644
--- a/mixxx-arm.patch
+++ b/mixxx-arm.patch
@@ -1,11 +1,19 @@
--- a/build/mixxx.py 2015-12-29 16:10:41.000000000 +0000
+++ b/build/mixxx.py 2016-08-21 07:48:27.404004423 +0100
-@@ -48,6 +48,8 @@ class MixxxBuild(object):
+@@ -48,12 +48,14 @@
if machine.lower() not in ['x86_64', 'x86', 'i686', 'i586',
'alpha', 'hppa', 'mips', 'mipsel', 's390',
'sparc', 'ia64', 'armel', 'armhf', 'hurd-i386',
+ 'armv5tel', 'armv5tejl', 'armv6l', 'armv6hl',
-+ 'armv7l', 'armv7hl', 'armv7hnl', 'aarch64',
++ 'armv7l', 'armv7hl', 'armv7hnl',
'sh3', 'sh4',
'kfreebsd-amd64', 'kfreebsd-i386',
'i486', 'i386', 'ppc', 'ppc64', 'powerpc',
+ 'powerpc64', 'powerpcspe', 's390x',
+ 'amd64', 'em64t', 'intel64', 'arm64',
+- 'ppc64el']:
++ 'ppc64le', 'aarch64']:
+ raise Exception("invalid machine type")
+
+ if toolchain not in ['gnu', 'msvs']:
+
7 years, 8 months
[flowblade/f24: 3/3] Merge branch 'master' into f24
by Martin Gansser
commit ce99574d8ef0f5d315141f84f1d42b531a31a677
Merge: 566ebe5 2350d8e
Author: martinkg <mgansser(a)online.de>
Date: Fri Mar 24 13:04:59 2017 +0100
Merge branch 'master' into f24
.gitignore | 1 +
flowblade.spec | 14 ++++++++++----
sources | 2 +-
3 files changed, 12 insertions(+), 5 deletions(-)
---
7 years, 8 months
[flowblade] Update to 1.12.0-1.gitfd577a9
by Martin Gansser
commit 2350d8eb2721c34654f7700a8a460c57f677fe45
Author: martinkg <mgansser(a)online.de>
Date: Fri Mar 24 13:03:43 2017 +0100
Update to 1.12.0-1.gitfd577a9
.gitignore | 1 +
flowblade.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9231d6a..566e961 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/flowblade-1.6.0-c847b32.tar.gz
/flowblade-1.8.0-9365491.tar.gz
/flowblade-1.10.0-9365491.tar.gz
+/flowblade-1.12.0-fd577a9.tar.gz
diff --git a/flowblade.spec b/flowblade.spec
index a0af5fa..e3e1a53 100644
--- a/flowblade.spec
+++ b/flowblade.spec
@@ -1,10 +1,10 @@
-# https://github.com/jliljebl/flowblade/commit/25c07cefdd21b1cd499be62f3330...
-%global commit0 93654911b1123dc7395e87248136fd1cf19598b0
+# https://github.com/jliljebl/flowblade/commit/fd577a9fac7400d178e63839d53c...
+%global commit0 fd577a9fac7400d178e63839d53c77a5e8565486
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: flowblade
-Version: 1.10.0
-Release: 4.git%{shortcommit0}%{?dist}
+Version: 1.12.0
+Release: 1.git%{shortcommit0}%{?dist}
License: GPLv3
Summary: Multitrack non-linear video editor for Linux
Url: https://github.com/jliljebl/flowblade
@@ -111,6 +111,9 @@ fi
%{python2_sitelib}/flowblade*
%changelog
+* Fri Mar 24 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 1.12.0-1.gitfd577a9
+- Update to 1.12.0-1.gitfd577a9
+
* Sun Mar 19 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.10.0-4.git9365491
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index 7068e4f..572352a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-78987bd1d9081d669f5f6c9e9e4702a0 flowblade-1.10.0-9365491.tar.gz
+1aed0cc5273d1bec76d1bf9a3e67fcda flowblade-1.12.0-fd577a9.tar.gz
7 years, 8 months