[bcg729] Update to 1.0.3
by Sandro Mani
commit 1f4381f981524412de02d4be498045725310859d
Author: Sandro Mani <manisandro(a)gmail.com>
Date: Tue Feb 28 23:38:50 2017 +0100
Update to 1.0.3
.gitignore | 1 +
bcg729.spec | 16 ++++++++++------
sources | 2 +-
3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f8377c6..d476761 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/bcg729-1.0.0.tar.gz
/bcg729-1.0.2.tar.gz
+/bcg729-1.0.3.tar.gz
diff --git a/bcg729.spec b/bcg729.spec
index aa9a8b8..6e60f43 100644
--- a/bcg729.spec
+++ b/bcg729.spec
@@ -1,15 +1,15 @@
Name: bcg729
-Version: 1.0.2
+Version: 1.0.3
Release: 1%{?dist}
Summary: Opensource implementation of the G.729 codec
-# Incorrect FSF addresses: http://lists.nongnu.org/archive/html/linphone-developers/2016-07/msg00043...
License: GPLv2+
-URL: http://www.linphone.org/eng/documentation/dev/bcg729.html
-Source0: http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources...
+URL: https://github.com/BelledonneCommunications/bcg729
+Source0: https://github.com/BelledonneCommunications/bcg729/archive/%{version}/%{n...
# Test data is not redistributible
# Source1: http://www.belledonne-communications.com/downloads/bcg729-patterns.zip
+BuildRequires: automake autoconf libtool
BuildRequires: gcc
@@ -36,7 +36,8 @@ Development files for %{name}.
%build
-%configure --disable-silent-rules --disable-static
+./autogen.sh
+%configure --disable-static
%make_build
@@ -55,7 +56,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%files
-%doc AUTHORS README
+%doc AUTHORS README.md
%license COPYING
%{_libdir}/lib%{name}.so.*
@@ -67,6 +68,9 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%changelog
+* Tue Feb 28 2017 Sandro Mani <manisandro(a)gmail.com> - 1.0.3-1
+- Update to 1.0.3
+
* Fri Jan 06 2017 Sandro Mani <manisandro(a)gmail.com> - 1.0.2-1
- Update to 1.0.2
diff --git a/sources b/sources
index f8c387d..6948d40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a3d9b422912024f97a41e56e9e3d357 bcg729-1.0.2.tar.gz
+c69ba762a61500df605ffee3e48a3c12 bcg729-1.0.3.tar.gz
7 years, 8 months
[lives] Update to svn2608 (rpmfusion bug #4467)
by Antonio
commit 546ee228a73b86345b779381de291e0a391e3aab
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Feb 28 19:03:12 2017 +0100
Update to svn2608 (rpmfusion bug #4467)
.gitignore | 1 +
lives.spec | 20 ++++++++++++++------
sources | 2 +-
3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4500926..bc34070 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/LiVES-2.8.2.tar.bz2
/LiVES-2.8.3.tar.bz2
/LiVES-2.8.4.tar.bz2
+/lives-svn2608.tar.gz
diff --git a/lives.spec b/lives.spec
index d0e1974..35d9441 100644
--- a/lives.spec
+++ b/lives.spec
@@ -12,12 +12,17 @@
#
Name: lives
-Version: 2.8.4
-Release: 3%{?dist}
+Version: 2.8.5
+Release: 0.1.svn2608%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL: http://lives-video.com
-Source0: http://lives-video.com/releases/LiVES-%{version}.tar.bz2
+#Source0: http://lives-video.com/releases/LiVES-%%{version}.tar.bz2
+
+# svn checkout https://svn.code.sf.net/p/lives/code/trunk lives-code
+# rm -rf lives-code/.svn
+# tar -cvzf lives-svn2608.tar.gz lives-code
+Source0: lives-svn2608.tar.gz
## Appdata file
Source1: LiVES.appdata.xml
@@ -96,7 +101,7 @@ designed to be simple to use, yet powerful.
It is small in size, yet it has many advanced features.
%prep
-%setup -q
+%setup -q -n lives-code
##Remove spurious executable permissions
for i in `find . -type f \( -name "*.c" -o -name "*.h" -o -name "*.txt" \)`; do
@@ -140,7 +145,7 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig
rm -rf %{buildroot}%{_includedir}/weed
##Remove bad documentation files location
-rm -rf %{buildroot}%{_docdir}/lives-%{version}
+rm -rf %{buildroot}%{_docdir}/lives-%{version}-svn
# Fix Python interpreter
find %{buildroot} -name 'lives*encoder' -o -name 'multi_encoder' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
@@ -200,8 +205,11 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{_datadir}/appdata/LiVES.appdata.xml
%changelog
+* Tue Feb 28 2017 Antonio Trande <sagitterATfedoraproject.org> - 2.8.5-0.1.svn2608
+- Update to svn2608 (rpmfusion bug #4467)
+
* Mon Feb 27 2017 Antonio Trande <sagitterATfedoraproject.org> - 2.8.4-3
-- Set lives shell script
+- Set lives shell script (rpmfusion bug #4466)
* Mon Feb 13 2017 Antonio Trande <sagitterATfedoraproject.org> - 2.8.4-2
- Rebuild for GCC 7
diff --git a/sources b/sources
index fc2c4b9..0b16104 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eed927e94143f9806fcd70a8ff40b696 LiVES-2.8.4.tar.bz2
+a9a840a47268b9a4524a0b207cef70a4 lives-svn2608.tar.gz
7 years, 8 months
[lives] Set lives shell script
by Antonio
commit 6dc84c6691a0b40566272cebc5599fcbb22f3e07
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Feb 28 15:24:21 2017 +0100
Set lives shell script
lives.spec | 29 +++++++++++++++++++++--------
1 file changed, 21 insertions(+), 8 deletions(-)
---
diff --git a/lives.spec b/lives.spec
index 71f36e7..d0e1974 100644
--- a/lives.spec
+++ b/lives.spec
@@ -13,7 +13,7 @@
Name: lives
Version: 2.8.4
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL: http://lives-video.com
@@ -112,6 +112,7 @@ sed -e 's|toonz.cpp||g' -i lives-plugins/weed-plugins/Makefile.am
%if 0%{?fedora} > 23
autoreconf -ivf
%endif
+
%configure --disable-silent-rules --enable-shared --enable-static \
--enable-largefile --enable-threads --disable-rpath --enable-profiling \
--enable-doxygen --disable-libvisual \
@@ -120,7 +121,7 @@ autoreconf -ivf
%else
--disable-projectM
%endif
-
+
%make_build
%install
@@ -141,18 +142,27 @@ rm -rf %{buildroot}%{_includedir}/weed
##Remove bad documentation files location
rm -rf %{buildroot}%{_docdir}/lives-%{version}
-##Remove rpaths
-chrpath -d %{buildroot}%{_bindir}/lives-exe
-
# Fix Python interpreter
find %{buildroot} -name 'lives*encoder' -o -name 'multi_encoder' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
find %{buildroot} -name 'lives*encoder3' -o -name 'multi_encoder3' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|'
+rm -f %{buildroot}%{_bindir}/%{name}
+cat > %{buildroot}%{_bindir}/%{name} <<EOF
+#!/bin/sh
+echo "Setting private libraries path"
+export LD_LIBRARY_PATH=%{_libdir}/%{name}
+echo "Setting frei0r library path"
+export FREI0R_PATH=%{_libdir}/frei0r-1
+echo "Settin ladspa library path"
+export LADSPA_PATH=%{_libdir}/ladspa
+echo "Running LiVES"
+%{_bindir}/%{name}-exe "\$@"
+EOF
+chmod a+x %{buildroot}%{_bindir}/%{name}
+
##Set Exec key
desktop-file-edit \
- --set-key=Exec \
- --set-value="env LD_LIBRARY_PATH=%{_libdir}/%{name} \
- FREI0R_PATH=%{_libdir}/frei0r-1 LADSPA_PATH=%{_libdir}/ladspa lives-exe" \
+ --set-key=Exec --set-value=lives \
%{buildroot}%{_datadir}/applications/LiVES.desktop
# Register as an application to be visible in the software center
@@ -190,6 +200,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{_datadir}/appdata/LiVES.appdata.xml
%changelog
+* Mon Feb 27 2017 Antonio Trande <sagitterATfedoraproject.org> - 2.8.4-3
+- Set lives shell script
+
* Mon Feb 13 2017 Antonio Trande <sagitterATfedoraproject.org> - 2.8.4-2
- Rebuild for GCC 7
7 years, 8 months
[gstreamer1-plugins-ugly] Add upstream gcc-7 commit
by Leigh Scott
commit c5cdb5c97f191f41bc8c2efa0ea3673823c20ea7
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Feb 27 19:21:13 2017 +0000
Add upstream gcc-7 commit
asfdemux-Fix-compilation-with-gcc-7.patch | 31 +++++++++++++++++++++++++++++++
gstreamer1-plugins-ugly.spec | 5 ++++-
2 files changed, 35 insertions(+), 1 deletion(-)
---
diff --git a/asfdemux-Fix-compilation-with-gcc-7.patch b/asfdemux-Fix-compilation-with-gcc-7.patch
new file mode 100644
index 0000000..56814e1
--- /dev/null
+++ b/asfdemux-Fix-compilation-with-gcc-7.patch
@@ -0,0 +1,31 @@
+From 66659f07f59ca9fcfdef7ae0531ffa681ee5b079 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian(a)centricular.com>
+Date: Mon, 27 Feb 2017 20:55:34 +0200
+Subject: [PATCH] asfdemux: Fix compilation with gcc 7
+
+gstasfdemux.c: In function 'gst_asf_demux_parse_stream_object':
+gstasfdemux.c:3001:39: error: '<<' in boolean context, did you mean '<' ? [-Werror=int-in-bool-context]
+ is_encrypted = ! !((flags & 0x8000) << 15);
+ ~~~~~~~~~~~~~~~~~~^~~~~~
+
+https://bugzilla.gnome.org/show_bug.cgi?id=779329
+---
+ gst/asfdemux/gstasfdemux.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gst/asfdemux/gstasfdemux.c b/gst/asfdemux/gstasfdemux.c
+index b8d48ad6..5afeaabb 100644
+--- a/gst/asfdemux/gstasfdemux.c
++++ b/gst/asfdemux/gstasfdemux.c
+@@ -2998,7 +2998,7 @@ gst_asf_demux_parse_stream_object (GstASFDemux * demux, guint8 * data,
+
+ flags = gst_asf_demux_get_uint16 (&data, &size);
+ stream_id = flags & 0x7f;
+- is_encrypted = ! !((flags & 0x8000) << 15);
++ is_encrypted = ! !(flags & 0x8000);
+ unknown = gst_asf_demux_get_uint32 (&data, &size);
+
+ GST_DEBUG_OBJECT (demux, "Found stream %u, time_offset=%" GST_TIME_FORMAT,
+--
+2.11.1
+
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index 47f940f..92768bc 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -6,6 +6,8 @@ License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{...
+# Upstream fix
+Patch0: asfdemux-Fix-compilation-with-gcc-7.patch
BuildRequires: gstreamer1-devel >= %{version}
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: gettext-devel gtk-doc
@@ -49,7 +51,7 @@ be shipped in gstreamer-plugins-good because:
%prep
-%autosetup -n gst-plugins-ugly-%{version}
+%autosetup -p1 -n gst-plugins-ugly-%{version}
%build
@@ -97,6 +99,7 @@ rm %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%changelog
* Mon Feb 27 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.2-1
- Update to 1.11.2
+- Add upstream gcc-7 commit
* Mon Jan 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.1-1
- Update to 1.11.1
7 years, 8 months
[gstreamer1-plugins-bad-nonfree/f25] Update to 1.10.4
by Leigh Scott
commit 615718cdb57041c1a343302c8fe56f1959cbe95d
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Feb 27 16:54:48 2017 +0000
Update to 1.10.4
gstreamer1-plugins-bad-nonfree.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index c85b71b..fa4e137 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -3,7 +3,7 @@
Summary: GStreamer 1.0 streaming media framework "bad" non-free plug-ins
Name: gstreamer1-plugins-bad-nonfree
-Version: 1.10.3
+Version: 1.10.4
Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
@@ -66,6 +66,9 @@ rm %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Mon Feb 27 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.10.4-1
+- Update to 1.10.4
+
* Fri Feb 03 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.10.3-1
- Update to 1.10.3
diff --git a/sources b/sources
index abf2df5..e59b071 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e59798c86a670041de2e61856ea43d2a gst-plugins-bad-1.10.3.tar.xz
+2757103e57a096a1a05b3ab85b8381af gst-plugins-bad-1.10.4.tar.xz
7 years, 8 months
[gstreamer1-plugins-bad-nonfree] Update to 1.11.2
by Leigh Scott
commit 4cfb4c3b5279424e6c5e5716edc07c3c62c25b6b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Feb 27 16:52:55 2017 +0000
Update to 1.11.2
gstreamer1-plugins-bad-nonfree.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index 5f88047..94d154a 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -3,8 +3,8 @@
Summary: GStreamer 1.0 streaming media framework "bad" non-free plug-ins
Name: gstreamer1-plugins-bad-nonfree
-Version: 1.11.1
-Release: 2%{?dist}
+Version: 1.11.2
+Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -67,6 +67,9 @@ rm %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%{_libdir}/gstreamer-1.0/libgstfdkaac.so
%changelog
+* Mon Feb 27 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.2-1
+- Update to 1.11.2
+
* Mon Jan 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.1-2
- Enable fdk-aac
diff --git a/sources b/sources
index 9fde333..51afb7d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a995f3a765f938242cfc1c687ed4de1 gst-plugins-bad-1.11.1.tar.xz
+ef5ea52481620048b79db93b9d66294d gst-plugins-bad-1.11.2.tar.xz
7 years, 8 months
[gstreamer1-plugins-bad-nonfree/f25] Use version macro for build requires
by Leigh Scott
commit 1fa0c01167333308ec4fba09aa77483c3085d1e1
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Feb 27 16:51:12 2017 +0000
Use version macro for build requires
gstreamer1-plugins-bad-nonfree.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index b779cc0..c85b71b 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -9,8 +9,8 @@ License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{ve...
-BuildRequires: gstreamer1-devel >= 1.10.3
-BuildRequires: gstreamer1-plugins-base-devel >= 1.10.3
+BuildRequires: gstreamer1-devel >= %{version}
+BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: check
BuildRequires: gettext-devel
BuildRequires: libXt-devel
7 years, 8 months
[gstreamer1-plugins-bad-nonfree] Use version macro for build requires
by Leigh Scott
commit f70aa974adab402db4502b4a3e82fffbf7d473fb
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Feb 27 16:50:43 2017 +0000
Use version macro for build requires
gstreamer1-plugins-bad-nonfree.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index ac7df36..5f88047 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -9,8 +9,8 @@ License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{ve...
-BuildRequires: gstreamer1-devel >= 1.11.1
-BuildRequires: gstreamer1-plugins-base-devel >= 1.11.1
+BuildRequires: gstreamer1-devel >= %{version}
+BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: check
BuildRequires: gettext-devel
BuildRequires: libXt-devel
7 years, 8 months
[gstreamer1-plugins-bad-freeworld/f25] Update to 1.10.4
by Leigh Scott
commit 65e937d22717aa52df4e1f7b4eb7083a938ec858
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Feb 27 16:49:25 2017 +0000
Update to 1.10.4
gstreamer1-plugins-bad-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index 2ccc14a..f502a11 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -4,7 +4,7 @@
Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
Name: gstreamer1-plugins-bad-freeworld
-Version: 1.10.3
+Version: 1.10.4
Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
@@ -93,6 +93,9 @@ rm %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Mon Feb 27 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.10.4-1
+- Update to 1.10.4
+
* Fri Feb 03 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.10.3-1
- Update to 1.10.3
diff --git a/sources b/sources
index abf2df5..e59b071 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e59798c86a670041de2e61856ea43d2a gst-plugins-bad-1.10.3.tar.xz
+2757103e57a096a1a05b3ab85b8381af gst-plugins-bad-1.10.4.tar.xz
7 years, 8 months