[lightspark] Update to latest git
by Leigh Scott
commit f9330f8930c536e70bb52f5ea2309832a7a074cc
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jul 9 14:46:17 2016 +0100
Update to latest git
.gitignore | 1 +
lightspark-0.7.2-llvm-libs-hack.patch | 19 -----------------
lightspark.spec | 39 ++++++++++++++++++-----------------
sources | 2 +-
4 files changed, 22 insertions(+), 39 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 31746d4..15b0ca7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
lightspark-0.7.2-20140219git.tar.bz2
+/lightspark-0.7.2-20160703git.tar.gz
diff --git a/lightspark.spec b/lightspark.spec
index 6d26499..6fd5602 100644
--- a/lightspark.spec
+++ b/lightspark.spec
@@ -9,8 +9,8 @@
%define pre_release 0
%if %{?git}
-%define commit c974834f93d93bc0f2713a75da62025984cb02f3
-%define date 20140219
+%define commit e218da67b9650ac33666612b2c32377568957f66
+%define date 20160703
%endif
%if %{pre_release}
@@ -23,7 +23,7 @@
Name: lightspark
Version: %{major}
-Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}.2
+Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}.3
Summary: An alternative Flash Player implementation
Group: Applications/Multimedia
@@ -37,13 +37,12 @@ URL: http://lightspark.sourceforge.net
# rm -rf .git && cd ..
# mv %%{name} %%{name}-%%{version}
# tar cjf %%{name}-%%{version}-%%{date}git.tar.bz2 %%{name}-%%{version}
-Source0: %{name}-%{version}-%{date}git.tar.bz2
+Source0: https://github.com/lightspark/lightspark/archive/%{commit}.tar.gz#/%{name...
%else
Source0: http://launchpad.net/%{name}/trunk/%{name}-%{version}/+download/%{name}-%...
%endif
-Patch2: lightspark-0.7.2-llvm-libs-hack.patch
-Patch3: lightspark-0.7.2-fix_ffmpeg_include_dir.patch
+Patch0: lightspark-0.7.2-fix_ffmpeg_include_dir.patch
BuildRequires: cmake
BuildRequires: llvm-devel >= 2.7
@@ -86,9 +85,8 @@ gnash for unsupported SWF files ( AS2/avm1 ); to enable this feature
install gnash ( without gnash-plugin ).
%prep
-%setup -q -n %{name}-%{version}%{?pre:~%{pre}}
-%patch2 -p1 -b .llvm-libs-hack
-%patch3 -p1 -b .ffmpeg-include-dir
+%setup -q -n %{name}-%{commit}
+%patch0 -p1 -b .ffmpeg-include-dir
%build
%cmake -DCOMPILE_PLUGIN=1 \
@@ -125,18 +123,18 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
rm -rf $RPM_BUILD_ROOT
%post
-update-desktop-database &> /dev/null || :
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
-update-desktop-database &> /dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
if [ $1 -eq 0 ] ; then
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+ /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files -f %{name}.lang
%defattr(-,root,root,-)
@@ -144,12 +142,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%config(noreplace) %{_sysconfdir}/xdg/lightspark.conf
%{_bindir}/%{name}
%{_bindir}/tightspark
-%{_datadir}/%{name}
+%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
-%{_datadir}/man/man1/%{name}.1.gz
-%{_datadir}/man/man1/tightspark.1.gz
-%{_libdir}/%{name}
+%{_datadir}/man/man1/%{name}.1.*
+%{_datadir}/man/man1/tightspark.1.*
+%{_libdir}/%{name}/
%files mozilla-plugin
%defattr(-,root,root,-)
@@ -157,6 +155,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/mozilla/plugins/lib%{name}plugin.so
%changelog
+* Sat Jul 09 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 0.7.2-10.20160703git.3
+- Update to latest git
+
* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 0.7.2-10.20140219git.2
- Rebuilt for FFmpeg 2.4.3
diff --git a/sources b/sources
index 7af5701..fd0e6f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ada0a48a123df8df0f5aeeeffec9aef8 lightspark-0.7.2-20140219git.tar.bz2
+f13853be060dfb40ef4dc6e87c18b1ce lightspark-0.7.2-20160703git.tar.gz
8 years, 4 months
[libmp3splt] Update to 0.9.2 .
by Sérgio M. Basto
commit 3b8573cadbd76ea4c57d8a54f32f4bade495d406
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jul 9 14:32:34 2016 +0100
Update to 0.9.2 .
.gitignore | 1 +
libmp3splt.spec | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 160 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0abbce4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libmp3splt-0.9.2.tar.gz
diff --git a/libmp3splt.spec b/libmp3splt.spec
new file mode 100644
index 0000000..72f061a
--- /dev/null
+++ b/libmp3splt.spec
@@ -0,0 +1,158 @@
+#global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
+%global soname 0
+%bcond_with ltdl
+
+Summary: Libraries for the mp3Splt project
+Name: libmp3splt
+Version: 0.9.2
+Release: 1%{?dist}
+License: GPLv2
+Group: Development/Libraries
+Source: http://downloads.sourceforge.net/mp3splt/%{name}-%{version}.tar.gz
+URL: http://mp3splt.sourceforge.net/
+BuildRequires: gettext
+BuildRequires: libid3tag-devel
+BuildRequires: libmad-devel
+BuildRequires: libtool-ltdl-devel
+BuildRequires: libvorbis-devel
+BuildRequires: pcre-devel
+BuildRequires: doxygen, graphviz
+BuildRequires: pkgconfig
+BuildRequires: flac-devel
+BuildRequires: autoconf automake libtool gettext-devel
+
+%description
+The mp3Splt project provides utilities to split mp3 and ogg files,
+by selecting a begin and an end time position, without decoding.
+It is very useful to split large mp3/ogg into smaller files,
+or to split entire albums to obtain original tracks.
+To split an album, the split points and filenames can be selected
+manually or automatically from CDDB (internet or a local file),
+or from .cue files.
+
+It supports automatic silence detection, which can be used
+to adjust cddb/cue split points. It is also possible to extract
+tracks from Mp3Wrap or AlbumWrap files in a few seconds.
+
+The mp3splt project is divided in 3 parts:
+libmp3splt, mp3splt and mp3splt-gtk.
+
+%package devel
+Summary: Files for the development of applications which will use %{name}
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This package contains development files for the mp3splt project.
+
+%prep
+%setup -q
+autoreconf -fiv
+# Avoid standard rpaths on lib64 archs:
+sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure
+
+%build
+%configure --disable-static \
+%if %{with ltdl}
+ --with-ltdl-lib=%{_libdir} \
+ --with-ltdl-include=%{_includedir}
+%endif
+
+%__make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+
+# Remove libtool la files:
+find %{buildroot}%{_libdir} -name '*.la' -exec rm -f {} ';'
+
+%find_lang %{name}%{soname}
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files -f %{name}%{soname}.lang
+%doc AUTHORS NEWS README ChangeLog
+%license COPYING
+%{_libdir}/%{name}.so.*
+%{_libdir}/%{name}%{soname}/libsplt_mp3.so.*
+%{_libdir}/%{name}%{soname}/libsplt_ogg.so.*
+%{_libdir}/%{name}%{soname}/libsplt_flac.so.*
+%exclude %{_docdir}/%{name}/doxygen
+
+%files devel
+%{_includedir}/%{name}/*.h
+%{_libdir}/%{name}.so
+%{_libdir}/%{name}%{soname}/libsplt_mp3.so
+%{_libdir}/%{name}%{soname}/libsplt_ogg.so
+%{_libdir}/%{name}%{soname}/libsplt_flac.so
+%{_libdir}/pkgconfig/%{name}.pc
+%{_docdir}/%{name}/doxygen
+
+%changelog
+* Wed Jul 01 2015 Sérgio Basto <sergio(a)serjux.com> - 0.9.2-1
+- Update to 0.9.2 .
+
+* Fri Aug 30 2013 Paulo Roma <roma(a)lcg.ufrj.br> 0.9.0-13
+- Updated to 0.9.0
+- Added BR flac-devel.
+
+* Sun Mar 31 2013 Paulo Roma <roma(a)lcg.ufrj.br> 0.8.2-12
+- Updated to 0.8.2
+- Changed libmp3splt for libmp3splt%%{soname}.
+
+* Fri Sep 07 2012 Paulo Roma <roma(a)lcg.ufrj.br> 0.7.3-11
+- Updated to 0.7.3
+
+* Wed Jun 06 2012 Paulo Roma <roma(a)lcg.ufrj.br> 0.7.2-10
+- Updated to 0.7.2
+
+* Wed Jan 04 2012 Paulo Roma <roma(a)lcg.ufrj.br> 0.7.1-9
+- Updated to 0.7.1
+- Added BR doxygen.
+- Added doxygen files.
+
+* Sat Sep 03 2011 Paulo Roma <roma(a)lcg.ufrj.br> 0.7-9
+- Updated to 0.7
+
+* Sun Mar 13 2011 Paulo Roma <roma(a)lcg.ufrj.br> 0.6.1a-8
+- Updated to 0.6.1a
+
+* Mon Sep 27 2010 Paulo Roma <roma(a)lcg.ufrj.br> 0.6-6
+- Updated to 0.6
+
+* Wed Feb 17 2010 Paulo Roma <roma(a)lcg.ufrj.br> 0.5.9-6
+- Updated to 0.5.9
+
+* Wed Nov 04 2009 Paulo Roma <roma(a)lcg.ufrj.br> 0.5.8a-6
+- Updated to 0.5.8a
+- Using %%bcond_with ltdl.
+
+* Sat Oct 31 2009 Paulo Roma <roma(a)lcg.ufrj.br> 0.5.8-5
+- Updated to 0.5.8
+- Removed "sed echo" from build section.
+
+* Thu Jul 30 2009 Paulo Roma <roma(a)lcg.ufrj.br> 0.5.7a-4
+- Bugfix release: 0.5.7a
+
+* Mon Jul 27 2009 Paulo Roma <roma(a)lcg.ufrj.br> 0.5.7-4
+- Updated to 0.5.7
+- Moved libsplt_mp3.so and libsplt_ogg.so back to devel.
+- Using find_lang.
+
+* Tue Jun 23 2009 Paulo Roma <roma(a)lcg.ufrj.br> 0.5.6-3
+- Fixed #476061 - libsplt_mp3.so and libsplt_ogg.so
+ moved from devel to the main package.
+
+* Sat May 16 2009 Paulo Roma <roma(a)lcg.ufrj.br> 0.5.6-2
+- Updated to 0.5.6
+
+* Sat May 09 2009 Paulo Roma <roma(a)lcg.ufrj.br> 0.5.5-2
+- Updated to 0.5.5
+- Added BR libid3tag-devel and libtool-ltdl.
+- Fixed configure for finding libtool-ltdl.
+
+* Sun Aug 26 2007 Paulo Roma <roma(a)lcg.ufrj.br> 0.3.1-1
+- Initial spec file.
+
diff --git a/sources b/sources
index e69de29..f36efd4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+28009187c1cbd0bce50138029532647d libmp3splt-0.9.2.tar.gz
8 years, 4 months
[alsa-plugins-freeworld] Update to 1.1.1
by Leigh Scott
commit 1952685c4f662c520d2bbe13f5e345e2f017c244
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jul 9 14:11:24 2016 +0100
Update to 1.1.1
.gitignore | 1 +
alsa-plugins-freeworld.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99fa897..bd86c49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
alsa-plugins-1.0.28.tar.bz2
+/alsa-plugins-1.1.1.tar.bz2
diff --git a/alsa-plugins-freeworld.spec b/alsa-plugins-freeworld.spec
index 268c7b0..b90805f 100644
--- a/alsa-plugins-freeworld.spec
+++ b/alsa-plugins-freeworld.spec
@@ -1,5 +1,5 @@
Name: alsa-plugins-freeworld
-Version: 1.0.29
+Version: 1.1.1
Release: 1%{?dist}
Summary: The ALSA Plugins - freeworld version
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
@@ -98,6 +98,9 @@ install -pm 0644 %{SOURCE1} %{SOURCE2} \
%changelog
+* Sat Jul 09 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.1.1-1
+- Update to 1.1.1
+
* Sun Oct 25 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.29-1
- Update to 1.0.29
diff --git a/sources b/sources
index 501b9bf..7dd4a91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a66797b4471e3cbe96575207bfbe252c alsa-plugins-1.0.29.tar.bz2
+69f9f3e2de3c97fc71d496e91e271fe5 alsa-plugins-1.1.1.tar.bz2
8 years, 4 months
[vdr-tvguideng/f24] Added %{pname}-gcc6.patch
by Martin Gansser
commit 2f09d83197f92f921c3dbeb538d4965ba969ef66
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Jul 9 12:15:44 2016 +0200
Added %{pname}-gcc6.patch
.gitignore | 1 +
clog | 2 +
sources | 1 +
vdr-plugin-tvguideng-0.3.0.tar.bz2 | Bin 0 -> 80222 bytes
vdr-tvguideng.spec | 78 +++++++++++++++++++++++++++++++++++++
5 files changed, 82 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f87621d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/vdr-plugin-tvguideng-0.3.0.tar.bz2
diff --git a/clog b/clog
new file mode 100644
index 0000000..3ede9cc
--- /dev/null
+++ b/clog
@@ -0,0 +1,2 @@
+Added %{pname}-gcc6.patch
+
diff --git a/sources b/sources
index e69de29..f5161fb 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+dd810a231a1718444d4f02180ae39bb5 vdr-plugin-tvguideng-0.3.0.tar.bz2
diff --git a/vdr-plugin-tvguideng-0.3.0.tar.bz2 b/vdr-plugin-tvguideng-0.3.0.tar.bz2
new file mode 100644
index 0000000..5756c8f
Binary files /dev/null and b/vdr-plugin-tvguideng-0.3.0.tar.bz2 differ
diff --git a/vdr-tvguideng.spec b/vdr-tvguideng.spec
new file mode 100644
index 0000000..17e49b8
--- /dev/null
+++ b/vdr-tvguideng.spec
@@ -0,0 +1,78 @@
+%global pname tvguideng
+
+Name: vdr-%{pname}
+Version: 0.3.0
+Release: 2%{?dist}
+Summary: TvGuideNG is a highly customizable 2D EPG viewer plugin
+Group: Applications/Multimedia
+License: GPLv2+
+URL: http://projects.vdr-developer.org/projects/plg-tvguideng
+Source0: https://projects.vdr-developer.org/git/vdr-plugin-tvguideng.git/snapshot/...
+# https://projects.vdr-developer.org/issues/2427
+Patch0: %{pname}-gcc6.patch
+
+BuildRequires: vdr-devel >= 2.0.0
+BuildRequires: libskindesignerapi-devel
+Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
+Requires: vdr-skindesigner >= 0.4.0
+Requires: vdr-epgsearch
+
+%description
+"TvGuideNG" is a highly customizable 2D EPG viewer plugin.
+The "Search & Recordings" Menue provided by the red button allows to search
+in the EPG and manage timers, search timers, series timers and switch
+timers in an convenient way.
+
+%prep
+%setup -qn vdr-plugin-%{pname}-%{version}
+%patch0 -p1
+
+# std::auto_ptr deprecation warning in libstdc++ 5.1
+sed -i -e 's| std::auto_ptr| std::unique_ptr|g' services/epgsearch.h
+
+%build
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
+
+%install
+make install DESTDIR=%{buildroot}
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%doc HISTORY* README*
+%license COPYING
+%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
+
+%changelog
+* Sat Jul 09 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.3.0-2
+- Added %%{pname}-gcc6.patch
+
+* Mon Mar 14 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.3.0-1
+- Update to 0.3.0
+
+* Sun Jan 31 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.0-1
+- Update to 0.2.0
+
+* Wed Jan 06 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.6-1
+- Update to 0.1.6
+
+* Fri Jun 26 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.5-1
+- Update to 0.1.5
+
+* Fri May 01 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.3-1
+- Update to 0.1.3
+
+* Sun Apr 12 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.2-1
+- Update to 0.1.2
+- added BR libskindesignerapi-devel
+
+* Fri Mar 20 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.3-1
+- Update to 0.0.3
+
+* Sat Mar 14 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.2-1
+- Update to 0.0.2
+- corrected typo in %%description
+
+* Fri Mar 13 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-1
+- initial build
+
8 years, 4 months
[lives] Fix again conditional macros.
by Antonio
commit d22165b4b28e8d453f06cc76360c070e079c96d1
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sat Jul 9 12:11:10 2016 +0200
Fix again conditional macros.
lives.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/lives.spec b/lives.spec
index 3356d3e..2dfdb94 100644
--- a/lives.spec
+++ b/lives.spec
@@ -1,6 +1,6 @@
Name: lives
Version: 2.6.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL: http://lives-video.com
@@ -47,7 +47,7 @@ BuildRequires: bzip2-devel
BuildRequires: libappstream-glib
# Packages for re-configuration
-%if 0%{?fedora} > 24
+%if 0%{?fedora} > 23
BuildRequires: autoconf, automake, libtool
%endif
@@ -96,7 +96,7 @@ chmod a-x $i
done
%build
-%if 0%{?fedora} > 24
+%if 0%{?fedora} > 23
autoreconf -ivf
%endif
%configure --disable-silent-rules --enable-shared --enable-static \
@@ -173,6 +173,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{_datadir}/appdata/LiVES.appdata.xml
%changelog
+* Sat Jul 09 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.6.3-4
+- Fix again conditional macros
+
* Sat Jul 09 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.6.3-3
- Patched for ffmpeg-3.0 on f24 too
8 years, 4 months