Projects
Essentials
fdk-aac
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 11
View file
fdk-aac.changes
Changed
@@ -1,4 +1,23 @@ ------------------------------------------------------------------- +Tue Mar 24 17:47:21 UTC 2020 - Bjørn Lie <zaitor@opensuse.org> + +- Update to version 2.0.1: + * Minor release with a number of crash/fuzz fixes, primarily for + the decoder. +- Modernize spec, replace gcc-c++ with generic c++_compiler + BuildRequires, use current macros. + +------------------------------------------------------------------- +Sat Aug 10 14:05:45 UTC 2019 - Luigi Baldoni <aloisio@gmx.com> + +- Update to version 2.0.0 + * Major update in the upstream source base, with support for + new profiles and features, and numerous crash/fuzz fixes. + The new upstream version is referred to as FDKv2, thus + skipping the major version 1 and syncing the fdk-aac major + version number to 2. + +------------------------------------------------------------------- Tue May 1 12:17:21 UTC 2018 - zaitor@opensuse.org - Update to version 1.6.0:
View file
fdk-aac.spec
Changed
@@ -1,7 +1,7 @@ # # spec file for package fdk-aac # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%define _sover 2 Name: fdk-aac -Version: 0.1.6 +Version: 2.0.1 Release: 0 Summary: A standalone library of the Fraunhofer FDK AAC code from Android -License: SUSE-NonFree -Group: System/Libraries +License: NonFree URL: https://github.com/mstorsjo/fdk-aac -Source0: https://github.com/mstorsjo/fdk-aac/archive/v%{version}.tar.gz +Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf -BuildRequires: gcc-c++ + +BuildRequires: c++_compiler BuildRequires: libtool BuildRequires: pkgconfig @@ -35,11 +36,10 @@ For further information, read: wiki.hydrogenaud.io/Fraunhofer_FDK_AAC -%package -n libfdk-aac1 +%package -n libfdk-aac%{_sover} Summary: A standalone library of the Fraunhofer FDK AAC code from Android -Group: System/Libraries -%description -n libfdk-aac1 +%description -n libfdk-aac%{_sover} A standalone library of the Fraunhofer FDK AAC code from Android For further information, read: @@ -47,36 +47,33 @@ %package devel Summary: Development headers for Fraunhofer FDK AAC -Group: Development/Libraries/C and C++ -Requires: libfdk-aac1 = %{version} +Requires: libfdk-aac%{_sover} = %{version} %description devel This package provides development headers for Fraunhofer FDK AAC code %prep -%setup -q -FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') -sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" lib*/src/{*.cpp,version} -FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S') -sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/g" lib*/src/{*.cpp,version} +%autosetup -p1 %build NOCONFIGURE=1 ./autogen.sh -%configure --disable-static -make %{?_smp_mflags} +%configure \ + --disable-static +%make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libfdk-aac1 -p /sbin/ldconfig -%postun -n libfdk-aac1 -p /sbin/ldconfig +%post -n libfdk-aac%{_sover} -p /sbin/ldconfig +%postun -n libfdk-aac%{_sover} -p /sbin/ldconfig -%files -n libfdk-aac1 -%doc ChangeLog NOTICE +%files -n libfdk-aac%{_sover} +%license NOTICE %{_libdir}/libfdk-aac.so.* %files devel +%doc ChangeLog %{_includedir}/fdk-aac %{_libdir}/libfdk-aac.so %{_libdir}/pkgconfig/fdk-aac.pc
View file
baselibs.conf
Changed
@@ -1,1 +1,1 @@ -libfdk-aac1 +libfdk-aac2
View file
fdk-aac-2.0.1.tar.gz
Added
View file
v0.1.6.tar.gz
Deleted
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.