]> git.pld-linux.org Git - packages/clementine.git/blame - clementine-protobuf.patch
- release 21 (by relup.sh)
[packages/clementine.git] / clementine-protobuf.patch
CommitLineData
3c8d97d3
JB
1--- clementine-1.3.1/ext/clementine-spotifyblob/CMakeLists.txt.orig 2015-12-15 13:13:23.000000000 +0100
2+++ clementine-1.3.1/ext/clementine-spotifyblob/CMakeLists.txt 2018-12-31 19:09:51.088087870 +0100
3@@ -46,7 +46,7 @@
4 ${QT_QTNETWORK_LIBRARY}
5 ${GSTREAMER_BASE_LIBRARIES}
6 ${GSTREAMER_APP_LIBRARIES}
7- ${PROTOBUF_STATIC_LIBRARY}
8+ ${PROTOBUF_LIBRARY}
9 clementine-spotifyblob-messages
10 libclementine-common
11 )
12--- clementine-1.3.1/CMakeLists.txt.orig 2018-12-31 18:48:20.634769271 +0100
13+++ clementine-1.3.1/CMakeLists.txt 2018-12-31 19:10:06.811421024 +0100
14@@ -55,8 +55,6 @@
15 find_package(Protobuf REQUIRED)
16 find_package(FFTW3)
17
18-find_library(PROTOBUF_STATIC_LIBRARY libprotobuf.a libprotobuf)
19-
20 pkg_check_modules(CDIO libcdio)
21 pkg_check_modules(CHROMAPRINT REQUIRED libchromaprint)
22 pkg_search_module(CRYPTOPP cryptopp libcrypto++)
This page took 0.097259 seconds and 4 git commands to generate.