Switch all packages to be built against libjpeg-turbo.
This commit is contained in:
@@ -1,31 +1,19 @@
|
||||
# Template build file for 'wxPython'
|
||||
pkgname=wxPython
|
||||
version=2.8.12.1
|
||||
distfiles="${SOURCEFORGE_SITE}/wxpython/${pkgname}-src-${version}.tar.bz2"
|
||||
revision=3
|
||||
subpackages="${pkgname}-devel"
|
||||
wrksrc="${pkgname}-src-${version}"
|
||||
makedepends="pkg-config zlib-devel libpng-devel jpeg-devel libXpm-devel tiff-devel expat-devel libX11-devel libXinerama-devel GConf-devel cairo-devel gtk+-devel MesaLib-devel wxGTK-devel python-devel"
|
||||
makedepends="pkg-config zlib-devel libpng-devel libjpeg-turbo-devel libXpm-devel
|
||||
tiff-devel expat-devel libX11-devel libXinerama-devel GConf-devel cairo-devel
|
||||
gtk+-devel MesaLib-devel wxGTK-devel python-devel"
|
||||
fulldepends="python"
|
||||
revision=2
|
||||
short_desc="The wxWidgets GUI toolkit library (Python Bindings)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://www.wxwidgets.org/"
|
||||
license="wxWindows"
|
||||
distfiles="${SOURCEFORGE_SITE}/wxpython/${pkgname}-src-${version}.tar.bz2"
|
||||
checksum=1f3f153d9f1504c6ce2d2c4b23e940b8f58b81f4cba35cda1a5bb31142243cd0
|
||||
long_desc="
|
||||
C++ library that lets developers create applications for Windows, OS X, Linux
|
||||
and UNIX on 32-bit and 64-bit architectures as well as several mobile
|
||||
platforms including Windows Mobile, iPhone SDK and embedded GTK+. It has
|
||||
popular language bindings for Python, Perl, Ruby and many other languages.
|
||||
|
||||
Unlike other cross-platform toolkits, wxWidgets gives its applications a truly
|
||||
native look and feel because it uses the platform's native API rather than
|
||||
emulating the GUI. It's also extensive, free, open-source and mature.
|
||||
|
||||
This package contains the python bindings."
|
||||
|
||||
|
||||
|
||||
subpackages="${pkgname}-devel"
|
||||
|
||||
pre_configure() {
|
||||
msg_normal "Replacing python interpreter with python2.7...\n"
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
# Template file for 'wxPython-devel'.
|
||||
#
|
||||
depends="wxGTK-devel wxPython"
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
depends="wxGTK-devel wxPython>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
||||
Reference in New Issue
Block a user