summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games/aseprite/aseprite-0.9.5.ebuild')
-rw-r--r--dev-games/aseprite/aseprite-0.9.5.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-games/aseprite/aseprite-0.9.5.ebuild b/dev-games/aseprite/aseprite-0.9.5.ebuild
deleted file mode 100644
index 3ffc74a..0000000
--- a/dev-games/aseprite/aseprite-0.9.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Animated sprite editor & pixel art tool"
-HOMEPAGE="http://www.aseprite.org"
-SRC_URI="http://aseprite.googlecode.com/files/aseprite-${PV}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-DEPEND="media-libs/allegro:0
- media-libs/libjpeg-turbo
- sys-libs/zlib
- media-libs/libpng
- media-libs/giflib
- dev-libs/tinyxml
- dev-cpp/gtest
- net-misc/curl" # LIBLOADPNG still missing.
-
-PATCHES=( ${FILESDIR}/aseprite-0.9.5-as-needed.patch )
-
-src_configure() {
- local mycmakeargs="-D USE_SHARED_ALLEGRO4=ON
- -D USE_SHARED_JPEGLIB=ON
- -D USE_SHARED_ZLIB=ON
- -D USE_SHARED_LIBPNG=ON
- -D USE_SHARED_GIFLIB=ON
- -D USE_SHARED_TINYXML=ON
- -D USE_SHARED_GTEST=ON
- -D USE_SHARED_CURL=ON
- -D USE_SHARED_LIBLOADPNG=ON
- -D FULLSCREEN_PLATFORM=ON"
-
- cmake-utils_src_configure
-}