milis/talimatname/genel/c/cheese/talimat

24 lines
891 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: 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
isim=cheese
surum=3.24.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
}