2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: GUI için GTK+ wxWidgets API'sının uygulanması
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://wxwidgets.org
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: gtk2 gstreamer-plugins-base xorg-mesa xorg-libsm xorg-libxxf86vm sdl
|
2018-01-12 20:11:43 +01:00
|
|
|
|
# Grup: geliştirme
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=wxgtk
|
2018-01-12 20:11:43 +01:00
|
|
|
|
surum=3.0.3.1
|
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2018-01-12 20:14:32 +01:00
|
|
|
|
kaynak=(https://github.com/wxWidgets/wxWidgets/archive/v$surum.tar.gz::wxWidgets-$surum.tar.bz2
|
2018-01-12 20:11:43 +01:00
|
|
|
|
make-abicheck-non-fatal.patch)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2018-01-12 20:11:43 +01:00
|
|
|
|
cd wxWidgets-$surum
|
|
|
|
|
patch -Np1 -i ../make-abicheck-non-fatal.patch
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--libdir=/usr/lib \
|
|
|
|
|
--with-gtk=2 \
|
|
|
|
|
--with-opengl \
|
|
|
|
|
--enable-unicode \
|
|
|
|
|
--enable-graphics_ctx \
|
|
|
|
|
--enable-mediactrl \
|
|
|
|
|
--enable-webview \
|
|
|
|
|
--with-regex=builtin \
|
|
|
|
|
--with-libpng=sys \
|
|
|
|
|
--with-libxpm=sys \
|
|
|
|
|
--with-libjpeg=sys \
|
|
|
|
|
--with-libtiff=sys \
|
|
|
|
|
--disable-precomp-headers
|
|
|
|
|
make
|
|
|
|
|
make -C locale allmo
|
|
|
|
|
make DESTDIR=$PKG install
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|