mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
audio/drumstick: Update 2.4.0 -> 2.5.0
Reported by: portscout
This commit is contained in:
parent
f6a64f1498
commit
1616c5969d
@ -1,6 +1,5 @@
|
||||
PORTNAME= drumstick
|
||||
DISTVERSION= 2.4.0
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 2.5.0
|
||||
CATEGORIES= audio multimedia
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1632208256
|
||||
SHA256 (drumstick-2.4.0.tar.bz2) = edd802bb1db15279de6db5cad1e727a4e88516a381daa77e5df71a49b5d83331
|
||||
SIZE (drumstick-2.4.0.tar.bz2) = 1576294
|
||||
TIMESTAMP = 1640285640
|
||||
SHA256 (drumstick-2.5.0.tar.bz2) = 8709d8a7c438c1d09091827ce5fd8286d387a046a8f717a1a34546d9ca3d902a
|
||||
SIZE (drumstick-2.5.0.tar.bz2) = 1472996
|
||||
|
@ -1,17 +1,6 @@
|
||||
--- CMakeLists.txt.orig 2021-06-28 15:28:22 UTC
|
||||
--- CMakeLists.txt.orig 2021-12-10 10:36:02 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -111,8 +111,8 @@ else()
|
||||
message(FATAL_ERROR "Program pkg-config not found")
|
||||
endif()
|
||||
|
||||
-if(${CMAKE_SYSTEM} MATCHES "Linux")
|
||||
- pkg_check_modules(ALSA REQUIRED IMPORTED_TARGET alsa>=1.0.0)
|
||||
+if(${CMAKE_SYSTEM} MATCHES "Linux|FreeBSD")
|
||||
+ #pkg_check_modules(ALSA REQUIRED IMPORTED_TARGET alsa>=1.0.0)
|
||||
if(ALSA_FOUND)
|
||||
message(STATUS "Found ALSA version = ${ALSA_VERSION}")
|
||||
endif()
|
||||
@@ -179,7 +179,7 @@ endif()
|
||||
@@ -251,7 +251,7 @@ endif()
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
if (BUILD_DOCS)
|
||||
@ -20,7 +9,7 @@
|
||||
if(DOXYGEN_FOUND)
|
||||
string(REPLACE ";" " " DOXYGEN_INCLUDE_DIRS "${Qt${QT_VERSION_MAJOR}Core_INCLUDE_DIRS}")
|
||||
configure_file("${CMAKE_SOURCE_DIR}/Doxyfile.in"
|
||||
@@ -192,9 +192,9 @@ if(UNIX AND NOT APPLE)
|
||||
@@ -264,9 +264,9 @@ if(UNIX AND NOT APPLE)
|
||||
endif()
|
||||
configure_file(drumstick.spec.in drumstick.spec IMMEDIATE @ONLY)
|
||||
if(ALSA_FOUND AND PKG_CONFIG_FOUND)
|
||||
|
@ -36,13 +36,13 @@ lib/drumstick2/libdrumstick-rt-oss-in.so
|
||||
lib/drumstick2/libdrumstick-rt-oss-out.so
|
||||
lib/libdrumstick-file.so
|
||||
lib/libdrumstick-file.so.2
|
||||
lib/libdrumstick-file.so.2.4.0
|
||||
lib/libdrumstick-file.so.2.5.0
|
||||
lib/libdrumstick-rt.so
|
||||
lib/libdrumstick-rt.so.2
|
||||
lib/libdrumstick-rt.so.2.4.0
|
||||
lib/libdrumstick-rt.so.2.5.0
|
||||
lib/libdrumstick-widgets.so
|
||||
lib/libdrumstick-widgets.so.2
|
||||
lib/libdrumstick-widgets.so.2.4.0
|
||||
lib/libdrumstick-widgets.so.2.5.0
|
||||
%%QT_PLUGINDIR%%/designer/libdrumstick-vpiano-plugin.so
|
||||
libdata/pkgconfig/drumstick-file.pc
|
||||
libdata/pkgconfig/drumstick-rt.pc
|
||||
|
Loading…
Reference in New Issue
Block a user