[arch-commits] Commit in cheese/repos (4 files)

2017-09-16 Thread Jan de Groot
Date: Saturday, September 16, 2017 @ 20:06:54
  Author: jgc
Revision: 305686

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  cheese/repos/gnome-unstable-i686/
  cheese/repos/gnome-unstable-i686/PKGBUILD
(from rev 305685, cheese/trunk/PKGBUILD)
  cheese/repos/gnome-unstable-x86_64/
  cheese/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305685, cheese/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   52 +++
 gnome-unstable-x86_64/PKGBUILD |   52 +++
 2 files changed, 104 insertions(+)

Copied: cheese/repos/gnome-unstable-i686/PKGBUILD (from rev 305685, 
cheese/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-16 20:06:54 UTC (rev 305686)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good 
clutter-gst clutter-gtk
+ libcanberra librsvg gnome-desktop libgudev dconf)
+makedepends=(pkgconfig intltool gobject-introspection itstool vala 
gnome-common git appstream-glib
+ gnome-video-effects)
+optdepends=('gnome-video-effects: Camera effects')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=41843aad67d56918587543aec22ba15cfef25ebc  # master~1
+source=("git+https://git.gnome.org/browse/cheese#commit=$_commit;)
+sha256sums=('SKIP')
+
+# TODO: Consider splitting libcheese
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Fixup tags for pkgver()
+  git tag -f 3.26.0 41843aad67d56918587543aec22ba15cfef25ebc
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./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
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: cheese/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305685, 
cheese/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-16 20:06:54 UTC (rev 305686)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good 
clutter-gst clutter-gtk
+ libcanberra librsvg gnome-desktop libgudev dconf)
+makedepends=(pkgconfig intltool gobject-introspection itstool vala 
gnome-common git appstream-glib
+ gnome-video-effects)
+optdepends=('gnome-video-effects: Camera effects')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=41843aad67d56918587543aec22ba15cfef25ebc  # master~1
+source=("git+https://git.gnome.org/browse/cheese#commit=$_commit;)
+sha256sums=('SKIP')
+
+# TODO: Consider splitting libcheese
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Fixup tags for pkgver()
+  git tag -f 3.26.0 41843aad67d56918587543aec22ba15cfef25ebc
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./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
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in cheese/repos (4 files)

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 12:18:55
  Author: jgc
Revision: 292507

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  cheese/repos/gnome-unstable-i686/
  cheese/repos/gnome-unstable-i686/PKGBUILD
(from rev 292506, cheese/trunk/PKGBUILD)
  cheese/repos/gnome-unstable-x86_64/
  cheese/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292506, cheese/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   52 +++
 gnome-unstable-x86_64/PKGBUILD |   52 +++
 2 files changed, 104 insertions(+)

Copied: cheese/repos/gnome-unstable-i686/PKGBUILD (from rev 292506, 
cheese/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-08 12:18:55 UTC (rev 292507)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good 
clutter-gst clutter-gtk
+ libcanberra librsvg gnome-desktop libgudev dconf)
+makedepends=(pkgconfig intltool gobject-introspection itstool vala 
gnome-common git appstream-glib
+ gnome-video-effects)
+optdepends=('gnome-video-effects: Camera effects')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=e0f4befb62bb02522a364251e1be429942a1d446  # master~4
+source=("git+https://git.gnome.org/browse/cheese#commit=$_commit;)
+sha256sums=('SKIP')
+
+# TODO: Consider splitting libcheese
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Fixup tags for pkgver()
+  git tag -f 3.24.0 e0f4befb62bb02522a364251e1be429942a1d446
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./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
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: cheese/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292506, 
cheese/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-08 12:18:55 UTC (rev 292507)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good 
clutter-gst clutter-gtk
+ libcanberra librsvg gnome-desktop libgudev dconf)
+makedepends=(pkgconfig intltool gobject-introspection itstool vala 
gnome-common git appstream-glib
+ gnome-video-effects)
+optdepends=('gnome-video-effects: Camera effects')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=e0f4befb62bb02522a364251e1be429942a1d446  # master~4
+source=("git+https://git.gnome.org/browse/cheese#commit=$_commit;)
+sha256sums=('SKIP')
+
+# TODO: Consider splitting libcheese
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Fixup tags for pkgver()
+  git tag -f 3.24.0 e0f4befb62bb02522a364251e1be429942a1d446
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./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
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in cheese/repos (4 files)

2017-02-09 Thread Jan Steffens
Date: Thursday, February 9, 2017 @ 19:41:51
  Author: heftig
Revision: 288525

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

Added:
  cheese/repos/extra-i686/PKGBUILD
(from rev 288524, cheese/trunk/PKGBUILD)
  cheese/repos/extra-x86_64/PKGBUILD
(from rev 288524, cheese/trunk/PKGBUILD)
Deleted:
  cheese/repos/extra-i686/PKGBUILD
  cheese/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 extra-i686/PKGBUILD   |   53 
 extra-x86_64/PKGBUILD |   53 
 3 files changed, 104 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-09 19:41:06 UTC (rev 288524)
+++ extra-i686/PKGBUILD 2017-02-09 19:41:51 UTC (rev 288525)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=cheese
-pkgver=3.22.1
-pkgrel=1
-pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
-url="https://wiki.gnome.org/Apps/Cheese;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good
- clutter-gst clutter-gtk libcanberra gnome-video-effects librsvg
- gnome-desktop libgudev dconf)
-makedepends=(pkgconfig intltool gobject-introspection itstool vala
- gnome-common git appstream-glib)
-optdepends=('frei0r-plugins: More camera effects')
-groups=(gnome-extra)
-options=(!emptydirs)
-_commit=175b692743d8079a48d2d18113d8e07da8c2d4f3  # gnome-3-22
-source=("git://git.gnome.org/cheese#commit=$_commit")
-sha256sums=('SKIP')
-
-# TODO: Consider splitting libcheese
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # Fixup tags for pkgver()
-  git tag -f 3.22.1 175b692743d8079a48d2d18113d8e07da8c2d4f3
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./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
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: cheese/repos/extra-i686/PKGBUILD (from rev 288524, 
cheese/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-09 19:41:51 UTC (rev 288525)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.22.1
+pkgrel=2
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good 
clutter-gst clutter-gtk
+ libcanberra librsvg gnome-desktop libgudev dconf)
+makedepends=(pkgconfig intltool gobject-introspection itstool vala 
gnome-common git appstream-glib
+ gnome-video-effects)
+optdepends=('gnome-video-effects: Camera effects')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=175b692743d8079a48d2d18113d8e07da8c2d4f3  # gnome-3-22
+source=("git://git.gnome.org/cheese#commit=$_commit")
+sha256sums=('SKIP')
+
+# TODO: Consider splitting libcheese
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Fixup tags for pkgver()
+  git tag -f 3.22.1 175b692743d8079a48d2d18113d8e07da8c2d4f3
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./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
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-09 19:41:06 UTC (rev 288524)
+++ extra-x86_64/PKGBUILD   2017-02-09 19:41:51 UTC (rev 288525)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=cheese
-pkgver=3.22.1
-pkgrel=1
-pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
-url="https://wiki.gnome.org/Apps/Cheese;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good
- clutter-gst clutter-gtk libcanberra gnome-video-effects librsvg
- gnome-desktop 

[arch-commits] Commit in cheese/repos (4 files)

2016-10-10 Thread Jan Steffens
Date: Monday, October 10, 2016 @ 22:13:53
  Author: heftig
Revision: 278206

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

Added:
  cheese/repos/testing-i686/PKGBUILD
(from rev 278205, cheese/trunk/PKGBUILD)
  cheese/repos/testing-x86_64/PKGBUILD
(from rev 278205, cheese/trunk/PKGBUILD)
Deleted:
  cheese/repos/testing-i686/PKGBUILD
  cheese/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  106 ++
 testing-i686/PKGBUILD   |   53 ---
 testing-x86_64/PKGBUILD |   53 ---
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-10-10 22:13:43 UTC (rev 278205)
+++ testing-i686/PKGBUILD   2016-10-10 22:13:53 UTC (rev 278206)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=cheese
-pkgver=3.22.0+1+g109674f
-pkgrel=1
-pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
-url="https://wiki.gnome.org/Apps/Cheese;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good
- clutter-gst clutter-gtk libcanberra gnome-video-effects librsvg
- gnome-desktop libgudev dconf)
-makedepends=(pkgconfig intltool gobject-introspection itstool vala
- gnome-common git appstream-glib)
-optdepends=('frei0r-plugins: More camera effects')
-groups=(gnome-extra)
-options=(!emptydirs)
-_commit=109674f0d646010c2f42ff2b61322bf750d24aa4
-source=("git://git.gnome.org/cheese#commit=$_commit")
-sha256sums=('SKIP')
-
-# TODO: Consider splitting libcheese
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # Fixup tags for pkgver()
-  git tag -f 3.22.0 7b16d07e0579f8b361577aa17fa4e2e0dedc5fe9
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./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
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: cheese/repos/testing-i686/PKGBUILD (from rev 278205, 
cheese/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-10 22:13:53 UTC (rev 278206)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good
+ clutter-gst clutter-gtk libcanberra gnome-video-effects librsvg
+ gnome-desktop libgudev dconf)
+makedepends=(pkgconfig intltool gobject-introspection itstool vala
+ gnome-common git appstream-glib)
+optdepends=('frei0r-plugins: More camera effects')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=175b692743d8079a48d2d18113d8e07da8c2d4f3  # gnome-3-22
+source=("git://git.gnome.org/cheese#commit=$_commit")
+sha256sums=('SKIP')
+
+# TODO: Consider splitting libcheese
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Fixup tags for pkgver()
+  git tag -f 3.22.1 175b692743d8079a48d2d18113d8e07da8c2d4f3
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./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
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-10-10 22:13:43 UTC (rev 278205)
+++ testing-x86_64/PKGBUILD 2016-10-10 22:13:53 UTC (rev 278206)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=cheese
-pkgver=3.22.0+1+g109674f
-pkgrel=1
-pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
-url="https://wiki.gnome.org/Apps/Cheese;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good
- clutter-gst clutter-gtk 

