[faac] Update to 1.29.3
by Leigh Scott
commit 54a50ff1b443db869e10f69ad3b52699c12ce390
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 28 15:50:19 2017 +0100
Update to 1.29.3
.gitignore | 1 +
faac-libmp4v2.patch | 1460 ---------------------------------------------------
faac.spec | 105 +---
sources | 2 +-
4 files changed, 17 insertions(+), 1551 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 49a0860..4c291c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
faac-1.28.tar.bz2
+/faac-1.29.3.tar.gz
diff --git a/faac.spec b/faac.spec
index 6c1fbc3..185418d 100644
--- a/faac.spec
+++ b/faac.spec
@@ -1,17 +1,14 @@
Name: faac
-Version: 1.28
-Release: 7%{?dist}
+Version: 1.29.3
+Release: 1%{?dist}
Summary: Encoder and encoding library for MPEG2/4 AAC
Group: Applications/Multimedia
License: LGPLv2+
URL: http://www.audiocoding.com/
-Source0: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.t...
-Patch0: %{name}-libmp4v2.patch
+Source0: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.t...
BuildRequires: libtool
-BuildRequires: libmp4v2-devel
-
%description
@@ -22,7 +19,7 @@ multichannel and gapless encoding.
%package devel
Summary: Development libraries of the FAAC AAC encoder
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
FAAC is an AAC audio encoder. It currently supports MPEG-4 LTP, MAIN and LOW
@@ -32,30 +29,23 @@ multichannel and gapless encoding.
This package contains development files and documentation for libfaac.
%prep
-%setup -q -n %{name}-%{version}
-%patch0 -p1 -b .mp4v2
-#fix permissions
-find . -type f \( -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
-chmod 644 AUTHORS COPYING ChangeLog NEWS README TODO docs/*
-
+%setup -q
#fix encoding
/usr/bin/iconv -f iso8859-1 -t utf-8 AUTHORS > AUTHORS.conv && touch -r AUTHORS AUTHORS.conv && /bin/mv -f AUTHORS.conv AUTHORS
-# Autotools
-autoreconf -vif
+./bootstrap
%build
%configure --disable-static
-# remove rpath from libtool
-sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-make %{?_smp_mflags}
+%make_build
%install
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+%make_install
+#Remove libtool archives.
+find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
%post -p /sbin/ldconfig
@@ -64,17 +54,20 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%files
-%doc AUTHORS COPYING ChangeLog NEWS README TODO docs/*
+%doc AUTHORS ChangeLog NEWS README TODO docs/*
+%license COPYING
%{_bindir}/*
%{_libdir}/*.so.*
%{_mandir}/man1/%{name}*
%files devel
-%exclude %{_libdir}/*.la
%{_libdir}/*.so
%{_includedir}/*.h
%changelog
+* Fri Jul 28 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.29.3-1
+- Update to 1.29.3
+
* Sat Dec 6 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.28-7
- Fix build with libmp4v2-devel - rfbz#3188
- Clean-up spec file
@@ -92,71 +85,3 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
- Install with -p
- Moved in nonfree
-* Tue Apr 07 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.28-1.1
-- rebuild
-
-* Thu Mar 12 2009 Dominik Mierzejewski <rpm [AT] greysector [DOT] net> - 1.28-1
-- update to 1.28
-- drop redundant BRs
-- fix Source URL and use bz2 tarball
-- fix rpath
-- include manpage
-
-* Sun Dec 14 2008 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.26-1
-- ship AUTHORS NEWS docs/*
-- integrated changes from Julian Sikorski <belegdol[at]gmail[dot]com>
--- Updated to 1.26
--- Dropped dos2unix BR, not needed anymore
--- Made Source0 use macros
--- Fixed License tag
--- Fixed file permissions
--- Converted ChangeLog to utf-8
-
-* Tue Nov 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.25-7
-- chmod 644 all docs (fixes #115)
-
-* Thu Jul 24 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.25-6
-- rebuild
-
-* Tue Jul 22 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.25-5
-- rebuild for RPM Fusion
-
-* Sat Sep 17 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.25-4
-- update license tag
-
-* Sat Sep 17 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.25-3
-- incorporate some minor adjustments from the freshrpms pacakge
-
-* Sun Dec 17 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.25-2
-- BR dos2unix
-
-* Sun Dec 17 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.25-1
-- Update to 1.25
-- appy patch from to enable build against libmp4v2 from #1317
- (thx to noa)
-
-* Sat Sep 30 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.24-6
-- rebuild for new libmp4v2-devel
-
-* Sun May 28 2006 Noa Resare <noa(a)resare.com> 1.24-5
-- libmp4v2 is now a separate package, updated BR
-- shortened summary string
-
-* Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.24-4
-- Drop Epoch completely
-
-* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
-- switch to new release field
-
-* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
-- add dist
-
-* Mon Oct 25 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.24-0.lvn.3
-- BR automake autoconf (how could I have been that stupid and missed those?
- don't answer please)
-
-* Mon Oct 25 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.24-0.lvn.2
-- BR libtool
-
-* Fri Oct 22 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.24-0.lvn.1
-- Initial RPM release.
diff --git a/sources b/sources
index 8f5cf00..d6629b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5dde68840cefe46532089c9392d1df0 faac-1.28.tar.bz2
+20108ccff238813937ae1fec6eb80e7c faac-1.29.3.tar.gz
7 years, 3 months
[faad2] update to 2.8.1
by Leigh Scott
commit 1164d3e3f18460fe408439bc36b75e2c2d4396b3
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 28 13:52:29 2017 +0100
update to 2.8.1
.gitignore | 1 +
faad2-pic.patch | 24 +++++++++---------
faad2.spec | 59 +++++++++++++++++----------------------------
fix_undefined_version.patch | 12 +++++++++
sources | 2 +-
5 files changed, 48 insertions(+), 50 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a4b129..840c8d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
faad2-2.7.tar.bz2
+/faad2-2.8.1.tar.bz2
diff --git a/faad2-pic.patch b/faad2-pic.patch
index c382b64..5ab3abe 100644
--- a/faad2-pic.patch
+++ b/faad2-pic.patch
@@ -1,12 +1,12 @@
-diff -up faad2-2.7/common/mp4ff/Makefile.in.pic faad2-2.7/common/mp4ff/Makefile.in
---- faad2-2.7/common/mp4ff/Makefile.in.pic 2009-02-10 09:36:11.000000000 +0100
-+++ faad2-2.7/common/mp4ff/Makefile.in 2009-03-14 12:38:40.000000000 +0100
-@@ -93,7 +94,7 @@ AUTOMAKE = @AUTOMAKE@
- AWK = @AWK@
- CC = @CC@
- CCDEPMODE = @CCDEPMODE@
--CFLAGS = @CFLAGS@
-+CFLAGS = @CFLAGS@ -DPIC -fPIC
- CPP = @CPP@
- CPPFLAGS = @CPPFLAGS@
- CXX = @CXX@
+--- a/common/mp4ff/Makefile.am
++++ b/common/mp4ff/Makefile.am
+@@ -1,7 +1,7 @@
+ noinst_LIBRARIES = libmp4ff.a
+ noinst_HEADERS = mp4ff.h mp4ffint.h
+
+-libmp4ff_a_CFLAGS = -DUSE_TAGGING=1
++libmp4ff_a_CFLAGS = -DUSE_TAGGING=1 -DPIC -fPIC
+
+ libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
+ mp4tagupdate.c mp4ff.h mp4ffint.h
+
diff --git a/faad2.spec b/faad2.spec
index 191355c..6f54bc4 100644
--- a/faad2.spec
+++ b/faad2.spec
@@ -1,28 +1,23 @@
-%{?el4:%define _without_sysfs 1}
-%{?fc3:%define _without_sysfs 1}
-%{?fc2:%define _without_sysfs 1}
-%{?fc1:%define _without_sysfs 1}
-%{?el3:%define _without_sysfs 1}
-%{?rh9:%define _without_sysfs 1}
-%{?rh7:%define _without_sysfs 1}
-%{?el2:%define _without_sysfs 1}
-%define xmmsinputplugindir %(xmms-config --input-plugin-dir 2>/dev/null)
+%global xmmsinputplugindir %(xmms-config --input-plugin-dir 2>/dev/null)
Summary: Library and frontend for decoding MPEG2/4 AAC
Name: faad2
Epoch: 1
-Version: 2.7
-Release: 9%{?dist}
+Version: 2.8.1
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.audiocoding.com/faad2.html
Source: http://downloads.sourceforge.net/faac/%{name}-%{version}.tar.bz2
# fix non-PIC objects in libmp4ff.a
Patch0: %{name}-pic.patch
+Patch1: fix_undefined_version.patch
BuildRequires: gcc-c++
+BuildRequires: automake
+BuildRequires: libtool
BuildRequires: id3lib-devel
-%{!?_without_sysfs:BuildRequires: libsysfs-devel}
+BuildRequires: libsysfs-devel
BuildRequires: xmms-devel
BuildRequires: zlib-devel
@@ -44,7 +39,7 @@ This package contains libfaad.
%package devel
Summary: Development libraries of the FAAD 2 AAC decoder
Group: Development/Libraries
-Requires: %{name}-libs = %{epoch}:%{version}-%{release}
+Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
%description devel
FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely
@@ -55,8 +50,8 @@ This package contains development files and documentation for libfaad.
%package -n xmms-%{name}
Summary: AAC XMMS Input Plugin
Group: Applications/Multimedia
-Requires: %{name}-libs = %{epoch}:%{version}-%{release}
-Provides: xmms-aac = %{version}-%{release}
+Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
+Provides: xmms-aac%{?_isa} = %{version}-%{release}
Obsoletes: xmms-aac < 2.6.1
%description -n xmms-%{name}
@@ -67,32 +62,20 @@ This package contains an input plugin for xmms.
%prep
%autosetup -p1
-find . -name "*.c" -o -name "*.h" | xargs chmod 644
-
-for f in AUTHORS COPYING ChangeLog NEWS README* TODO ; do
- tr -d '\r' <$f >$f.n && touch -r $f $f.n && mv -f $f.n $f
-done
+./bootstrap
%build
%configure \
--disable-static \
- --with-xmms \
-# --with-drm
-
-# remove rpath from libtool
-sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+ --with-xmms
%make_build
%install
%make_install
-%{__rm} %{buildroot}%{_libdir}/libfaad.la
-%{__rm} %{buildroot}%{xmmsinputplugindir}/libmp4.la
-%{__rm} %{buildroot}%{_includedir}/mp4ff{,int}.h
-%{__rm} %{buildroot}%{_libdir}/libmp4ff.a
-%{__install} -dm755 %{buildroot}%{_mandir}/man1
-%{__mv} %{buildroot}%{_mandir}/{manm/faad.man,man1/faad.1}
+
+#Remove libtool archives.
+find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
%post libs -p /sbin/ldconfig
@@ -100,26 +83,28 @@ sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%postun libs -p /sbin/ldconfig
%files
-%doc AUTHORS COPYING ChangeLog NEWS README*
+%doc AUTHORS ChangeLog NEWS README*
%license COPYING
%{_bindir}/faad
%{_mandir}/man1/faad.1*
%files libs
-%{_libdir}/libfaad.so.*
+%{_libdir}/libfaad*.so.*
%files devel
%doc TODO docs/Ahead?AAC?Decoder?library?documentation.pdf
%{_includedir}/faad.h
%{_includedir}/neaacdec.h
-%{_libdir}/libfaad.so
+%{_libdir}/libfaad*.so
%files -n xmms-%{name}
-%doc plugins/xmms/AUTHORS plugins/xmms/NEWS
-%doc plugins/xmms/ChangeLog plugins/xmms/README plugins/xmms/TODO
+%doc plugins/xmms/{AUTHORS,NEWS,ChangeLog,README,TODO}
%{xmmsinputplugindir}/libmp4.so
%changelog
+* Fri Jul 28 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1:2.8.1-1
+- update to 2.8.1
+
* Sun Mar 19 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1:2.7-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/fix_undefined_version.patch b/fix_undefined_version.patch
new file mode 100644
index 0000000..f75c054
--- /dev/null
+++ b/fix_undefined_version.patch
@@ -0,0 +1,12 @@
+--- a/include/neaacdec.h
++++ b/include/neaacdec.h
+@@ -73,7 +73,7 @@
+ #endif
+ #endif
+
+-#define FAAD2_VERSION PACKAGE_VERSION
++#define FAAD2_VERSION "2.8.1"
+
+ /* object types for AAC */
+ #define MAIN 1
+
diff --git a/sources b/sources
index a86e592..7763807 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c332fa23febc0e4648064685a3d4332 faad2-2.7.tar.bz2
+c0c0d1e6d66de38c40ae56a1981321f9 faad2-2.8.1.tar.bz2
7 years, 3 months
[VirtualBox] Update VBox to 5.1.26
by Sérgio M. Basto
commit 68cab731c57a1ff091d78a16e0da1e178883bad5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jul 27 19:09:46 2017 +0100
Update VBox to 5.1.26
.gitignore | 1 +
VirtualBox.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f11580..ea85715 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-5.1.20a.tar.bz2
/VirtualBox-5.1.22.tar.bz2
/VirtualBox-5.1.24.tar.bz2
+/VirtualBox-5.1.26.tar.bz2
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 7454055..a47979e 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -24,7 +24,7 @@
%bcond_with vnc
Name: VirtualBox
-Version: 5.1.24
+Version: 5.1.26
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -746,6 +746,9 @@ getent group vboxsf >/dev/null || groupadd -r vboxsf 2>&1
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu Jul 27 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.26-1
+- Update VBox to 5.1.26
+
* Tue Jul 18 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.24-1
- Update VBox to 5.1.24
diff --git a/sources b/sources
index 6e35bda..2ecc3ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2938f2b75f99f35205e033753c3087f3 VirtualBox-5.1.24.tar.bz2
+d3aec8190c649d7e0d92ba374779dfe3 VirtualBox-5.1.26.tar.bz2
7 years, 4 months
[qt5-qtwebengine-freeworld] Rebuild for Qt 5.9.1
by Kevin Kofler
commit d8e5eb63db011384ecc94bb87990a42190d7137d
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Thu Jul 27 17:05:48 2017 +0200
Rebuild for Qt 5.9.1
* Thu Jul 27 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.9.1-2
- Rebuild for Qt 5.9.1
qt5-qtwebengine-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index e0c69c3..8bfa1e0 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -44,7 +44,7 @@
Summary: Qt5 - QtWebEngine components (freeworld version)
Name: qt5-qtwebengine-freeworld
Version: 5.9.1
-Release: 1%{?dist}
+Release: 2%{?dist}
%global major_minor %(echo %{version} | cut -d. -f-2)
%global major %(echo %{version} | cut -d. -f1)
@@ -405,6 +405,9 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Thu Jul 27 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.9.1-2
+- Rebuild for Qt 5.9.1
+
* Sun Jul 02 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.9.1-1
- Update to 5.9.1
- Rebase qtbug-61521 patch (drop the parts that are already in 5.9.1)
7 years, 4 months
[qt5-qtwebengine-freeworld] Ignore qtwebengine-opensource-src-5.6.3-ee719ad313e564d4e6f06d74b313ae179169466f.tar.xz
by Kevin Kofler
commit f7fee72e60d9927ea380ea61b78061861d21de42
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Thu Jul 27 17:04:06 2017 +0200
Ignore qtwebengine-opensource-src-5.6.3-ee719ad313e564d4e6f06d74b313ae179169466f.tar.xz
Add qtwebengine-opensource-src-5.6.3-ee719ad313e564d4e6f06d74b313ae179169466f.tar.xz
from f24 to .gitignore.
.gitignore | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitignore b/.gitignore
index 44c8959..91fbc7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/qtwebengine-opensource-src-5.8.0.tar.xz
/qtwebengine-opensource-src-5.9.0.tar.xz
/qtwebengine-opensource-src-5.9.1.tar.xz
+/qtwebengine-opensource-src-5.6.3-ee719ad313e564d4e6f06d74b313ae179169466f.tar.xz
7 years, 4 months