From owner-svn-ports-head@freebsd.org Mon Feb 17 02:22:59 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 12F18249DBF; Mon, 17 Feb 2020 02:22:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LSSf6pHyz4bvZ; Mon, 17 Feb 2020 02:22:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D75A82FA8F; Mon, 17 Feb 2020 02:22:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01H2MwbJ012819; Mon, 17 Feb 2020 02:22:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01H2Mva9012815; Mon, 17 Feb 2020 02:22:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202002170222.01H2Mva9012815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 17 Feb 2020 02:22:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526334 - in head: audio/libopenshot-audio audio/libopenshot-audio/files multimedia/libopenshot X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: audio/libopenshot-audio audio/libopenshot-audio/files multimedia/libopenshot X-SVN-Commit-Revision: 526334 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2020 02:22:59 -0000 Author: yuri Date: Mon Feb 17 02:22:57 2020 New Revision: 526334 URL: https://svnweb.freebsd.org/changeset/ports/526334 Log: audio/libopenshot-audio: Update 0.1.8-100 -> 0.1.9-6 PR: 244062 Submitted by: Tatsuki Makino (maintainer) Deleted: head/audio/libopenshot-audio/files/patch-src_CMakeLists.txt Modified: head/audio/libopenshot-audio/Makefile head/audio/libopenshot-audio/distinfo head/audio/libopenshot-audio/files/patch-CMakeLists.txt head/audio/libopenshot-audio/pkg-plist head/multimedia/libopenshot/Makefile Modified: head/audio/libopenshot-audio/Makefile ============================================================================== --- head/audio/libopenshot-audio/Makefile Mon Feb 17 01:28:08 2020 (r526333) +++ head/audio/libopenshot-audio/Makefile Mon Feb 17 02:22:57 2020 (r526334) @@ -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 Modified: head/audio/libopenshot-audio/distinfo ============================================================================== --- head/audio/libopenshot-audio/distinfo Mon Feb 17 01:28:08 2020 (r526333) +++ head/audio/libopenshot-audio/distinfo Mon Feb 17 02:22:57 2020 (r526334) @@ -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 Modified: head/audio/libopenshot-audio/files/patch-CMakeLists.txt ============================================================================== --- head/audio/libopenshot-audio/files/patch-CMakeLists.txt Mon Feb 17 01:28:08 2020 (r526333) +++ head/audio/libopenshot-audio/files/patch-CMakeLists.txt Mon Feb 17 02:22:57 2020 (r526334) @@ -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 Modified: head/audio/libopenshot-audio/pkg-plist ============================================================================== --- head/audio/libopenshot-audio/pkg-plist Mon Feb 17 01:28:08 2020 (r526333) +++ head/audio/libopenshot-audio/pkg-plist Mon Feb 17 02:22:57 2020 (r526334) @@ -324,8 +324,8 @@ include/libopenshot-audio/juce_events/native/juce_win3 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 Modified: head/multimedia/libopenshot/Makefile ============================================================================== --- head/multimedia/libopenshot/Makefile Mon Feb 17 01:28:08 2020 (r526333) +++ head/multimedia/libopenshot/Makefile Mon Feb 17 02:22:57 2020 (r526334) @@ -3,7 +3,7 @@ PORTNAME= libopenshot DISTVERSIONPREFIX= v DISTVERSION= 0.2.3-595 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -ga1158ee CATEGORIES= multimedia