1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

audio/libopenshot-audio: Update 0.1.8-100 -> 0.1.9-6

PR:		244062
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
This commit is contained in:
Yuri Victorovich 2020-02-17 02:22:57 +00:00
parent 8343a59a6b
commit f60a7bee5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526334
6 changed files with 17 additions and 27 deletions

View File

@ -2,8 +2,8 @@
PORTNAME= libopenshot-audio
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.8-100
DISTVERSIONSUFFIX= -g006fd01
DISTVERSION= 0.1.9-6
DISTVERSIONSUFFIX= -g836e49f
CATEGORIES= audio multimedia
MAINTAINER= tatsuki_makino@hotmail.com
@ -21,7 +21,6 @@ USE_GITHUB= yes
GH_ACCOUNT= OpenShot
CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Doxygen\
CMAKE_DISABLE_FIND_PACKAGE_ImageMagick\
CMAKE_DISABLE_FIND_PACKAGE_PythonInterp
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1573527600
SHA256 (OpenShot-libopenshot-audio-v0.1.8-100-g006fd01_GH0.tar.gz) = a9d0b47483b96aade1f9e3b8015755754361e908f4c39869a17bb42a74776f9c
SIZE (OpenShot-libopenshot-audio-v0.1.8-100-g006fd01_GH0.tar.gz) = 1712033
TIMESTAMP = 1581390000
SHA256 (OpenShot-libopenshot-audio-v0.1.9-6-g836e49f_GH0.tar.gz) = 5cc647309f77072288a52e736cc680685df997740e30ed8eb73ff7a811dfa8ef
SIZE (OpenShot-libopenshot-audio-v0.1.9-6-g836e49f_GH0.tar.gz) = 1711868

View File

@ -1,11 +1,18 @@
--- CMakeLists.txt.orig 2019-10-24 07:05:50 UTC
--- CMakeLists.txt.orig 2020-02-08 23:21:29 UTC
+++ CMakeLists.txt
@@ -192,7 +192,7 @@ if(UNIX AND NOT APPLE)
@@ -192,8 +192,14 @@ if(UNIX AND NOT APPLE)
INTERFACE_INCLUDE_DIRECTORIES ${ALSA_INCLUDE_DIR}
INTERFACE_LINK_LIBRARIES ${ALSA_LIBRARIES})
endif()
- target_compile_definitions(openshot-audio PUBLIC LINUX)
+ #target_compile_definitions(openshot-audio PUBLIC LINUX)
target_link_libraries(openshot-audio PUBLIC ALSA::ALSA)
+
+ find_library(EXECINFO_LIBRARY NAMES execinfo)
+ if(NOT EXECINFO_LIBRARY)
+ message(FATAL_ERROR "${EXECINFO_LIBRARY}")
+ endif(NOT EXECINFO_LIBRARY)
+ target_link_libraries(openshot-audio PUBLIC ${EXECINFO_LIBRARY})
endif()
# ZLIB -- uses IMPORTED target ZLIB::ZLIB which has existed since CMake 3.1

View File

@ -1,16 +0,0 @@
--- src/CMakeLists.txt.orig 2019-10-24 07:05:50 UTC
+++ src/CMakeLists.txt
@@ -26,8 +26,13 @@
############### TEST EXECUTABLES ################
+find_library(EXECINFO_LIBRARY NAMES execinfo)
+if(NOT EXECINFO_LIBRARY)
+ message(FATAL_ERROR "${EXECINFO_LIBRARY}")
+endif(NOT EXECINFO_LIBRARY)
add_executable(openshot-audio-test-sound Main.cpp)
target_link_libraries(openshot-audio-test-sound openshot-audio)
+target_link_libraries(openshot-audio-test-sound ${EXECINFO_LIBRARY})
set_target_properties(openshot-audio-test-sound PROPERTIES
CXX_STANDARD 11
CXX_STANDARD_REQUIRED YES

View File

@ -324,8 +324,8 @@ include/libopenshot-audio/juce_events/native/juce_win32_WinRTWrapper.h
include/libopenshot-audio/juce_events/timers/juce_MultiTimer.h
include/libopenshot-audio/juce_events/timers/juce_Timer.h
lib/libopenshot-audio.so
lib/libopenshot-audio.so.0.1.8
lib/libopenshot-audio.so.6
lib/libopenshot-audio.so.0.1.9
lib/libopenshot-audio.so.7
man/man1/openshot-audio-test-sound.1.gz
@dir include/libopenshot-audio/juce_audio_devices/native/java/app/com/roli/juce
@dir include/libopenshot-audio/juce_core/native/java/app/com/roli/juce

View File

@ -3,7 +3,7 @@
PORTNAME= libopenshot
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.3-595
PORTREVISION= 1
PORTREVISION= 2
DISTVERSIONSUFFIX= -ga1158ee
CATEGORIES= multimedia