milis/talimatname/genel/c/cogl/talimat

23 lines
647 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Nesneye yönelik bir GL / GLES Soyutlama / Yardımcı Katman
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: xorg-libxrandr gdk-pixbuf xorg-mesa xorg-glu pango gobject-introspection
2017-12-24 00:47:53 +01:00
# Grup: kütüphane
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=cogl
surum=1.22.2
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-07-08 15:20:58 +02:00
./configure --prefix=/usr \
--enable-gles{1,2} \
--enable-{kms,wayland}-egl-platform \
--enable-wayland-egl-server
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
}