24 lines
629 B
Plaintext
24 lines
629 B
Plaintext
# 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
|
||
|
||
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
|
||
}
|