[arch-commits] Commit in cheese/repos (4 files)

2016-09-27 Thread Jan Steffens
Date: Tuesday, September 27, 2016 @ 07:11:23
  Author: heftig
Revision: 277008

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  cheese/repos/gnome-unstable-i686/
  cheese/repos/gnome-unstable-i686/PKGBUILD
(from rev 277007, cheese/trunk/PKGBUILD)
  cheese/repos/gnome-unstable-x86_64/
  cheese/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 277007, cheese/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   53 +++
 gnome-unstable-x86_64/PKGBUILD |   53 +++
 2 files changed, 106 insertions(+)

Copied: cheese/repos/gnome-unstable-i686/PKGBUILD (from rev 277007, 
cheese/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-27 07:11:23 UTC (rev 277008)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.22.0+1+g109674f
+pkgrel=1
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good
+ clutter-gst clutter-gtk libcanberra gnome-video-effects librsvg
+ gnome-desktop libgudev dconf)
+makedepends=(pkgconfig intltool gobject-introspection itstool vala
+ gnome-common git appstream-glib)
+optdepends=('frei0r-plugins: More camera effects')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=109674f0d646010c2f42ff2b61322bf750d24aa4
+source=("git://git.gnome.org/cheese#commit=$_commit")
+sha256sums=('SKIP')
+
+# TODO: Consider splitting libcheese
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Fixup tags for pkgver()
+  git tag -f 3.22.0 7b16d07e0579f8b361577aa17fa4e2e0dedc5fe9
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./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
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: cheese/repos/gnome-unstable-x86_64/PKGBUILD (from rev 277007, 
cheese/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-27 07:11:23 UTC (rev 277008)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.22.0+1+g109674f
+pkgrel=1
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good
+ clutter-gst clutter-gtk libcanberra gnome-video-effects librsvg
+ gnome-desktop libgudev dconf)
+makedepends=(pkgconfig intltool gobject-introspection itstool vala
+ gnome-common git appstream-glib)
+optdepends=('frei0r-plugins: More camera effects')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=109674f0d646010c2f42ff2b61322bf750d24aa4
+source=("git://git.gnome.org/cheese#commit=$_commit")
+sha256sums=('SKIP')
+
+# TODO: Consider splitting libcheese
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Fixup tags for pkgver()
+  git tag -f 3.22.0 7b16d07e0579f8b361577aa17fa4e2e0dedc5fe9
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./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
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in cheese/repos (4 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:54
  Author: heftig
Revision: 155023

db-move: moved cheese from [gnome-unstable] to [testing] (i686)

Added:
  cheese/repos/testing-i686/
  cheese/repos/testing-i686/PKGBUILD
(from rev 155005, cheese/repos/gnome-unstable-i686/PKGBUILD)
  cheese/repos/testing-i686/cheese.install
(from rev 155005, cheese/repos/gnome-unstable-i686/cheese.install)
Deleted:
  cheese/repos/gnome-unstable-i686/

+
 PKGBUILD   |   35 +++
 cheese.install |   20 
 2 files changed, 55 insertions(+)

Copied: cheese/repos/testing-i686/PKGBUILD (from rev 155005, 
cheese/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:30:54 UTC (rev 155023)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins'
+ 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 'clutter-gst' 
'clutter-gtk' 'mx' 'libgee'
+ 'gnome-video-effects' 'hicolor-icon-theme' 'dconf' 'cogl')
+makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection' 
'itstool'
+ 'nautilus-sendto')
+optdepends=('nautilus-sendto: Send images')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org/projects/cheese/;
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('96b0eae8e366e4d44921e148239167fcb6965dbbcb40e406d6a118c75377b41a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cheese/repos/testing-i686/cheese.install (from rev 155005, 
cheese/repos/gnome-unstable-i686/cheese.install)
===
--- testing-i686/cheese.install (rev 0)
+++ testing-i686/cheese.install 2012-04-01 11:30:54 UTC (rev 155023)
@@ -0,0 +1,20 @@
+pkgname=cheese
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+   if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+   usr/sbin/gconfpkg --uninstall $pkgname
+   fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in cheese/repos (4 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:54
  Author: heftig
Revision: 155024

db-move: moved cheese from [gnome-unstable] to [testing] (x86_64)

Added:
  cheese/repos/testing-x86_64/
  cheese/repos/testing-x86_64/PKGBUILD
(from rev 155005, cheese/repos/gnome-unstable-x86_64/PKGBUILD)
  cheese/repos/testing-x86_64/cheese.install
(from rev 155005, cheese/repos/gnome-unstable-x86_64/cheese.install)
Deleted:
  cheese/repos/gnome-unstable-x86_64/

+
 PKGBUILD   |   35 +++
 cheese.install |   20 
 2 files changed, 55 insertions(+)

Copied: cheese/repos/testing-x86_64/PKGBUILD (from rev 155005, 
cheese/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:30:54 UTC (rev 155024)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins'
+ 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 'clutter-gst' 
'clutter-gtk' 'mx' 'libgee'
+ 'gnome-video-effects' 'hicolor-icon-theme' 'dconf' 'cogl')
+makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection' 
'itstool'
+ 'nautilus-sendto')
+optdepends=('nautilus-sendto: Send images')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org/projects/cheese/;
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('96b0eae8e366e4d44921e148239167fcb6965dbbcb40e406d6a118c75377b41a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cheese/repos/testing-x86_64/cheese.install (from rev 155005, 
cheese/repos/gnome-unstable-x86_64/cheese.install)
===
--- testing-x86_64/cheese.install   (rev 0)
+++ testing-x86_64/cheese.install   2012-04-01 11:30:54 UTC (rev 155024)
@@ -0,0 +1,20 @@
+pkgname=cheese
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+   if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+   usr/sbin/gconfpkg --uninstall $pkgname
+   fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in cheese/repos (4 files)

