2009-04-08 10:49:10 +00:00
|
|
|
Name: gavl
|
2012-09-08 19:52:08 +00:00
|
|
|
Version: 1.4.0
|
2019-01-31 20:35:44 +00:00
|
|
|
Release: 14%{?dist}
|
2009-04-08 10:49:10 +00:00
|
|
|
Summary: A library for handling uncompressed audio and video data
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
URL: http://gmerlin.sourceforge.net/
|
|
|
|
Source0: http://downloads.sourceforge.net/gmerlin/gavl-%{version}.tar.gz
|
2009-10-27 23:08:18 +00:00
|
|
|
Patch1: gavl-1.1.1-system_libgdither.patch
|
2009-04-08 10:49:10 +00:00
|
|
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
|
|
|
BuildRequires: libpng-devel >= 1.0.8
|
|
|
|
BuildRequires: libgdither-devel
|
|
|
|
# Gavl use an internal tweaked libsamplerate version
|
|
|
|
# ufortunately the libsamplerate doesn't want a patch
|
|
|
|
# that will break ABI
|
|
|
|
#BuildRequires: libsamplerate-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
Gavl is a library for handling and converting uncompressed audio and
|
|
|
|
video data. It provides datatypes for audio/video formats and standardized
|
|
|
|
structures to store the data. It supports converting between all formats.
|
|
|
|
Some conversion functions are available in multiple versions (MMX...),
|
|
|
|
which are selected by compile time configuration, CPU autodetection and
|
|
|
|
user options.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch1 -p1 -b .gdither
|
|
|
|
|
|
|
|
#Disable buildtime cpu detection
|
|
|
|
sed -i -i 's/LQT_TRY_CFLAGS/dnl LQT_TRY_CFLAGS/g' configure.ac
|
|
|
|
sed -i -i 's/LQT_OPT_CFLAGS/dnl LQT_OPT_CFLAGS/g' configure.ac
|
|
|
|
|
|
|
|
#Regenerate build tool
|
|
|
|
sh autogen.sh
|
|
|
|
|
|
|
|
|
2009-10-27 23:08:18 +00:00
|
|
|
|
2009-04-08 10:49:10 +00:00
|
|
|
%build
|
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
--disable-cpu-clip \
|
|
|
|
--enable-libgdither
|
|
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
# Prevent timestamps build difference
|
|
|
|
touch -r include/gavl/gavl.h $RPM_BUILD_ROOT%{_includedir}/gavl/gavl_version.h
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-01-22 17:39:00 +00:00
|
|
|
%ldconfig_scriptlets
|
2009-04-08 10:49:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc AUTHORS COPYING README TODO
|
2013-10-07 08:51:37 +00:00
|
|
|
%exclude %{_docdir}/gavl/apiref
|
2009-04-08 10:49:10 +00:00
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%doc %{_docdir}/gavl/apiref/
|
|
|
|
%{_includedir}/gavl/
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/gavl.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2019-01-31 20:35:44 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 01:08:34 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 10:37:55 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 20:57:47 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:07:15 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 10:15:10 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-03 21:03:12 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 07:02:04 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-16 13:45:17 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 13:26:36 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-10-07 08:51:37 +00:00
|
|
|
* Mon Oct 07 2013 Nicolas Chauvet <kwizart@gmail.com> - 1.4.0-4
|
|
|
|
- Fix apiref bundled as %%doc in main - rhbz#1014820
|
|
|
|
|
2013-08-03 12:29:31 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-13 22:19:58 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-09-08 19:52:08 +00:00
|
|
|
* Sat Sep 08 2012 Nicolas Chauvet <kwizart@gmail.com> - 1.4.0-1
|
|
|
|
- Update to 1.4.0
|
|
|
|
|
2012-07-19 03:59:30 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 02:58:32 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-03-26 22:36:33 +00:00
|
|
|
* Sat Mar 26 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.2.0-1
|
|
|
|
- update to 1.2.0
|
|
|
|
|
2011-02-08 22:55:18 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-05-01 21:13:05 +00:00
|
|
|
* Sat May 01 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.1.2-1
|
|
|
|
- Update to 1.1.2
|
|
|
|
|
2009-10-27 23:09:30 +00:00
|
|
|
* Tue Oct 27 2009 kwizart < kwizart at gmail.com > - 1.1.1-1
|
|
|
|
- Update to 1.1.1
|
|
|
|
|
2009-07-24 23:32:40 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-04-08 10:49:10 +00:00
|
|
|
* Tue Mar 24 2009 kwizart < kwizart at gmail.com > - 1.1.0-1
|
|
|
|
- Update to 1.1.0
|
|
|
|
- Disable buildtime CPU detection.
|
|
|
|
|
|
|
|
* Tue Jul 29 2008 kwizart < kwizart at gmail.com > - 1.0.1-1
|
|
|
|
- Update to 1.0.1
|
|
|
|
|
|
|
|
* Tue Jul 22 2008 kwizart < kwizart at gmail.com > - 1.0.0-2
|
|
|
|
- Add --enable-libgdither for system libgdither
|
|
|
|
- Add --enable-debug to disable LQT_OPT_CFLAGS
|
|
|
|
- Add -DHAVE_GAVLCONFIG_H to include gavlconfig.h when needed
|
|
|
|
|
|
|
|
* Mon May 19 2008 kwizart < kwizart at gmail.com > - 1.0.0-1
|
|
|
|
- Update to 1.0.0 api stable
|
|
|
|
|
|
|
|
* Mon May 19 2008 kwizart < kwizart at gmail.com > - 0.2.7-4
|
|
|
|
- Initial package for Fedora
|