]> saetta.ns0.it Git - msys2/commitdiff
grilo: nuovo pacchetto WIP.
authorAndrea Zagli <azagli@libero.it>
Sun, 11 Oct 2015 11:34:33 +0000 (13:34 +0200)
committerAndrea Zagli <azagli@libero.it>
Sat, 21 Apr 2018 13:15:17 +0000 (15:15 +0200)
packages/mingw-w64-grilo/001-win.patch [new file with mode: 0644]
packages/mingw-w64-grilo/PKGBUILD [new file with mode: 0644]
packages/mingw-w64-grilo/grilo-i686.install [new file with mode: 0644]
packages/mingw-w64-grilo/grilo-x86_64.install [new file with mode: 0644]

diff --git a/packages/mingw-w64-grilo/001-win.patch b/packages/mingw-w64-grilo/001-win.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/mingw-w64-grilo/PKGBUILD b/packages/mingw-w64-grilo/PKGBUILD
new file mode 100644 (file)
index 0000000..ed0ce20
--- /dev/null
@@ -0,0 +1,58 @@
+# Maintainer: Andrea Zagli <andrea.zagli.free@gmail.com>
+
+_realname=grilo
+pkgbase=mingw-w64-${_realname}
+pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
+pkgver=0.2.14
+pkgrel=0
+arch=('any')
+pkgdesc="Grilo is a framework that provides access to various sources of multimedia content, using a pluggable system (mingw-w64)"
+depends=("${MINGW_PACKAGE_PREFIX}-gtk3"
+         "${MINGW_PACKAGE_PREFIX}-libxml2"
+                "${MINGW_PACKAGE_PREFIX}-liboauth"
+                "${MINGW_PACKAGE_PREFIX}-libsoup"
+                "${MINGW_PACKAGE_PREFIX}-totem-pl-parser")
+makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
+             "gtk-doc"
+             "${MINGW_PACKAGE_PREFIX}-vala"
+             "${MINGW_PACKAGE_PREFIX}-gobject-introspection"
+             "${MINGW_PACKAGE_PREFIX}-pkg-config")
+options=('strip' 'staticlibs')
+license=("LGPL 2.1")
+url="http://www.gnome.org/"
+install=${_realname}-${CARCH}.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver:0:3}/${_realname}-${pkgver}.tar.xz
+        001-win.patch)
+sha256sums=('79c82ea1747ae7430a648aa9660e44d88d48c968bcdaeb3b2c5cb97e1c921ccd'
+            'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
+
+prepare() {
+  cd ${_realname}-${pkgver}
+
+  #patch -b -V simple -p1 -i ${srcdir}/001-win.patch
+
+  autoreconf -fi
+}
+
+build() {
+  mkdir -p build-${MINGW_CHOST}
+  cd build-${MINGW_CHOST}
+
+  mkdir -p doc/grilo/html
+  cp -rf ../${_realname}-${pkgver}/doc/grilo/html/* doc/grilo/html
+
+  ../${_realname}-${pkgver}/configure \
+    --host=${MINGW_CHOST} \
+    --target=${MINGW_CHOST} \
+    --build=${MINGW_CHOST} \
+    --prefix=${MINGW_PREFIX} \
+    --libexecdir=${MINGW_PREFIX}/lib
+  make
+}
+
+package() {
+  cd "$srcdir/build-${MINGW_CHOST}"
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 "${srcdir}/${_realname}-${pkgver}/COPYING" "${pkgdir}${MINGW_PREFIX}/share/licenses/${_realname}/COPYING"
+}
diff --git a/packages/mingw-w64-grilo/grilo-i686.install b/packages/mingw-w64-grilo/grilo-i686.install
new file mode 100644 (file)
index 0000000..a3fafd9
--- /dev/null
@@ -0,0 +1,13 @@
+post_install() {
+    mingw32/bin/update-mime-database /mingw32/share/mime/
+    mingw32/bin/gtk-update-icon-cache-3.0 -f -t /mingw32/share/icons/hicolor
+    mingw32/bin/glib-compile-schemas /mingw32/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+post_remove() {
+    post_install $1
+}
diff --git a/packages/mingw-w64-grilo/grilo-x86_64.install b/packages/mingw-w64-grilo/grilo-x86_64.install
new file mode 100644 (file)
index 0000000..6ba46a8
--- /dev/null
@@ -0,0 +1,13 @@
+post_install() {
+    mingw64/bin/update-mime-database /mingw64/share/mime/
+    mingw64/bin/gtk-update-icon-cache-3.0 -f -t /mingw64/share/icons/hicolor
+    mingw64/bin/glib-compile-schemas /mingw64/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+post_remove() {
+    post_install $1
+}