]> git.pld-linux.org Git - packages/ka5-k3b.git/commitdiff
- copied from k3b.spec
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 5 Nov 2017 17:10:12 +0000 (18:10 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 5 Nov 2017 17:10:12 +0000 (18:10 +0100)
musepack.patch [new file with mode: 0644]

diff --git a/musepack.patch b/musepack.patch
new file mode 100644 (file)
index 0000000..0c5f42b
--- /dev/null
@@ -0,0 +1,11 @@
+--- k3b-2.0.3/cmake/modules/FindMuse.cmake~    2014-11-05 03:37:31.000000000 +0900
++++ k3b-2.0.3/cmake/modules/FindMuse.cmake     2016-03-31 19:42:33.717694990 +0900
+@@ -21,7 +21,7 @@
+ if( HAVE_MPC_MPCDEC_H )
+     find_path( MUSE_INCLUDE_DIR mpc/mpcdec.h )
+-    find_library( MUSE_LIBRARIES NAMES mpcdec )
++    find_library( MUSE_LIBRARIES NAMES mpcdecsv8 )
+     set( MPC_HEADER_FILE "<mpc/mpcdec.h>" )
+ elseif( HAVE_MPCDEC_MPCDEC_H )
+     find_path( MUSE_INCLUDE_DIR mpcdec/mpcdec.h )
This page took 0.497612 seconds and 4 git commands to generate.