SHA256
1
0
forked from pool/audacity

Accepting request 817529 from home:plater

- Update to 2.4.2, now uses cmake to build.
- Create lame.pc in spec file.
- Remove audacity-implicit-fortify-decl.patch and
  audacity-flacversion.patch, fixed upstream
- Add two more false positives to
  audacity-no_return_in_nonvoid.patch

OBS-URL: https://build.opensuse.org/request/show/817529
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=146
This commit is contained in:
Dave Plater 2020-06-28 14:13:14 +00:00 committed by Git OBS Bridge
parent 660b1f133e
commit 305b2afbd8
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Sun Jun 28 11:54:42 UTC 2020 - Dave Plater <davejplater@gmail.com>
- Update to 2.4.2, now uses cmake to build.
- Create lame.pc in spec file.
- Remove audacity-implicit-fortify-decl.patch and
audacity-flacversion.patch, fixed upstream
- Add two more false positives to

View File

@ -100,6 +100,8 @@ cp -f %{SOURCE1} LICENSE_NYQUIST.txt
rm -rf lib-src/{expat,libvamp,libsoxr,ffmpeg,lame}/
# Audacity's cmake can't find libmp3lame without a .pc file
# This is a temporary workaround.
if ! test -e %{_libdir}/pkgconfig/lame.pc
then
echo "prefix=/usr" > lame.pc
echo "libdir=/usr/lib64" >> lame.pc
echo "includedir=/usr/include/lame" >> lame.pc
@ -110,6 +112,7 @@ echo "Requires: " >> lame.pc
echo "Version: 3.100" >> lame.pc
echo "Libs: -L${libdir} -lmp3lame " >> lame.pc
echo "Cflags: -I${includedir} " >> lame.pc
fi
#Included in src/AboutDialog.cpp but not supplied
touch include/RevisionIdent.h