pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Aseprite: add license file, update to latest version
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed May 21 15:22:13 2025 +0200
Changeset: 373dcd74e9844a158d8567ffb4427ba1398e04c9
Modified Files:
Aseprite/Makefile
Aseprite/TODO
Aseprite/distinfo
Added Files:
Aseprite/Aseprite-license
Removed Files:
Aseprite/patches/patch-CMakeLists.txt
Aseprite/patches/patch-third__party_CMakeLists.txt
Log Message:
Aseprite: add license file, update to latest version
update dependencies, doesn't build yet though
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=373dcd74e9844a158d8567ffb4427ba1398e04c9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Aseprite/Aseprite-license | 42 ++++++++++++++++++++++
Aseprite/Makefile | 20 ++++-------
Aseprite/TODO | 3 +-
Aseprite/distinfo | 8 ++---
Aseprite/patches/patch-CMakeLists.txt | 17 ---------
Aseprite/patches/patch-third__party_CMakeLists.txt | 17 ---------
6 files changed, 54 insertions(+), 53 deletions(-)
diffs:
diff --git a/Aseprite/Aseprite-license b/Aseprite/Aseprite-license
new file mode 100644
index 0000000000..7735e665a2
--- /dev/null
+++ b/Aseprite/Aseprite-license
@@ -0,0 +1,42 @@
+END-USER LICENSE AGREEMENT FOR ASEPRITE
+
+IMPORTANT: PLEASE READ THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT CAREFULLY BEFORE CONTINUING WITH THIS PROGRAM INSTALL.
+
+This End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single entity) and Igara Studio S.A. (hereinafter referred to as "Licensor"), for the software product(s) identified above which may include associated software components, media, printed materials, and "online" or electronic documentation ("SOFTWARE PRODUCT"). By installing, copying, or otherwise using the SOFTWARE PRODUCT, you agree to be bound by the terms of this EULA. This license agreement represents the entire agreement concerning the program between You and the Licensor, and it supersedes any prior proposal, representation, or understanding between the parties. If you do not agree to the terms of this EULA, do not install or use the SOFTWARE PRODUCT.
+
+The SOFTWARE PRODUCT is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The SOFTWARE PRODUCT is licensed, not sold.
+
+1. GRANT OF LICENSE.
+The SOFTWARE PRODUCT is licensed as follows:
+(a) Installation and Use.
+The Licensor grants you the right to install and use copies of the SOFTWARE PRODUCT on your computer running a validly licensed copy of the operating system for which the SOFTWARE PRODUCT was designed.
+(b) Backup Copies.
+You may also make copies of the SOFTWARE PRODUCT as may be necessary for backup and archival purposes.
+
+2. DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS.
+(a) Maintenance of Copyright Notices.
+You must not remove or alter any copyright notices on any and all copies of the SOFTWARE PRODUCT.
+(b) Distribution.
+You may not distribute copies of the SOFTWARE PRODUCT to third parties. Evaluation versions available for download from the Licensor's websites may be freely distributed.
+(c) Prohibition on Reverse Engineering, Decompilation, and Disassembly.
+You may not reverse engineer, decompile, or disassemble the SOFTWARE PRODUCT, except and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation.
+(d) Rental.
+You may not rent, lease, or lend the SOFTWARE PRODUCT.
+(e) Support Services.
+The Licensor may provide you with support services related to the SOFTWARE PRODUCT ("Support Services"). Any supplemental software code provided to you as part of the Support Services shall be considered part of the SOFTWARE PRODUCT and subject to the terms and conditions of this EULA.
+(f) Compliance with Applicable Laws.
+You must comply with all applicable laws regarding use of the SOFTWARE PRODUCT.
+(g) Source code.
+You may only compile and modify the source code of the SOFTWARE PRODUCT for your own personal purpose or to propose a contribution to the SOFTWARE PRODUCT.
+
+3. TERMINATION
+Without prejudice to any other rights, the Licensor may terminate this EULA if you fail to comply with the terms and conditions of this EULA. In such event, you must destroy all copies of the SOFTWARE PRODUCT in your possession.
+
+4. COPYRIGHT
+All title, including but not limited to copyrights, in and to the SOFTWARE PRODUCT and any copies thereof are owned by the Licensor or its suppliers. All title and intellectual property rights in and to the content which may be accessed through use of the SOFTWARE PRODUCT is the property of the respective content owner and may be protected by applicable copyright or other intellectual property laws and treaties. This EULA grants you no rights to use such content. All rights not expressly granted are reserved by the Licensor.
+
+5. NO WARRANTIES
+The Licensor expressly disclaims any warranty for the SOFTWARE PRODUCT. The SOFTWARE PRODUCT is provided 'As Is' without any express or implied warranty of any kind, including but not limited to any warranties of merchantability, noninfringement, or fitness of a particular purpose. The Licensor does not warrant or assume responsibility for the accuracy or completeness of any information, text, graphics, links or other items contained within the SOFTWARE PRODUCT. The Licensor makes no warranties respecting any harm that may be caused by the transmission of a computer virus, worm, time bomb, logic bomb, or other such computer program. The Licensor further expressly disclaims any warranty or representation to Authorized Users or to any third party.
+
+6. LIMITATION OF LIABILITY
+In no event shall the Licensor be liable for any damages (including, without limitation, lost profits, business interruption, or lost information) rising out of 'Authorized Users' use of or inability to use the SOFTWARE PRODUCT, even if the Licensor has been advised of the possibility of such damages. In no event will the Licensor be liable for loss of data or for indirect, special, incidental, consequential (including lost profit), or other damages based in contract, tort or otherwise. The Licensor shall have no liability with respect to the content of the SOFTWARE PRODUCT or any part thereof, including but not limited to errors or omissions contained therein, libel, infringements of rights of publicity, privacy, trademark rights, business interruption, personal injury, loss of privacy, moral rights or the disclosure of confidential information.
diff --git a/Aseprite/Makefile b/Aseprite/Makefile
index ca3454a14c..e6917b1962 100644
--- a/Aseprite/Makefile
+++ b/Aseprite/Makefile
@@ -1,11 +1,11 @@
# $NetBSD$
-GITHUB_PROJECT= aseprite
-GITHUB_RELEASE= v${PKGVERSION_NOREV}
-DISTNAME= Aseprite-v1.2.16.2-Source
+DISTNAME= Aseprite-v1.3.13-Source
PKGNAME= ${DISTNAME:S,-v,-,:S,-Source,,}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=aseprite/}
+GITHUB_PROJECT= aseprite
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -14,21 +14,13 @@ COMMENT= Animated sprite editor & pixel art tool
#LICENSE= Aseprite-license
WRKSRC= ${WRKDIR}
-USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
-CONFIGURE_DIRS= build
-CMAKE_CONFIGURE_ARGS+= ..
-
-pre-configure:
- ${MKDIR} ${WRKSRC}/build
-
PKGCONFIG_OVERRIDE+= laf/third_party/googletest/googlemock/cmake/gmock.pc.in
PKGCONFIG_OVERRIDE+= laf/third_party/googletest/googlemock/cmake/gmock_main.pc.in
PKGCONFIG_OVERRIDE+= laf/third_party/googletest/googletest/cmake/gtest.pc.in
PKGCONFIG_OVERRIDE+= laf/third_party/googletest/googletest/cmake/gtest_main.pc.in
-PKGCONFIG_OVERRIDE+= laf/third_party/stringencoders/src/stringencoders.pc.in
PKGCONFIG_OVERRIDE+= third_party/benchmark/cmake/benchmark.pc.in
PKGCONFIG_OVERRIDE+= third_party/cmark/src/libcmark.pc.in
PKGCONFIG_OVERRIDE+= third_party/harfbuzz/src/harfbuzz-gobject.pc.in
@@ -58,11 +50,12 @@ CMAKE_CONFIGURE_ARGS+= -DUSE_SHARED_PIXMAN=ON
CMAKE_CONFIGURE_ARGS+= -DUSE_SHARED_FREETYPE=ON
CMAKE_CONFIGURE_ARGS+= -DUSE_SHARED_HARFBUZZ=ON
-post-install:
+nopost-install:
.for i in bin/bsd* include lib share/man
${RM} -rf ${DESTDIR}${PREFIX}/${i}
.endfor
+.include "../../devel/cmake/build.mk"
.include "../../archivers/lz4/buildlink3.mk"
.include "../../archivers/zstd/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
@@ -73,7 +66,8 @@ post-install:
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../textproc/cmark/buildlink3.mk"
-.include "../../textproc/tinyxml/buildlink3.mk"
+.include "../../textproc/tinyxml2/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
+.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/pixman/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/Aseprite/TODO b/Aseprite/TODO
index 8d44567df0..7460a120ef 100644
--- a/Aseprite/TODO
+++ b/Aseprite/TODO
@@ -1,4 +1,5 @@
-TODO:
+Fix build.
+
Clean up package so it doesn't build/install stuff it doesn't need.
Make it start:
diff --git a/Aseprite/distinfo b/Aseprite/distinfo
index f21122486b..8e45685744 100644
--- a/Aseprite/distinfo
+++ b/Aseprite/distinfo
@@ -1,7 +1,5 @@
$NetBSD$
-RMD160 (Aseprite-v1.2.16.2-Source.zip) = b5dc86159515cb83d0f6c72b0e91347c8c9a4a2d
-SHA512 (Aseprite-v1.2.16.2-Source.zip) = 88416796dfa0b3ea68bf98410e209a6f80a2649314f7558e54f295eb3db7f6c5c97027fac8845768a7c41b49890314af7c4e31b475b3b7332993908a34e02258
-Size (Aseprite-v1.2.16.2-Source.zip) = 24180655 bytes
-SHA1 (patch-CMakeLists.txt) = 51dde78d5566785d3457406dcf25a0054cd96132
-SHA1 (patch-third__party_CMakeLists.txt) = 24de2b311de5e46577f5bb3c355a849975406565
+BLAKE2s (Aseprite-v1.3.13-Source.zip) = fc8b6cc424b09a1af086d148452286503c7fb22c119d6a6d2f310000fe38ca5e
+SHA512 (Aseprite-v1.3.13-Source.zip) = 50b72593afe9bd136e283ed99ac37e7482d300da32e891ac4aefdf077f9f49dca1a1c3b57850d22ba72ed3d1ddb95306ceac209ead598aa77ba113015fd956f4
+Size (Aseprite-v1.3.13-Source.zip) = 73753124 bytes
diff --git a/Aseprite/patches/patch-CMakeLists.txt b/Aseprite/patches/patch-CMakeLists.txt
deleted file mode 100644
index 5c06d7fda9..0000000000
--- a/Aseprite/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-
-Do not build included libwebp, use system one.
-
---- CMakeLists.txt.orig 2019-09-24 03:40:00.000000000 +0000
-+++ CMakeLists.txt
-@@ -223,8 +223,8 @@ add_definitions(-DPNG_NO_MMX_CODE) # Do
- # libwebp
- if(WITH_WEBP_SUPPORT)
- set(WEBP_LIBRARIES webp webpdemux webpmux)
-- set(WEBP_INCLUDE_DIR ${LIBWEBP_DIR}/src)
-- include_directories(${WEBP_INCLUDE_DIR})
-+# set(WEBP_INCLUDE_DIR ${LIBWEBP_DIR}/src)
-+# include_directories(${WEBP_INCLUDE_DIR})
- endif()
-
- # tinyxml
diff --git a/Aseprite/patches/patch-third__party_CMakeLists.txt b/Aseprite/patches/patch-third__party_CMakeLists.txt
deleted file mode 100644
index e31408bd34..0000000000
--- a/Aseprite/patches/patch-third__party_CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-
-Do not build included libwebp, use system one.
-
---- third_party/CMakeLists.txt.orig 2019-10-23 23:54:06.000000000 +0000
-+++ third_party/CMakeLists.txt
-@@ -34,8 +34,8 @@ endif()
-
- if(WITH_WEBP_SUPPORT)
- # Enable img2webp so "webpmux" library is built
-- set(WEBP_BUILD_IMG2WEBP ON CACHE BOOL "Build the img2webp animation tool.")
-- add_subdirectory(libwebp)
-+ #set(WEBP_BUILD_IMG2WEBP ON CACHE BOOL "Build the img2webp animation tool.")
-+ #add_subdirectory(libwebp)
- endif()
-
- if(NOT USE_SHARED_TINYXML)
Home |
Main Index |
Thread Index |
Old Index