qmmp: update to 1.1.3

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-09-05 16:34:33 +02:00
parent eb38fab7d8
commit ea92c09948
2 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ Signed-off-by: Luis Gustavo S. Barreto <gustavo@ossystems.com.br>
1 file changed, 4 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 00167d0..5de0265 100644
index 5976e69..0711b11 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,9 +1,5 @@
@@ -19,9 +19,9 @@ index 00167d0..5de0265 100644
-include_directories(SYSTEM /usr/local/include)
-SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} /usr/local/include)
-
#Qt5 modules
SET(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} /opt/qt56/lib/cmake)
#macports support
IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} /opt/local/include)
--
2.1.4

View File

@@ -24,8 +24,8 @@ SRC_URI = " \
http://qmmp.ylsoftware.com/files/${BPN}-${PV}.tar.bz2 \
file://0001-Remove-freebsd-compilation-support.patch \
"
SRC_URI[md5sum] = "045e982fb7bed9d0ac37f5113a2be254"
SRC_URI[sha256sum] = "419913e6becc91061a361afaf59b3471cfb6d28dcca1fb6201f4155632b4ad02"
SRC_URI[md5sum] = "3c314794d42ea8153dc7ac3511d0119c"
SRC_URI[sha256sum] = "68076361efd4d3f9d0b103311a5a413aa043e460e9ff10677bfdd3a115575bdf"
inherit cmake_qt5