generated from archlinux/template
upgpkg: aseprite 1.3.9-1
upstream release
This commit is contained in:
parent
8bbe712b15
commit
062d51bad0
14
.SRCINFO
14
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = aseprite
|
pkgbase = aseprite
|
||||||
pkgdesc = Create animated sprites and pixel art
|
pkgdesc = Create animated sprites and pixel art
|
||||||
pkgver = 1.3.8.1
|
pkgver = 1.3.9
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://www.aseprite.org/
|
url = https://www.aseprite.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = LicenseRef-Aseprite-EULA
|
license = LicenseRef-Aseprite-EULA
|
||||||
@ -32,9 +32,9 @@ pkgbase = aseprite
|
|||||||
depends = libgl
|
depends = libgl
|
||||||
depends = libfontconfig.so
|
depends = libfontconfig.so
|
||||||
depends = libxcursor
|
depends = libxcursor
|
||||||
noextract = Aseprite-v1.3.8.1-Source.zip
|
noextract = Aseprite-v1.3.9-Source.zip
|
||||||
noextract = skia-m102.tar.gz
|
noextract = skia-m102.tar.gz
|
||||||
source = https://github.com/aseprite/aseprite/releases/download/v1.3.8.1/Aseprite-v1.3.8.1-Source.zip
|
source = https://github.com/aseprite/aseprite/releases/download/v1.3.9/Aseprite-v1.3.9-Source.zip
|
||||||
source = skia-m102.tar.gz::https://github.com/aseprite/skia/archive/refs/tags/m102-861e4743af.tar.gz
|
source = skia-m102.tar.gz::https://github.com/aseprite/skia/archive/refs/tags/m102-861e4743af.tar.gz
|
||||||
source = desktop.patch
|
source = desktop.patch
|
||||||
source = shared-fmt.patch
|
source = shared-fmt.patch
|
||||||
@ -42,12 +42,12 @@ pkgbase = aseprite
|
|||||||
source = shared-libwebp.patch
|
source = shared-libwebp.patch
|
||||||
source = shared-skia-deps.patch
|
source = shared-skia-deps.patch
|
||||||
source = optional-pixman.patch
|
source = optional-pixman.patch
|
||||||
sha256sums = fc13536a9e14551245028d578493aa63f9978b943250936735dc62a5abfbee53
|
sha256sums = 672c8ddb12d4c180f6c27b33ec4b0faefe5df321c7d40c03cb62ad3182e584ff
|
||||||
sha256sums = 8d76c1ad3693e1fc019eb14d806082148eb4ed7d601474aeeaae601b05a9b3ad
|
sha256sums = 8d76c1ad3693e1fc019eb14d806082148eb4ed7d601474aeeaae601b05a9b3ad
|
||||||
sha256sums = 8b14e36939e930de581e95abf0591645aa0fcfd47161cf88b062917dbaaef7f9
|
sha256sums = 8b14e36939e930de581e95abf0591645aa0fcfd47161cf88b062917dbaaef7f9
|
||||||
sha256sums = c3591d376180d99ff8001c3d549c0bd18ef5e4d95f1755ccaa8e2fd65dd5d2b3
|
sha256sums = c3591d376180d99ff8001c3d549c0bd18ef5e4d95f1755ccaa8e2fd65dd5d2b3
|
||||||
sha256sums = bed004cdbe61793c759a30c4afa5d844ce08c55a321d5c3625426f059f98b503
|
sha256sums = 89cd28a5a90ee9dd42e85866b6f954bde526068d94311b0730a62f00f9cfffdb
|
||||||
sha256sums = 320ed456512fb26f30aa682d7d34529d6fc3372d76daba3812cecb8fc21d5f1d
|
sha256sums = 0f8adb959d7000697af453d6cf5aaf9984b74868008382aad541d2c29871c751
|
||||||
sha256sums = eb9f544e68b41b5cb1a9ab7a6648db51587e67e94f1a452cb5a84f3d224bf5d0
|
sha256sums = eb9f544e68b41b5cb1a9ab7a6648db51587e67e94f1a452cb5a84f3d224bf5d0
|
||||||
sha256sums = c2d14f9738a96a9db3695c00ac3d14b1312b6a595b151bd56e19422c86517654
|
sha256sums = c2d14f9738a96a9db3695c00ac3d14b1312b6a595b151bd56e19422c86517654
|
||||||
|
|
||||||
|
10
PKGBUILD
10
PKGBUILD
@ -9,10 +9,10 @@
|
|||||||
# Contributor: Kamil Biduś <kamil.bidus@gmail.com>
|
# Contributor: Kamil Biduś <kamil.bidus@gmail.com>
|
||||||
|
|
||||||
pkgname=aseprite
|
pkgname=aseprite
|
||||||
pkgver=1.3.8.1
|
pkgver=1.3.9
|
||||||
_skiaver=m102
|
_skiaver=m102
|
||||||
_skiahash=861e4743af
|
_skiahash=861e4743af
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Create animated sprites and pixel art'
|
pkgdesc='Create animated sprites and pixel art'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.aseprite.org/"
|
url="https://www.aseprite.org/"
|
||||||
@ -52,12 +52,12 @@ source=("https://github.com/aseprite/aseprite/releases/download/v$pkgver/Aseprit
|
|||||||
optional-pixman.patch)
|
optional-pixman.patch)
|
||||||
noextract=("Aseprite-v$pkgver-Source.zip"
|
noextract=("Aseprite-v$pkgver-Source.zip"
|
||||||
"skia-$_skiaver.tar.gz") # Don't extract Aseprite or skia sources at the root
|
"skia-$_skiaver.tar.gz") # Don't extract Aseprite or skia sources at the root
|
||||||
sha256sums=('fc13536a9e14551245028d578493aa63f9978b943250936735dc62a5abfbee53'
|
sha256sums=('672c8ddb12d4c180f6c27b33ec4b0faefe5df321c7d40c03cb62ad3182e584ff'
|
||||||
'8d76c1ad3693e1fc019eb14d806082148eb4ed7d601474aeeaae601b05a9b3ad'
|
'8d76c1ad3693e1fc019eb14d806082148eb4ed7d601474aeeaae601b05a9b3ad'
|
||||||
'8b14e36939e930de581e95abf0591645aa0fcfd47161cf88b062917dbaaef7f9'
|
'8b14e36939e930de581e95abf0591645aa0fcfd47161cf88b062917dbaaef7f9'
|
||||||
'c3591d376180d99ff8001c3d549c0bd18ef5e4d95f1755ccaa8e2fd65dd5d2b3'
|
'c3591d376180d99ff8001c3d549c0bd18ef5e4d95f1755ccaa8e2fd65dd5d2b3'
|
||||||
'bed004cdbe61793c759a30c4afa5d844ce08c55a321d5c3625426f059f98b503'
|
'89cd28a5a90ee9dd42e85866b6f954bde526068d94311b0730a62f00f9cfffdb'
|
||||||
'320ed456512fb26f30aa682d7d34529d6fc3372d76daba3812cecb8fc21d5f1d'
|
'0f8adb959d7000697af453d6cf5aaf9984b74868008382aad541d2c29871c751'
|
||||||
'eb9f544e68b41b5cb1a9ab7a6648db51587e67e94f1a452cb5a84f3d224bf5d0'
|
'eb9f544e68b41b5cb1a9ab7a6648db51587e67e94f1a452cb5a84f3d224bf5d0'
|
||||||
'c2d14f9738a96a9db3695c00ac3d14b1312b6a595b151bd56e19422c86517654')
|
'c2d14f9738a96a9db3695c00ac3d14b1312b6a595b151bd56e19422c86517654')
|
||||||
|
|
||||||
|
@ -43,14 +43,15 @@ index e1e3bc1ae3..4a37838e95 100644
|
|||||||
--- a/src/app/CMakeLists.txt
|
--- a/src/app/CMakeLists.txt
|
||||||
+++ b/src/app/CMakeLists.txt
|
+++ b/src/app/CMakeLists.txt
|
||||||
@@ -651,8 +651,8 @@ target_link_libraries(app-lib
|
@@ -651,8 +651,8 @@ target_link_libraries(app-lib
|
||||||
|
${GIF_LIBRARIES}
|
||||||
|
${PNG_LIBRARIES}
|
||||||
${ZLIB_LIBRARIES}
|
${ZLIB_LIBRARIES}
|
||||||
${FREETYPE_LIBRARIES}
|
|
||||||
${HARFBUZZ_LIBRARIES}
|
|
||||||
+ ${LibArchive_LIBRARIES}
|
+ ${LibArchive_LIBRARIES}
|
||||||
json11
|
json11
|
||||||
- archive_static
|
- archive_static
|
||||||
${FMT_LIBRARIES}
|
${FMT_LIBRARIES}
|
||||||
tinyexpr)
|
tinyexpr
|
||||||
|
qoi)
|
||||||
|
|
||||||
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
|
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
|
||||||
index ffd1c0cfcd..4839d4097c 100644
|
index ffd1c0cfcd..4839d4097c 100644
|
||||||
|
@ -22,7 +22,7 @@ index af077f6..fed17ff 100644
|
|||||||
option(ENABLE_ASEPRITE_EXE "Compile main Aseprite executable" on)
|
option(ENABLE_ASEPRITE_EXE "Compile main Aseprite executable" on)
|
||||||
option(ENABLE_MEMLEAK "Enable memory-leaks detector (only for developers)" off)
|
option(ENABLE_MEMLEAK "Enable memory-leaks detector (only for developers)" off)
|
||||||
option(ENABLE_NEWS "Enable the news in Home tab" on)
|
option(ENABLE_NEWS "Enable the news in Home tab" on)
|
||||||
@@ -328,14 +351,17 @@ add_subdirectory(laf)
|
@@ -352,7 +352,13 @@ add_subdirectory(laf)
|
||||||
# libwebp
|
# libwebp
|
||||||
if(ENABLE_WEBP)
|
if(ENABLE_WEBP)
|
||||||
# Use libwebp from Skia
|
# Use libwebp from Skia
|
||||||
@ -37,13 +37,17 @@ index af077f6..fed17ff 100644
|
|||||||
find_library(WEBP_LIBRARIES webp
|
find_library(WEBP_LIBRARIES webp
|
||||||
NAMES libwebp # required for Windows
|
NAMES libwebp # required for Windows
|
||||||
PATHS "${SKIA_LIBRARY_DIR}" NO_DEFAULT_PATH)
|
PATHS "${SKIA_LIBRARY_DIR}" NO_DEFAULT_PATH)
|
||||||
set(WEBP_INCLUDE_DIR "${SKIA_DIR}/third_party/externals/libwebp/src")
|
@@ -362,10 +368,6 @@ if(ENABLE_WEBP)
|
||||||
|
else()
|
||||||
|
set(WEBP_FOUND OFF)
|
||||||
|
endif()
|
||||||
- else()
|
- else()
|
||||||
|
- set(WEBP_FOUND ON)
|
||||||
- set(WEBP_LIBRARIES webp webpdemux libwebpmux)
|
- set(WEBP_LIBRARIES webp webpdemux libwebpmux)
|
||||||
- set(WEBP_INCLUDE_DIR ${LIBWEBP_DIR}/src)
|
- set(WEBP_INCLUDE_DIR ${LIBWEBP_DIR}/src)
|
||||||
endif()
|
endif()
|
||||||
include_directories(${WEBP_INCLUDE_DIR})
|
|
||||||
endif()
|
endif()
|
||||||
|
message(STATUS "aseprite libwebp: ${WEBP_LIBRARIES}")
|
||||||
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
|
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
|
||||||
index 4839d4097c..e8c3e83cbc 100644
|
index 4839d4097c..e8c3e83cbc 100644
|
||||||
--- a/third_party/CMakeLists.txt
|
--- a/third_party/CMakeLists.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user