- Cleanup spec file with spec-cleaner - Update url - Remove no longer needed patches * flac-fix-CVE-2014-8962.patch * flac-fix-CVE-2014-9028.patch * 0001-getopt_long-not-broken-here.patch - Remove following as benefit of using openssl is small * 0001-Allow-use-of-openSSL.patch - Add flac-cflags.patch - Use doxygen to build documentation - Split documentation to separate package - Update to 1.3.1 OBS-URL: https://build.opensuse.org/request/show/292073 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=45
27 lines
794 B
Diff
27 lines
794 B
Diff
Index: flac-1.3.1/src/libFLAC/flac.pc.in
|
|
===================================================================
|
|
--- flac-1.3.1.orig/src/libFLAC/flac.pc.in
|
|
+++ flac-1.3.1/src/libFLAC/flac.pc.in
|
|
@@ -1,7 +1,7 @@
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
-includedir=@includedir@
|
|
+includedir=@includedir@/FLAC
|
|
|
|
Name: FLAC
|
|
Description: Free Lossless Audio Codec Library
|
|
Index: flac-1.3.1/src/libFLAC++/flac++.pc.in
|
|
===================================================================
|
|
--- flac-1.3.1.orig/src/libFLAC++/flac++.pc.in
|
|
+++ flac-1.3.1/src/libFLAC++/flac++.pc.in
|
|
@@ -1,7 +1,7 @@
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
-includedir=@includedir@
|
|
+includedir=@includedir@/FLAC++
|
|
|
|
Name: FLAC++
|
|
Description: Free Lossless Audio Codec Library (C++ API)
|