Projects
Essentials
fdk-aac
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 10
View file
fdk-aac.changes
Changed
@@ -1,16 +1,4 @@ ------------------------------------------------------------------- -Thu Dec 13 06:49:51 UTC 2018 - zaitor@opensuse.org - -- Update to version 2.0.0: - + This is a 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. -- Add so_ver define and set it to 2 following upstream changes. -- Tweak date/time sed expressions. - -------------------------------------------------------------------- Tue May 1 12:17:21 UTC 2018 - zaitor@opensuse.org - Update to version 1.6.0:
View file
fdk-aac.spec
Changed
@@ -15,22 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define so_ver 2 -# Remember to bump so_ver in baselibs.conf too! Name: fdk-aac -Version: 2.0.0 +Version: 0.1.6 Release: 0 Summary: A standalone library of the Fraunhofer FDK AAC code from Android License: SUSE-NonFree Group: System/Libraries URL: https://github.com/mstorsjo/fdk-aac -Source0: https://github.com/mstorsjo/fdk-aac/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/mstorsjo/fdk-aac/archive/v%{version}.tar.gz Source1: baselibs.conf - BuildRequires: gcc-c++ BuildRequires: libtool -BuildRequires: pkg-config +BuildRequires: pkgconfig %description A standalone library of the Fraunhofer FDK AAC code from Android @@ -38,11 +35,11 @@ For further information, read: wiki.hydrogenaud.io/Fraunhofer_FDK_AAC -%package -n libfdk-aac%{so_ver} +%package -n libfdk-aac1 Summary: A standalone library of the Fraunhofer FDK AAC code from Android Group: System/Libraries -%description -n libfdk-aac%{so_ver} +%description -n libfdk-aac1 A standalone library of the Fraunhofer FDK AAC code from Android For further information, read: @@ -51,16 +48,17 @@ %package devel Summary: Development headers for Fraunhofer FDK AAC Group: Development/Libraries/C and C++ -Requires: libfdk-aac%{so_ver} = %{version} +Requires: libfdk-aac1 = %{version} %description devel This package provides development headers for Fraunhofer FDK AAC code %prep -%autosetup -p1 -# Remove DATE/TIME, make build more reproducible -sed -i "s/__DATE__/\"\"/g" lib*/src/{*.cpp,*version.h} -sed -i "s/__TIME__/\"\"/g" lib*/src/{*.cpp,*version.h} +%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} %build NOCONFIGURE=1 ./autogen.sh @@ -71,10 +69,10 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libfdk-aac%{so_ver} -p /sbin/ldconfig -%postun -n libfdk-aac%{so_ver} -p /sbin/ldconfig +%post -n libfdk-aac1 -p /sbin/ldconfig +%postun -n libfdk-aac1 -p /sbin/ldconfig -%files -n libfdk-aac%{so_ver} +%files -n libfdk-aac1 %doc ChangeLog NOTICE %{_libdir}/libfdk-aac.so.*
View file
baselibs.conf
Changed
@@ -1,1 +1,1 @@ -libfdk-aac2 +libfdk-aac1
View file
fdk-aac-2.0.0.tar.gz
Deleted
View file
v0.1.6.tar.gz
Added
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
.