Projects
Essentials
fdk-aac
fdk-aac.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fdk-aac.spec of Package fdk-aac (Revision 10)
Currently displaying revision
10
,
Show latest
# # spec file for package fdk-aac # # Copyright (c) 2018 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # Name: fdk-aac 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 Source1: baselibs.conf BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig %description A standalone library of the Fraunhofer FDK AAC code from Android For further information, read: wiki.hydrogenaud.io/Fraunhofer_FDK_AAC %package -n libfdk-aac1 Summary: A standalone library of the Fraunhofer FDK AAC code from Android Group: System/Libraries %description -n libfdk-aac1 A standalone library of the Fraunhofer FDK AAC code from Android For further information, read: wiki.hydrogenaud.io/Fraunhofer_FDK_AAC %package devel Summary: Development headers for Fraunhofer FDK AAC Group: Development/Libraries/C and C++ Requires: libfdk-aac1 = %{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} %build NOCONFIGURE=1 ./autogen.sh %configure --disable-static make %{?_smp_mflags} %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 %files -n libfdk-aac1 %doc ChangeLog NOTICE %{_libdir}/libfdk-aac.so.* %files devel %{_includedir}/fdk-aac %{_libdir}/libfdk-aac.so %{_libdir}/pkgconfig/fdk-aac.pc %changelog
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
.