milis/talimatname/genel/c/cheese/talimat

24 lines
891 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# 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.
2017-07-25 22:21:02 +02:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# 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
2017-07-25 22:21:02 +02:00
2017-10-28 14:10:23 +02:00
isim=cheese
surum=3.24.0
devir=1
2017-07-25 22:21:02 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
2017-07-25 22:21:02 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-07-25 22:21:02 +02:00
./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
}