22 lines
901 B
Plaintext
22 lines
901 B
Plaintext
# Tanım: Fotoğraf ve video çekmek için web kameranızı kullanın, fantezi özel efektler uygulayın ve eğlencenizi başkaları ile paylaşın.
|
||
# URL: http://www.gnome.org/
|
||
# Paketçi: yasarciv67@gmail.com
|
||
# Gerekler: libcanberra clutter-gst clutter-gtk gnome-desktop gnome-video-effects gstreamer1-plugins-bad gstreamer1-plugins-good itstool librsvg libgudev gobject-introspection vala gtk-update-icon-cache tdb
|
||
# Grup: medya
|
||
|
||
isim=cheese
|
||
surum=3.28.0
|
||
devir=1
|
||
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
||
--disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese \
|
||
--enable-gtk-doc
|
||
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||
make -j1
|
||
make DESTDIR=$PKG install
|
||
}
|