media-video/davinci-resolve: Bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
This commit is contained in:
Mario Fetka
2022-08-12 15:06:05 +02:00
parent a9d5056614
commit f97675ef08
4 changed files with 44 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
--- makeresolvedeb_1.5.1_multi.sh 2021-07-01 12:08:41.000000000 +0200
+++ makeresolvedeb.sh 2022-02-23 20:14:54.737362574 +0100
--- makeresolvedeb_1.6.0_multi.sh 2022-04-19 14:20:47.000000000 +0200
+++ makeresolvedeb.sh 2022-08-12 14:12:15.163328371 +0200
@@ -151,8 +151,8 @@
copy_object ${UNPACK_DIR}/libs/libBlackmagicRawAPI.so ${RESOLVE_BASE_DIR}/bin/
@@ -9,9 +9,9 @@
+ create_directory ${DEB_DIR}/usr/#LIBDIR#/
+ extract_tgz ${UNPACK_DIR}/share/panels/dvpanel-framework-linux-x86_64.tgz ${DEB_DIR}/usr/#LIBDIR#/ libDaVinciPanelAPI.so
# Create desktop shortcuts
assert_object ${DEB_DIR}/opt/resolve/graphics/DV_Resolve.png
@@ -237,8 +237,8 @@
# Add postinst commands
cat >> ${DEB_DIR}/DEBIAN/postinst <<EOF
@@ -208,8 +208,8 @@
copy_object ${UNPACK_DIR}/share/default_cm_config.bin ${RESOLVE_BASE_DIR}/share/
# Extract panel API library
@@ -22,7 +22,7 @@
# BlackmagicRawAPI fixes
create_directory ${RESOLVE_BASE_DIR}/bin/BlackmagicRawAPI/
@@ -329,9 +329,9 @@
@@ -271,9 +271,9 @@
copy_object ${UNPACK_DIR}/share/default_cm_config.bin ${RESOLVE_BASE_DIR}/share/
# Extract panel API library
@@ -35,7 +35,20 @@
# BlackmagicRawAPI fixes for 17.0 & 17.1
if [[ "$RESOLVE_VERSION" == 17.0* ]] || [[ "$RESOLVE_VERSION" == 17.1* ]];
@@ -457,7 +457,7 @@
@@ -333,9 +333,9 @@
fi
# Extract panel API library
- create_directory ${DEB_DIR}/usr/lib
- extract_tgz ${UNPACK_DIR}/share/panels/dvpanel-framework-linux-x86_64.tgz ${DEB_DIR}/usr/lib libDaVinciPanelAPI.so
- extract_tgz ${UNPACK_DIR}/share/panels/dvpanel-framework-linux-x86_64.tgz ${DEB_DIR}/usr/lib libFairlightPanelAPI.so
+ create_directory ${DEB_DIR}/usr/#LIBDIR#/
+ extract_tgz ${UNPACK_DIR}/share/panels/dvpanel-framework-linux-x86_64.tgz ${DEB_DIR}/usr/#LIBDIR#/ libDaVinciPanelAPI.so
+ extract_tgz ${UNPACK_DIR}/share/panels/dvpanel-framework-linux-x86_64.tgz ${DEB_DIR}/usr/#LIBDIR#/ libFairlightPanelAPI.so
# Create common data dir
create_directory ${DEB_DIR}/var/BlackmagicDesign/DaVinci\ Resolve
@@ -511,7 +511,7 @@
echo "[ERROR] DaVinci Resolve installer archive is not executable"
exit 1
fi
@@ -44,7 +57,7 @@
echo "Found ${NUMEXTRACT} objects"
if [[ -z "$(ls -A ${UNPACK_DIR})" ]];
then
@@ -589,8 +589,8 @@
@@ -620,8 +620,8 @@
# Verify that we have the commands we need
check_command tar
@@ -55,25 +68,3 @@
echo
# Create destination directories
@@ -634,15 +634,15 @@
# Create Debian package
close_deb
-echo "Creating Debian package"
-if ! fakeroot dpkg-deb -b ${DEB_DIR} ${DEB_DIR}.deb;
-then
- ERRORS=$((ERRORS+1))
-fi
+#echo "Creating Debian package"
+#if ! fakeroot dpkg-deb -b ${DEB_DIR} ${DEB_DIR}.deb;
+#then
+# ERRORS=$((ERRORS+1))
+#fi
# Clean up
remove_directory ${UNPACK_DIR}
-remove_directory ${DEB_DIR}
+#remove_directory ${DEB_DIR}
# Report
echo