mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
De-Lint recipes.
* netpbm Re-arranged copright madness. * pygame Re-ordering blocks. Re-formatted patch properly. Added formerly undeclared patch. Doesn't build with or without. * python3_mako, python_mako Removed "." from SUMMARY. Re-ordering blocks. * python3_setuptools, python_setuptools Removed "." from SUMMARY. Re-ordering blocks. * qemu Removed "." from SUMMARY. Re-ordering blocks. * quassel Removed "." from SUMMARY. Re-ordering blocks. * qupzilla Removed "." from SUMMARY. Re-ordering blocks.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
From 34766c430d884038a4743c86aa1b3f2460c51351 Mon Sep 17 00:00:00 2001
|
||||
From: Humdinger <humdingerb@gmail.com>
|
||||
Date: Thu, 23 Jul 2015 07:04:01 +0200
|
||||
Subject: Now formatted existing patch.
|
||||
|
||||
|
||||
diff --git a/Setup.in b/Setup.in
|
||||
index 4bb6c1c..9236df4 100644
|
||||
--- a/Setup.in
|
||||
@@ -1494,3 +1500,6 @@ index c997deb..ee0d03d 100644
|
||||
|
||||
|
||||
typedef void (* SMOOTHSCALE_FILTER_P)(Uint8 *, Uint8 *, int, int, int, int, int);
|
||||
--
|
||||
2.2.2
|
||||
|
||||
|
||||
@@ -1,21 +1,18 @@
|
||||
SUMMARY="PyGame - a popular game development module for python"
|
||||
DESCRIPTION="
|
||||
PyGame - python bindings to sdl and other libs that facilitate game production.
|
||||
"
|
||||
HOMEPAGE="http://www.pygame.org/"
|
||||
SOURCE_URI="http://www.pygame.org/ftp/pygame-1.9.1release.tar.gz"
|
||||
CHECKSUM_MD5="1c4cdc708d17c8250a2d78ef997222fc"
|
||||
CHECKSUM_SHA256="a26095472ae4be9631e0d5bfb9a52ac57a3a091e45757913128e4a473807d433"
|
||||
|
||||
SUMMARY="A popular game development module for python"
|
||||
DESCRIPTION="PyGame - python bindings to sdl and other libs that facilitate \
|
||||
game production."
|
||||
HOMEPAGE="http://www.pygame.org/"
|
||||
COPYRIGHT="2000-2004, 2007 Pete Shinners
|
||||
2004 Takafumi Mizuno
|
||||
2006-2007 Rene Dudfield
|
||||
2007 Richard Goedeken
|
||||
2007-2008 Marcus von Appen
|
||||
"
|
||||
2007-2008 Marcus von Appen"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
|
||||
SOURCE_URI="http://www.pygame.org/ftp/pygame-1.9.1release.tar.gz"
|
||||
CHECKSUM_SHA256="a26095472ae4be9631e0d5bfb9a52ac57a3a091e45757913128e4a473807d433"
|
||||
SOURCE_DIR="pygame-1.9.1release"
|
||||
PATCHES="pygame-1.9.1.patchset"
|
||||
#
|
||||
# No stable python_x86 => impossible to build _x86
|
||||
#
|
||||
@@ -30,8 +27,6 @@ SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
|
||||
#fi
|
||||
#SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
SOURCE_DIR="pygame-1.9.1release"
|
||||
|
||||
PROVIDES="
|
||||
pygame${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
@@ -52,6 +47,10 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
#libjpeg ^
|
||||
# |
|
||||
BUILD_PREREQUIRES="
|
||||
python >= 2.6.4
|
||||
gcc${secondaryArchSuffix}
|
||||
libsdl${secondaryArchSuffix}_devel >= 1.2.14
|
||||
@@ -63,11 +62,6 @@ BUILD_REQUIRES="
|
||||
smpeg${secondaryArchSuffix}_devel >= 0.4.5
|
||||
sdl_gfx${secondaryArchSuffix}_devel
|
||||
"
|
||||
#libjpeg ^
|
||||
# |
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -82,4 +76,3 @@ INSTALL()
|
||||
echo "n" | python setup.py install \
|
||||
--prefix=$prefix || exit 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user