milis/talimatname/genel/g/grilo-plugins/talimat

24 lines
542 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: Grilo çerçevesi için bir eklenti koleksiyonu
# URL: https://git.gnome.org/browse/grilo-plugins
# Paketçi: yasarciv67@gmail.com
# Gerekler: meson grilo lua libmediaart libgdata tracker gom libdmapsharing chromaprint gstreamer1-plugins-bad yelp
isim=grilo-plugins
surum=0.3.4
devir=1
kaynak=()
derle() {
git clone git://git.gnome.org/grilo-plugins
cd $isim
mkdir build
cd build
export LANG=en_US.UTF-8
meson --prefix=/usr --buildtype=plain ../$isim
ninja
ninja test
make
make DESTDIR="$PKG" ninja install
}