pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cingg-netbsd: upgrade local openexr hack to 3.2
Module Name: pkgsrc-wip
Committed By: Andrew Randrianasulu <randrianasulu%gmail.com@localhost>
Pushed By: randrianasulu
Date: Fri Jul 5 02:14:34 2024 +0300
Changeset: c94094925f2607a4982393d38f0eca99774c1cbc
Modified Files:
cingg-netbsd/Makefile
cingg-netbsd/distinfo
cingg-netbsd/patches/patch-aa
Log Message:
cingg-netbsd: upgrade local openexr hack to 3.2
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c94094925f2607a4982393d38f0eca99774c1cbc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cingg-netbsd/Makefile | 2 +-
cingg-netbsd/distinfo | 2 +-
cingg-netbsd/patches/patch-aa | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/cingg-netbsd/Makefile b/cingg-netbsd/Makefile
index 06943c16d4..3565b756ef 100644
--- a/cingg-netbsd/Makefile
+++ b/cingg-netbsd/Makefile
@@ -2,7 +2,7 @@
DISTNAME= cinelerra-gg-${DISTVERSION}-${DISTREVISION}
DISTVERSION= 5.1-20240703
DISTVERSIONSUFFIX= -${REV:C/(.......).*/\1/}
-DISTREVISION= 3
+DISTREVISION= 4
CATEGORIES= multimedia
REV= 73eb8f8d040d50f33db883d12adaaf33a2d1520c # git revision
MASTER_SITES= https://git.cinelerra-gg.org/git?p=goodguy/cinelerra.git;a=snapshot;h=${REV};sf=tgz;dummy=/
diff --git a/cingg-netbsd/distinfo b/cingg-netbsd/distinfo
index 710090cde1..3e85ff7493 100644
--- a/cingg-netbsd/distinfo
+++ b/cingg-netbsd/distinfo
@@ -3,4 +3,4 @@ $NetBSD$
BLAKE2s (cinelerra-gg-5.1-20240703-73eb8f8d.tar.gz) = 98552c0774608721d4adf1c5e63c138f27416fe840740ea1fd6da1c452ce40d7
SHA512 (cinelerra-gg-5.1-20240703-73eb8f8d.tar.gz) = 410e311544a73061e0042045f20b16d7137d76a306395844fe76b4410dcde92a2f3bf79f373a2dacdcc456bb7d72bd5939c8762b92c4724b3efe5817ee362002
Size (cinelerra-gg-5.1-20240703-73eb8f8d.tar.gz) = 195630107 bytes
-SHA1 (patch-aa) = 6d2c765d11c63bfd3851d29de88c1104c04202d2
+SHA1 (patch-aa) = c15fb44c81ac2d36af8fd4d4aa0ddcc38812675e
diff --git a/cingg-netbsd/patches/patch-aa b/cingg-netbsd/patches/patch-aa
index 4f49a6a36f..582394cf77 100644
--- a/cingg-netbsd/patches/patch-aa
+++ b/cingg-netbsd/patches/patch-aa
@@ -1,6 +1,6 @@
$NetBSD$
-Hardcoding openexr3.1 for a moment
+Hardcoding openexr3.2 for a moment
--- ./cinelerra-5.1/configure.ac.orig
+++ ./cinelerra-5.1/configure.ac
@@ -8,7 +8,7 @@ Hardcoding openexr3.1 for a moment
echo "system_libs += -lpng16"
echo "system_libs += -lintl"
echo "system_libs += -lossaudio"
-+echo "system_libs += -lOpenEXR-3_1 -lOpenEXRUtil-3_1 -lOpenEXRCore-3_1 -lIex-3_1 -lIlmThread-3_1 -lImath-3_1"
++echo "system_libs += -lOpenEXR-3_2 -lOpenEXRUtil-3_2 -lOpenEXRCore-3_2 -lIex-3_2 -lIlmThread-3_2 -lImath-3_1"
echo "CFLAGS += -I/usr/X11R7/include"
echo "CFLAGS += -I/usr/pkg/include/ffmpeg6"
echo "CFLAGS += $(pkg-config --cflags xft)"
Home |
Main Index |
Thread Index |
Old Index