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 9)
Currently displaying revision
9
,
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/ # %define so_ver 2 # Remember to bump so_ver in baselibs.conf too! Name: fdk-aac Version: 2.0.0 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 Source1: baselibs.conf BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkg-config %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-aac%{so_ver} Summary: A standalone library of the Fraunhofer FDK AAC code from Android Group: System/Libraries %description -n libfdk-aac%{so_ver} 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-aac%{so_ver} = %{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} %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-aac%{so_ver} -p /sbin/ldconfig %postun -n libfdk-aac%{so_ver} -p /sbin/ldconfig %files -n libfdk-aac%{so_ver} %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
.