milis/talimatname/genel/c/cogl/talimat

23 lines
647 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Nesneye yönelik bir GL / GLES Soyutlama / Yardımcı Katman
# URL: http://www.gnome.org/
# Paketçi: milisarge
# Gerekler: xorg-libxrandr gdk-pixbuf xorg-mesa xorg-glu pango gobject-introspection
# Grup: kütüphane
isim=cogl
surum=1.22.2
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./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
make
make DESTDIR=$PKG install
}