Projects
Staging
faac
project.diff
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File project.diff of Package faac
--- _service.orig +++ _service @@ -1,7 +1,7 @@ <services> <service name="obs_scm"> <param name="filename">faac</param> - <param name="revision">32a868f23554a042b2d90dac45a171827c4ec497</param> + <param name="revision">c899ee44ac1a0ca96c816e6c4d3de5a722d1cf56</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://github.com/knik0/faac.git</param> --- faac.changes.orig +++ faac.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Fri Feb 28 12:34:56 UTC 2025 - olaf@aepfle.de +Tue Mar 17 12:34:56 UTC 2026 - olaf@aepfle.de -- Update version to 1.31 +- Update version to 1.40 See included ChangeLog for details ------------------------------------------------------------------- --- faac.spec.orig +++ faac.spec @@ -19,7 +19,7 @@ %define so_name libfaac0 Name: faac -Version: 1.31 +Version: 1.40 Release: 0 Summary: Frontend for encoding MPEG2/4 AAC # Original Code was free to use but restricted. Modifications are LGPL-2.1+ @@ -27,9 +27,7 @@ License: SUSE-Freeware and LGPL-2 Url: https://github.com/knik0/faac Source0: %name-%version.tar Source99: baselibs.conf -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool +BuildRequires: meson BuildRequires: gcc-c++ Requires: %so_name = %version-%release @@ -59,16 +57,15 @@ Header files and static library for the %autosetup -p1 %build -sed -i~ 's@2.71@2.69@' configure.ac -diff -u "$_"~ "$_" && exit 1 -bash bootstrap -%configure --enable-shared \ - --disable-static -%make_build +%meson \ + -Ddefault_library=shared \ + -Dfrontend=true \ + -Dfloating-point="double" \ + %nil +%meson_build %install -%make_install -find %buildroot -type f -name "*.la" -delete -print +%meson_install %ldconfig_scriptlets -n %so_name
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
.