pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/olive-editor
Module Name: pkgsrc
Committed By: nia
Date: Mon Apr 18 13:21:26 UTC 2022
Modified Files:
pkgsrc/multimedia/olive-editor: Makefile PLIST distinfo
pkgsrc/multimedia/olive-editor/patches: patch-CMakeLists.txt
Log Message:
olive-editor: update to 0.1.2
- Addressed issue where renders sometimes froze mid-render
- Fixed broken translation files
- Added confirmation dialog when creating a sequence from footage
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/multimedia/olive-editor/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/olive-editor/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/multimedia/olive-editor/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/multimedia/olive-editor/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/olive-editor/Makefile
diff -u pkgsrc/multimedia/olive-editor/Makefile:1.19 pkgsrc/multimedia/olive-editor/Makefile:1.20
--- pkgsrc/multimedia/olive-editor/Makefile:1.19 Mon Mar 28 10:45:25 2022
+++ pkgsrc/multimedia/olive-editor/Makefile Mon Apr 18 13:21:26 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/03/28 10:45:25 tnn Exp $
+# $NetBSD: Makefile,v 1.20 2022/04/18 13:21:26 nia Exp $
-DISTNAME= olive-editor-0.1.1
-PKGREVISION= 17
+DISTNAME= olive-editor-0.1.2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=olive-editor/}
GITHUB_PROJECT= olive
Index: pkgsrc/multimedia/olive-editor/PLIST
diff -u pkgsrc/multimedia/olive-editor/PLIST:1.1 pkgsrc/multimedia/olive-editor/PLIST:1.2
--- pkgsrc/multimedia/olive-editor/PLIST:1.1 Thu Sep 19 14:28:15 2019
+++ pkgsrc/multimedia/olive-editor/PLIST Mon Apr 18 13:21:26 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/09/19 14:28:15 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/04/18 13:21:26 nia Exp $
bin/olive-editor
share/applications/org.olivevideoeditor.Olive.desktop
share/icons/hicolor/128x128/apps/org.olivevideoeditor.Olive.png
@@ -89,5 +89,7 @@ share/olive-editor/ts/olive_it.qm
share/olive-editor/ts/olive_pt-BR.qm
share/olive-editor/ts/olive_ru.qm
share/olive-editor/ts/olive_sr.qm
+share/olive-editor/ts/olive_tr.qm
+share/olive-editor/ts/olive_uk.qm
share/olive-editor/ts/olive_zh-CN.qm
share/olive-editor/ts/olive_zh-TW.qm
Index: pkgsrc/multimedia/olive-editor/distinfo
diff -u pkgsrc/multimedia/olive-editor/distinfo:1.4 pkgsrc/multimedia/olive-editor/distinfo:1.5
--- pkgsrc/multimedia/olive-editor/distinfo:1.4 Tue Oct 26 11:01:14 2021
+++ pkgsrc/multimedia/olive-editor/distinfo Mon Apr 18 13:21:26 2022
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:01:14 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/18 13:21:26 nia Exp $
-BLAKE2s (olive-editor-0.1.1.tar.gz) = 6f37af882b8c58d015ca68f1aa1857ea9de8415f81586a585075b128f0bd6ee6
-SHA512 (olive-editor-0.1.1.tar.gz) = 72aefc03956b3a64d4fb69d15f9a5c88429e8988dac7a6f10287265c065e7b85cb7c6c63ea35e07aef34cdc71e6a3611a8622a1916163c08182bab227d8555e1
-Size (olive-editor-0.1.1.tar.gz) = 2237511 bytes
-SHA1 (patch-CMakeLists.txt) = c38f07520052a40dd235768f4ccb7d34885a121a
+BLAKE2s (olive-editor-0.1.2.tar.gz) = f699bc4fbed8b6e12f2f91ff1b1142ffe9d1571e0dd2217c0e0fc95f999c1ac5
+SHA512 (olive-editor-0.1.2.tar.gz) = 48cf44b5ba1bd95e20efb5312d61d6c37e6dedc1f02156ef436ab51705be4bdaf5bb68875b55b06337c25a34aee23eac645fe295d08ab0038872adccf12fc95e
+Size (olive-editor-0.1.2.tar.gz) = 2174284 bytes
+SHA1 (patch-CMakeLists.txt) = 4379576d9087ed5494fa374791aaadf03f2416b0
SHA1 (patch-cmake_FindFFMPEG.cmake) = 2f2aef426f7a3e93e66ff500840dcadec5e499e3
SHA1 (patch-effects_internal_texteffect.cpp) = 0bc1d2b67980ca3168c6e355cdd9740f44c9bc74
SHA1 (patch-effects_internal_timecodeeffect.cpp) = fbd5ff65f8019f7b863d3ea4dc9f3fc2c184d317
Index: pkgsrc/multimedia/olive-editor/patches/patch-CMakeLists.txt
diff -u pkgsrc/multimedia/olive-editor/patches/patch-CMakeLists.txt:1.1 pkgsrc/multimedia/olive-editor/patches/patch-CMakeLists.txt:1.2
--- pkgsrc/multimedia/olive-editor/patches/patch-CMakeLists.txt:1.1 Thu Sep 19 14:28:15 2019
+++ pkgsrc/multimedia/olive-editor/patches/patch-CMakeLists.txt Mon Apr 18 13:21:26 2022
@@ -1,10 +1,8 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2019/09/19 14:28:15 nia Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.2 2022/04/18 13:21:26 nia Exp $
Don't try to find the git hash.
-ts/olive_tr.ts's format is invalid.
-
---- CMakeLists.txt.orig 2019-07-09 15:16:17.000000000 +0000
+--- CMakeLists.txt.orig 2019-11-11 06:05:02.000000000 +0000
+++ CMakeLists.txt
@@ -54,31 +54,6 @@ if(WIN32)
endif()
@@ -38,11 +36,3 @@ ts/olive_tr.ts's format is invalid.
find_package(Doxygen)
set(OLIVE_SOURCES
-@@ -428,7 +403,6 @@ qt5_add_translation(OLIVE_QM_FILES
- ts/olive_ru.ts
- ts/olive_sr.ts
- ts/olive_id.ts
-- ts/olive_tr.ts
- ts/olive_pt-BR.ts
- ts/olive_zh-CN.ts
- ts/olive_zh-TW.ts
Home |
Main Index |
Thread Index |
Old Index