Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2026 09:49:35 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Tatsuki Makino <tatsuki_makino@hotmail.com>
Subject:   git: 4b8abb49dae0 - main - audio/libopenshot-audio: Update 0.5.0 => 0.6.0
Message-ID:  <69ca472f.320fc.7c5f438c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b8abb49dae03f6f1c3863a60f53c3d9825d750e

commit 4b8abb49dae03f6f1c3863a60f53c3d9825d750e
Author:     Tatsuki Makino <tatsuki_makino@hotmail.com>
AuthorDate: 2026-03-30 09:41:49 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-03-30 09:41:49 +0000

    audio/libopenshot-audio: Update 0.5.0 => 0.6.0
    
    Changelog:
    https://github.com/OpenShot/libopenshot-audio/releases/tag/v0.6.0
    
    PR:             294111
    Sponsored by:   UNIS Labs
---
 audio/libopenshot-audio/Makefile                   | 2 +-
 audio/libopenshot-audio/distinfo                   | 6 +++---
 audio/libopenshot-audio/files/patch-CMakeLists.txt | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/audio/libopenshot-audio/Makefile b/audio/libopenshot-audio/Makefile
index 4de52dfba9ba..3a2c5c6d5bf6 100644
--- a/audio/libopenshot-audio/Makefile
+++ b/audio/libopenshot-audio/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libopenshot-audio
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.0
+DISTVERSION=	0.6.0
 CATEGORIES=	audio multimedia
 
 MAINTAINER=	tatsuki_makino@hotmail.com
diff --git a/audio/libopenshot-audio/distinfo b/audio/libopenshot-audio/distinfo
index 4bbe6ff1c91b..51ea7a71a2f1 100644
--- a/audio/libopenshot-audio/distinfo
+++ b/audio/libopenshot-audio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1767150000
-SHA256 (OpenShot-libopenshot-audio-v0.5.0_GH0.tar.gz) = 4bf0edd975996622bcc0615191e6daf79391119b5fb4920156c693c05d1ae3dc
-SIZE (OpenShot-libopenshot-audio-v0.5.0_GH0.tar.gz) = 2261023
+TIMESTAMP = 1774234800
+SHA256 (OpenShot-libopenshot-audio-v0.6.0_GH0.tar.gz) = f4df0429db6efc8441817da23d2536fbfb198c723309698cd2de4cb0533afc26
+SIZE (OpenShot-libopenshot-audio-v0.6.0_GH0.tar.gz) = 2261237
diff --git a/audio/libopenshot-audio/files/patch-CMakeLists.txt b/audio/libopenshot-audio/files/patch-CMakeLists.txt
index 85e3f2176053..a5839a04f0dc 100644
--- a/audio/libopenshot-audio/files/patch-CMakeLists.txt
+++ b/audio/libopenshot-audio/files/patch-CMakeLists.txt
@@ -1,4 +1,4 @@
---- CMakeLists.txt.orig	2025-12-16 07:47:39 UTC
+--- CMakeLists.txt.orig	2026-03-16 17:51:52 UTC
 +++ CMakeLists.txt
 @@ -180,6 +180,16 @@ set_target_properties(openshot-audio PROPERTIES
    EXPORT_NAME Audio  # Exports as OpenShot::Audio target
@@ -27,7 +27,7 @@
    target_compile_options(openshot-audio PRIVATE -fexceptions)
  endif()
  
-@@ -264,8 +275,10 @@ if(UNIX AND NOT APPLE)
+@@ -280,8 +291,10 @@ if(UNIX AND NOT APPLE)
        INTERFACE_INCLUDE_DIRECTORIES ${ALSA_INCLUDE_DIR}
        INTERFACE_LINK_LIBRARIES ${ALSA_LIBRARIES})
    endif()
@@ -39,7 +39,7 @@
  else()
    # For EXPORTED Config
    set(NEED_ALSA FALSE)
-@@ -273,10 +286,52 @@ find_package(ZLIB REQUIRED)
+@@ -289,10 +302,52 @@ find_package(ZLIB REQUIRED)
  
  # ZLIB -- uses IMPORTED target ZLIB::ZLIB which has existed since CMake 3.1
  find_package(ZLIB REQUIRED)


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ca472f.320fc.7c5f438c>