2011-09-28 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 15:29:13
  Author: ibiru
Revision: 138851

db-move: moved cheese from [gnome-unstable] to [testing] (i686)

Added:
  cheese/repos/testing-i686/
  cheese/repos/testing-i686/PKGBUILD
(from rev 138832, cheese/repos/gnome-unstable-i686/PKGBUILD)
  cheese/repos/testing-i686/cheese.install
(from rev 138832, cheese/repos/gnome-unstable-i686/cheese.install)
Deleted:
  cheese/repos/gnome-unstable-i686/

+
 PKGBUILD   |   32 
 cheese.install |   20 
 2 files changed, 52 insertions(+)

Copied: cheese/repos/testing-i686/PKGBUILD (from rev 138832, 
cheese/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-28 19:29:13 UTC (rev 138851)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 
'clutter-gst'
+ 'clutter-gtk' 'mx' 'libgee' 'gnome-video-effects' 
'hicolor-icon-theme' 'dconf')
+makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org/projects/cheese/;
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('04e32ea45cf7a441dccf72ab08a765b268371878728336b762fb625dd02ad32b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: cheese/repos/testing-i686/cheese.install (from rev 138832, 
cheese/repos/gnome-unstable-i686/cheese.install)
===
--- testing-i686/cheese.install (rev 0)
+++ testing-i686/cheese.install 2011-09-28 19:29:13 UTC (rev 138851)
@@ -0,0 +1,20 @@
+pkgname=cheese
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+   if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+   usr/sbin/gconfpkg --uninstall $pkgname
+   fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in cheese/repos (4 files)

