[arch-commits] Commit in sushi/repos (10 files)

2015-11-04 Thread Jan de Groot
Date: Wednesday, November 4, 2015 @ 09:57:06
  Author: jgc
Revision: 250095

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sushi/repos/extra-i686/PKGBUILD
(from rev 250094, sushi/trunk/PKGBUILD)
  sushi/repos/extra-i686/clutter-gst3.patch
(from rev 250094, sushi/trunk/clutter-gst3.patch)
  sushi/repos/extra-i686/sushi.install
(from rev 250094, sushi/trunk/sushi.install)
  sushi/repos/extra-x86_64/PKGBUILD
(from rev 250094, sushi/trunk/PKGBUILD)
  sushi/repos/extra-x86_64/clutter-gst3.patch
(from rev 250094, sushi/trunk/clutter-gst3.patch)
  sushi/repos/extra-x86_64/sushi.install
(from rev 250094, sushi/trunk/sushi.install)
Deleted:
  sushi/repos/extra-i686/PKGBUILD
  sushi/repos/extra-i686/sushi.install
  sushi/repos/extra-x86_64/PKGBUILD
  sushi/repos/extra-x86_64/sushi.install

-+
 /PKGBUILD   |   78 +++
 /sushi.install  |   22 +
 extra-i686/PKGBUILD |   30 ---
 extra-i686/clutter-gst3.patch   |  156 ++
 extra-i686/sushi.install|   11 --
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/clutter-gst3.patch |  156 ++
 extra-x86_64/sushi.install  |   11 --
 8 files changed, 412 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-04 08:56:58 UTC (rev 250094)
+++ extra-i686/PKGBUILD 2015-11-04 08:57:06 UTC (rev 250095)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=sushi
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="A quick previewer for Nautilus"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL2')
-groups=(gnome)
-depends=('clutter-gtk' 'clutter-gst2' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 
'gtksourceview3' 'evince')
-optdepends=('unoconv: OpenDocument formats')
-install=sushi.install
-makedepends=('intltool' 'gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sushi/repos/extra-i686/PKGBUILD (from rev 250094, sushi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-04 08:57:06 UTC (rev 250095)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=sushi
+pkgver=3.18.0
+pkgrel=2
+pkgdesc="A quick previewer for Nautilus"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL2')
+groups=(gnome)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 
'gtksourceview3' 'evince')
+optdepends=('unoconv: OpenDocument formats')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+clutter-gst3.patch)
+sha256sums=('7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c'
+'7217c05f4cf4d797e8e042392c1cb92481bb616a1e7ce20393228591a6bc91e0')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../clutter-gst3.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  autoreconf -fi
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sushi/repos/extra-i686/clutter-gst3.patch (from rev 250094, 
sushi/trunk/clutter-gst3.patch)
===
--- extra-i686/clutter-gst3.patch   (rev 0)
+++ extra-i686/clutter-gst3.patch   2015-11-04 08:57:06 UTC (rev 250095)
@@ -0,0 +1,156 @@
+From ce695719d7292bfe9d8183cfa057afe1df53565b Mon Sep 17 00:00:00 2001
+From: Lionel Landwerlin 
+Date: Sat, 17 Oct 2015 00:24:42 +0100
+Subject: viewer: gst: port to ClutterGst 3.0
+
+https://bugzilla.gnome.org/show_bug.cgi?id=756725
+---
+ configure.ac  |  2 +-
+ src/js/viewers/gst.js | 56 +++
+ 2 files changed, 31 insertions(+), 27 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 3b5ff56..7e869d5 100644
+--- a/configure.ac
 b/configure.ac
+@@ -62,7 +62,7 @@ PKG_CHECK_MODULES(SUSHI,
+   clutter-x11-1.0 >= $CLUTTER_MIN_VERSION
+   gtk+-3.0 >= $GTK_MIN_VERSION
+ 

[arch-commits] Commit in sushi/repos (10 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:12:10
  Author: heftig
Revision: 183459

db-move: moved sushi from [testing] to [extra] (i686, x86_64)

Added:
  sushi/repos/extra-i686/PKGBUILD
(from rev 183326, sushi/repos/testing-i686/PKGBUILD)
  sushi/repos/extra-i686/sushi.install
(from rev 183326, sushi/repos/testing-i686/sushi.install)
  sushi/repos/extra-x86_64/PKGBUILD
(from rev 183326, sushi/repos/testing-x86_64/PKGBUILD)
  sushi/repos/extra-x86_64/sushi.install
(from rev 183326, sushi/repos/testing-x86_64/sushi.install)
Deleted:
  sushi/repos/extra-i686/PKGBUILD
  sushi/repos/extra-i686/sushi.install
  sushi/repos/extra-x86_64/PKGBUILD
  sushi/repos/extra-x86_64/sushi.install
  sushi/repos/testing-i686/
  sushi/repos/testing-x86_64/

+
 /PKGBUILD  |   60 +++
 /sushi.install |   22 +++
 extra-i686/PKGBUILD|   30 -
 extra-i686/sushi.install   |   11 ---
 extra-x86_64/PKGBUILD  |   30 -
 extra-x86_64/sushi.install |   11 ---
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-21 22:12:09 UTC (rev 183458)
+++ extra-i686/PKGBUILD 2013-04-21 22:12:10 UTC (rev 183459)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=sushi
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="A quick previewer for Nautilus"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL2')
-groups=(gnome-extra)
-depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk3' 
'gtksourceview3' 'evince')
-install=sushi.install
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ddcfa4fd8ad6a8a7ff2da10a5190a031df9e9debf217cb1fcdeec2a181222af8')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sushi/repos/extra-i686/PKGBUILD (from rev 183326, 
sushi/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:12:10 UTC (rev 183459)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=sushi
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="A quick previewer for Nautilus"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL2')
+groups=(gnome)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk3' 
'gtksourceview3' 'evince')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c4f24d0961ce8fc5ef3a4fe9af178e368c7117459df2c0be12c8f953646c82dd')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/sushi.install
===
--- extra-i686/sushi.install2013-04-21 22:12:09 UTC (rev 183458)
+++ extra-i686/sushi.install2013-04-21 22:12:10 UTC (rev 183459)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: sushi/repos/extra-i686/sushi.install (from rev 183326, 
sushi/repos/testing-i686/sushi.install)
===
--- extra-i686/sushi.install(rev 0)
+++ extra-i686/sushi.install2013-04-21 22:12:10 UTC (rev 183459)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-21 22:12:09 UTC (rev 183458)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:12:10 UTC (rev 183459)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=sushi
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="A quick previewer for Nautilus"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL2')
-groups=(gnome-extra)
-depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk3' 
'gtksourceview3' 'evince')
-install=sushi.install
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ddcfa4fd8ad6a8a7ff2da10a5190a031df9e9debf217cb1fcdeec2a181222af8')
-
-build() {
-  cd "