mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
glaxnimate: updated for FFmpeg (#13849)
This commit is contained in:
@@ -5,7 +5,7 @@ interface that makes it easy to create stunning animations."
|
||||
HOMEPAGE="https://glaxnimate.mattbas.org/"
|
||||
COPYRIGHT="2026 Mattia Basaglia"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://download.kde.org/stable/glaxnimate/$portVersion/glaxnimate-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="4fe5e4d48124d499aab318c932884e3e98da2fd279399c3ba3c6a4d1e07de94a"
|
||||
|
||||
@@ -75,7 +75,7 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
ffmpeg5${secondaryArchSuffix}_devel
|
||||
ffmpeg7${secondaryArchSuffix}_devel
|
||||
devel:libarchive$secondaryArchSuffix
|
||||
# devel:libavcodec$secondaryArchSuffix >= 59
|
||||
devel:libpotrace$secondaryArchSuffix
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
From 33193cfd1d5ae44cba3dea2b3272c098fd2e8d75 Mon Sep 17 00:00:00 2001
|
||||
From bc3b90d20a2e520c92f57bb1ccad936372e93e62 Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Sun, 24 Mar 2024 11:49:24 +1000
|
||||
Subject: Add data path for Haiku
|
||||
|
||||
|
||||
diff --git a/external/QtAppSetup/src/app/application.cpp b/external/QtAppSetup/src/app/application.cpp
|
||||
index cc282f4..26b641e 100644
|
||||
index ab7e48a..d8e4f47 100644
|
||||
--- a/external/QtAppSetup/src/app/application.cpp
|
||||
+++ b/external/QtAppSetup/src/app/application.cpp
|
||||
@@ -77,7 +77,9 @@ QList<QDir> app::Application::data_roots() const
|
||||
@@ -79,7 +79,9 @@ QList<QDir> app::Application::data_roots() const
|
||||
// some macOS app bundles use a Resources subfolder
|
||||
search.push_back(binpath.filePath(QString("Resources/%1/%2").arg(organizationName()).arg(applicationName())));
|
||||
#endif
|
||||
@@ -20,5 +20,5 @@ index cc282f4..26b641e 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.43.2
|
||||
2.52.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user