2011-09-28 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 15:29:15
  Author: ibiru
Revision: 138852

db-move: moved cheese from [gnome-unstable] to [testing] (x86_64)

Added:
  cheese/repos/testing-x86_64/
  cheese/repos/testing-x86_64/PKGBUILD
(from rev 138832, cheese/repos/gnome-unstable-x86_64/PKGBUILD)
  cheese/repos/testing-x86_64/cheese.install
(from rev 138832, cheese/repos/gnome-unstable-x86_64/cheese.install)
Deleted:
  cheese/repos/gnome-unstable-x86_64/

+
 PKGBUILD   |   32 
 cheese.install |   20 
 2 files changed, 52 insertions(+)

Copied: cheese/repos/testing-x86_64/PKGBUILD (from rev 138832, 
cheese/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:29:15 UTC (rev 138852)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 
'clutter-gst'
+ 'clutter-gtk' 'mx' 'libgee' 'gnome-video-effects' 
'hicolor-icon-theme' 'dconf')
+makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org/projects/cheese/;
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('04e32ea45cf7a441dccf72ab08a765b268371878728336b762fb625dd02ad32b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: cheese/repos/testing-x86_64/cheese.install (from rev 138832, 
cheese/repos/gnome-unstable-x86_64/cheese.install)
===
--- testing-x86_64/cheese.install   (rev 0)
+++ testing-x86_64/cheese.install   2011-09-28 19:29:15 UTC (rev 138852)
@@ -0,0 +1,20 @@
+pkgname=cheese
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+   if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+   usr/sbin/gconfpkg --uninstall $pkgname
+   fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}