mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
gdk-pixbuf: bump version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
SETTINGS_DIR=`finddir B_SYSTEM_SETTINGS_DIRECTORY`/gdk-pixbuf-2.0
|
||||
mkdir -p $SETTINGS_DIR
|
||||
gdk-pixbuf-query-loaders --update-cache
|
||||
gdk-pixbuf-query-loaders > $SETTINGS_DIR/loaders.cache
|
||||
|
||||
@@ -7,11 +7,11 @@ GdkRGB buffers.
|
||||
* Fast scaling and compositing of pixbufs.
|
||||
* Simple animation loading (ie. animated GIFs)"
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/GdkPixbuf"
|
||||
COPYRIGHT="1999-2020 Gnome Project"
|
||||
COPYRIGHT="1999-2022 Gnome Project"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="8"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.gnome.org/sources/gdk-pixbuf/${portVersion%.*}/gdk-pixbuf-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="83c66a1cfd591d7680c144d2922c5955d38b4db336d7cd3ee109f7bcf9afef15"
|
||||
CHECKSUM_SHA256="28f7958e7bf29a32d4e963556d241d0a41a6786582ff6a5ad11665e0347fc962"
|
||||
SOURCE_DIR="gdk-pixbuf-$portVersion"
|
||||
PATCHES="gdk_pixbuf-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="
|
||||
@@ -28,7 +28,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="0.4200.2"
|
||||
libVersion="0.4200.9"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
@@ -40,7 +40,7 @@ POST_INSTALL_SCRIPTS="
|
||||
|
||||
PROVIDES="
|
||||
gdk_pixbuf$secondaryArchSuffix = $portVersion
|
||||
cmd:gdk_pixbuf_csource$secondaryArchSuffix = $portVersion
|
||||
cmd:gdk_pixbuf_csource$commandSuffix = $portVersion
|
||||
cmd:gdk_pixbuf_pixdata$commandSuffix = $portVersion
|
||||
cmd:gdk_pixbuf_query_loaders$commandSuffix = $portVersion
|
||||
cmd:gdk_pixbuf_thumbnailer$commandSuffix = $portVersion
|
||||
@@ -98,10 +98,10 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
defineDebugInfoPackage gdk_pixbuf$secondaryArchSuffix \
|
||||
"$binDir"/gdk-pixbuf-csource \
|
||||
"$binDir"/gdk-pixbuf-pixdata \
|
||||
"$binDir"/gdk-pixbuf-query-loaders \
|
||||
"$binDir"/gdk-pixbuf-thumbnailer \
|
||||
"$commandBinDir"/gdk-pixbuf-csource \
|
||||
"$commandBinDir"/gdk-pixbuf-pixdata \
|
||||
"$commandBinDir"/gdk-pixbuf-query-loaders \
|
||||
"$commandBinDir"/gdk-pixbuf-thumbnailer \
|
||||
"$libDir"/libgdk_pixbuf-2.0.so.$libVersion
|
||||
|
||||
BUILD()
|
||||
@@ -115,7 +115,8 @@ BUILD()
|
||||
--libdir=$libDir \
|
||||
--libexecdir=$libDir \
|
||||
--localedir=$dataDir/locale \
|
||||
-D installed_tests=false
|
||||
-D installed_tests=false \
|
||||
-D man=false
|
||||
ninja -C build $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user