Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Feb 2026 15:37:39 +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: e188803c570d - main - audio/libopenshot-audio: Update 0.4.0 => 0.5.0
Message-ID:  <6988adc3.461dd.685b26bf@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=e188803c570d1331b199c01507195d04e589ad41

commit e188803c570d1331b199c01507195d04e589ad41
Author:     Tatsuki Makino <tatsuki_makino@hotmail.com>
AuthorDate: 2026-02-08 15:28:10 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-08 15:28:10 +0000

    audio/libopenshot-audio: Update 0.4.0 => 0.5.0
    
    Changelog:
    https://github.com/OpenShot/libopenshot-audio/releases/tag/v0.5.0
    
    PR:     285958
---
 audio/libopenshot-audio/Makefile                   | 3 +--
 audio/libopenshot-audio/distinfo                   | 6 +++---
 audio/libopenshot-audio/files/patch-CMakeLists.txt | 6 +++---
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/audio/libopenshot-audio/Makefile b/audio/libopenshot-audio/Makefile
index 74fcddccab93..4de52dfba9ba 100644
--- a/audio/libopenshot-audio/Makefile
+++ b/audio/libopenshot-audio/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	libopenshot-audio
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.4.0
-PORTREVISION=	1
+DISTVERSION=	0.5.0
 CATEGORIES=	audio multimedia
 
 MAINTAINER=	tatsuki_makino@hotmail.com
diff --git a/audio/libopenshot-audio/distinfo b/audio/libopenshot-audio/distinfo
index 66156927cbef..4bbe6ff1c91b 100644
--- a/audio/libopenshot-audio/distinfo
+++ b/audio/libopenshot-audio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737807753
-SHA256 (OpenShot-libopenshot-audio-v0.4.0_GH0.tar.gz) = 1abdedf9c8686c972c42225a283f518ed2ade445c2e454996b6709d8cc8d1704
-SIZE (OpenShot-libopenshot-audio-v0.4.0_GH0.tar.gz) = 2260995
+TIMESTAMP = 1767150000
+SHA256 (OpenShot-libopenshot-audio-v0.5.0_GH0.tar.gz) = 4bf0edd975996622bcc0615191e6daf79391119b5fb4920156c693c05d1ae3dc
+SIZE (OpenShot-libopenshot-audio-v0.5.0_GH0.tar.gz) = 2261023
diff --git a/audio/libopenshot-audio/files/patch-CMakeLists.txt b/audio/libopenshot-audio/files/patch-CMakeLists.txt
index 92aa0edb2eaf..85e3f2176053 100644
--- a/audio/libopenshot-audio/files/patch-CMakeLists.txt
+++ b/audio/libopenshot-audio/files/patch-CMakeLists.txt
@@ -1,4 +1,4 @@
---- CMakeLists.txt.orig	2024-12-21 22:21:33 UTC
+--- CMakeLists.txt.orig	2025-12-16 07:47:39 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()
  
-@@ -262,8 +273,10 @@ if(UNIX AND NOT APPLE)
+@@ -264,8 +275,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)
-@@ -271,10 +284,52 @@ find_package(ZLIB REQUIRED)
+@@ -273,10 +286,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?6988adc3.461dd.685b26bf>