wxgtk.gnc
This commit is contained in:
parent
122e3a1a1c
commit
7fe2de58c9
1 changed files with 24 additions and 12 deletions
|
@ -2,21 +2,33 @@
|
|||
# URL: http://wxwidgets.org
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: gtk2 gstreamer-plugins-base xorg-mesa xorg-libsm xorg-libxxf86vm sdl
|
||||
# Grup: geliştirme
|
||||
|
||||
isim=wxgtk
|
||||
surum=3.0.2
|
||||
devir=2
|
||||
surum=3.0.3.1
|
||||
devir=1
|
||||
|
||||
kaynak=(http://downloads.sourceforge.net/wxwindows/wxWidgets-$surum.tar.bz2
|
||||
make-abicheck-non-fatal.patch)
|
||||
make-abicheck-non-fatal.patch)
|
||||
|
||||
derle() {
|
||||
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
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue