[arch-commits] Commit in cheese/trunk (PKGBUILD)

2020-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 8, 2020 @ 00:20:49
  Author: heftig
Revision: 397512

3.38.0-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-08 00:20:45 UTC (rev 397511)
+++ PKGBUILD2020-10-08 00:20:49 UTC (rev 397512)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.34.0+91+gc5cf9af9
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection vala git appstream-glib meson yelp-tools)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-_commit=c5cf9af92aeff68152f6c298458b2908b5079c7f  # master
+_commit=2129dde7149bba5461590e575ce360e1dd6ef0ee  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:17:37
  Author: heftig
Revision: 396841

3.34.0+91+gc5cf9af9-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:14:49 UTC (rev 396840)
+++ PKGBUILD2020-09-27 22:17:37 UTC (rev 396841)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.34.0+23+gcac6d3a1
+pkgver=3.34.0+91+gc5cf9af9
 pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection vala git appstream-glib meson yelp-tools)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-_commit=cac6d3a11be0ea913afaef339e9ed8539acd95b7  # master
+_commit=c5cf9af92aeff68152f6c298458b2908b5079c7f  # master
 source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -28,7 +28,7 @@
 
 build() {
   arch-meson $pkgname build -D tests=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() (


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 04:59:37
  Author: heftig
Revision: 376983

3.34.0+23+gcac6d3a1-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 04:50:47 UTC (rev 376982)
+++ PKGBUILD2020-03-08 04:59:37 UTC (rev 376983)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.34.0
-pkgrel=2
+pkgver=3.34.0+23+gcac6d3a1
+pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection vala git appstream-glib meson yelp-tools)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-_commit=61ff7a2c26b618cb24be7ca3c050530671055602  # master
+_commit=cac6d3a11be0ea913afaef339e9ed8539acd95b7  # master
 source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -24,7 +24,6 @@
 
 prepare() {
   cd $pkgname
-  git tag -f 3.34.0 61ff7a2c26b618cb24be7ca3c050530671055602  # Fixup missing 
tag
 }
 
 build() {
@@ -36,7 +35,9 @@
   glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/$pkgname/data}"
   export GSETTINGS_SCHEMA_DIR
 
-  xvfb-run meson test -C build --print-errorlogs
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
 )
 
 package() {


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2019-09-15 Thread Jan Steffens via arch-commits
Date: Sunday, September 15, 2019 @ 11:25:43
  Author: heftig
Revision: 362835

3.34.0-2

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-15 11:23:52 UTC (rev 362834)
+++ PKGBUILD2019-09-15 11:25:43 UTC (rev 362835)
@@ -3,7 +3,7 @@
 
 pkgname=cheese
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
 arch=(x86_64)
@@ -33,7 +33,7 @@
 }
 
 check() (
-  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/$pkgname/data}"
   export GSETTINGS_SCHEMA_DIR
 
   xvfb-run meson test -C build --print-errorlogs


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2019-09-12 Thread Jan Steffens via arch-commits
Date: Thursday, September 12, 2019 @ 18:34:03
  Author: heftig
Revision: 362308

3.34.0-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |   32 +++-
 1 file changed, 15 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-12 17:56:44 UTC (rev 362307)
+++ PKGBUILD2019-09-12 18:34:03 UTC (rev 362308)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.32.1
-pkgrel=2
+pkgver=3.34.0
+pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
 arch=(x86_64)
@@ -10,10 +10,10 @@
 license=(GPL)
 depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good 
clutter-gst clutter-gtk
  libcanberra librsvg gnome-desktop libgudev dconf gnome-video-effects)
-makedepends=(intltool gobject-introspection itstool vala gnome-common git 
appstream-glib)
+makedepends=(gobject-introspection vala git appstream-glib meson yelp-tools)
+checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-options=(!emptydirs)
-_commit=f968f45985a93a75ce20236615bf8ff5586174ce  # gnome-3-32
+_commit=61ff7a2c26b618cb24be7ca3c050530671055602  # master
 source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -24,23 +24,21 @@
 
 prepare() {
   cd $pkgname
-  git tag -f 3.32.1 f968f45985a93a75ce20236615bf8ff5586174ce  # Fixup missing 
tag
-  NOCONFIGURE=1 ./autogen.sh
+  git tag -f 3.34.0 61ff7a2c26b618cb24be7ca3c050530671055602  # Fixup missing 
tag
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese \
-  --enable-gtk-doc
+  arch-meson $pkgname build -D tests=true
+  ninja -C build
+}
 
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+check() (
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
+  export GSETTINGS_SCHEMA_DIR
 
-  make
-}
+  xvfb-run meson test -C build --print-errorlogs
+)
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2019-04-15 Thread Jan Steffens via arch-commits
Date: Monday, April 15, 2019 @ 19:47:09
  Author: heftig
Revision: 350793

3.32.1-2

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-15 15:58:54 UTC (rev 350792)
+++ PKGBUILD2019-04-15 19:47:09 UTC (rev 350793)
@@ -3,16 +3,14 @@
 
 pkgname=cheese
 pkgver=3.32.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
 arch=(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=(intltool gobject-introspection itstool vala gnome-common git 
appstream-glib
- gnome-video-effects)
-optdepends=('gnome-video-effects: Camera effects')
+ libcanberra librsvg gnome-desktop libgudev dconf gnome-video-effects)
+makedepends=(intltool gobject-introspection itstool vala gnome-common git 
appstream-glib)
 groups=(gnome)
 options=(!emptydirs)
 _commit=f968f45985a93a75ce20236615bf8ff5586174ce  # gnome-3-32


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2019-04-08 Thread Jan Steffens via arch-commits
Date: Monday, April 8, 2019 @ 17:51:53
  Author: heftig
Revision: 350367

3.32.1-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-08 17:51:46 UTC (rev 350366)
+++ PKGBUILD2019-04-08 17:51:53 UTC (rev 350367)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.32.0+2+g5481726b
+pkgver=3.32.1
 pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
@@ -15,12 +15,10 @@
 optdepends=('gnome-video-effects: Camera effects')
 groups=(gnome)
 options=(!emptydirs)
-_commit=5481726b186da7763b6a645ff43aee5ac932e10c  # master
+_commit=f968f45985a93a75ce20236615bf8ff5586174ce  # gnome-3-32
 source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit;)
 sha256sums=('SKIP')
 
-# TODO: Consider splitting libcheese
-
 pkgver() {
   cd $pkgname
   git describe --tags | sed 's/-/+/g'
@@ -28,7 +26,7 @@
 
 prepare() {
   cd $pkgname
-  git tag -f 3.32.0 70cd445781ffa08dff1ddad84ee949fd1476d9aa  # Fixup missing 
tag
+  git tag -f 3.32.1 f968f45985a93a75ce20236615bf8ff5586174ce  # Fixup missing 
tag
   NOCONFIGURE=1 ./autogen.sh
 }
 


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:15:18
  Author: heftig
Revision: 348078

3.32.0+2+g5481726b-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:07:41 UTC (rev 348077)
+++ PKGBUILD2019-03-14 20:15:18 UTC (rev 348078)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.30.0
+pkgver=3.32.0+2+g5481726b
 pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
@@ -15,7 +15,7 @@
 optdepends=('gnome-video-effects: Camera effects')
 groups=(gnome)
 options=(!emptydirs)
-_commit=ab4bbb9ec65ae84607b95f0ca5bca61f7a8ac71f  # tags/3.30.0^0
+_commit=5481726b186da7763b6a645ff43aee5ac932e10c  # master
 source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -28,6 +28,7 @@
 
 prepare() {
   cd $pkgname
+  git tag -f 3.32.0 70cd445781ffa08dff1ddad84ee949fd1476d9aa  # Fixup missing 
tag
   NOCONFIGURE=1 ./autogen.sh
 }
 


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2018-09-05 Thread Jan Steffens via arch-commits
Date: Wednesday, September 5, 2018 @ 16:46:53
  Author: heftig
Revision: 333467

3.30.0-1

Modified:
  cheese/trunk/PKGBUILD (contents, properties)

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-05 16:30:19 UTC (rev 333466)
+++ PKGBUILD2018-09-05 16:46:53 UTC (rev 333467)
@@ -1,9 +1,8 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.28.0
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
@@ -16,8 +15,8 @@
 optdepends=('gnome-video-effects: Camera effects')
 groups=(gnome)
 options=(!emptydirs)
-_commit=355c121cd032837cad1bd54e1a560afc0712acba  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/cheese#commit=$_commit;)
+_commit=ab4bbb9ec65ae84607b95f0ca5bca61f7a8ac71f  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 # TODO: Consider splitting libcheese


Property changes on: cheese/trunk/PKGBUILD
___
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2018-03-14 Thread Jan Steffens via arch-commits
Date: Wednesday, March 14, 2018 @ 19:31:46
  Author: heftig
Revision: 319064

3.28.0-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 19:30:45 UTC (rev 319063)
+++ PKGBUILD2018-03-14 19:31:46 UTC (rev 319064)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.26.0+22+g673ad8a0
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
@@ -11,12 +11,12 @@
 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
+makedepends=(intltool gobject-introspection itstool vala gnome-common git 
appstream-glib
  gnome-video-effects)
 optdepends=('gnome-video-effects: Camera effects')
 groups=(gnome)
 options=(!emptydirs)
-_commit=673ad8a03ca9d16caf3ccbcfa64bb9cb948bba2b  # master
+_commit=355c121cd032837cad1bd54e1a560afc0712acba  # tags/3.28.0^0
 source=("git+https://git.gnome.org/browse/cheese#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -29,8 +29,6 @@
 
 prepare() {
   cd $pkgname
-  # Fixup tags for pkgver()
-  git tag -f 3.26.0 41843aad67d56918587543aec22ba15cfef25ebc
   NOCONFIGURE=1 ./autogen.sh
 }
 


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2018-03-11 Thread Jan Steffens via arch-commits
Date: Sunday, March 11, 2018 @ 20:02:19
  Author: heftig
Revision: 318641

3.26.0+22+g673ad8a0-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-11 19:59:30 UTC (rev 318640)
+++ PKGBUILD2018-03-11 20:02:19 UTC (rev 318641)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.26.0
+pkgver=3.26.0+22+g673ad8a0
 pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
@@ -16,7 +16,7 @@
 optdepends=('gnome-video-effects: Camera effects')
 groups=(gnome)
 options=(!emptydirs)
-_commit=41843aad67d56918587543aec22ba15cfef25ebc  # master~1
+_commit=673ad8a03ca9d16caf3ccbcfa64bb9cb948bba2b  # master
 source=("git+https://git.gnome.org/browse/cheese#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2018-01-18 Thread Jan Steffens via arch-commits
Date: Thursday, January 18, 2018 @ 09:16:58
  Author: heftig
Revision: 315034

FS#57108 gnome groups

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 09:11:51 UTC (rev 315033)
+++ PKGBUILD2018-01-18 09:16:58 UTC (rev 315034)
@@ -14,7 +14,7 @@
 makedepends=(pkgconfig intltool gobject-introspection itstool vala 
gnome-common git appstream-glib
  gnome-video-effects)
 optdepends=('gnome-video-effects: Camera effects')
-groups=(gnome-extra)
+groups=(gnome)
 options=(!emptydirs)
 _commit=41843aad67d56918587543aec22ba15cfef25ebc  # master~1
 source=("git+https://git.gnome.org/browse/cheese#commit=$_commit;)


[arch-commits] Commit in cheese/trunk (PKGBUILD)

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

upgpkg: cheese 3.26.0-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-16 20:01:56 UTC (rev 305684)
+++ PKGBUILD2017-09-16 20:06:47 UTC (rev 305685)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.24.0
+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;
@@ -16,7 +16,7 @@
 optdepends=('gnome-video-effects: Camera effects')
 groups=(gnome-extra)
 options=(!emptydirs)
-_commit=e0f4befb62bb02522a364251e1be429942a1d446  # master~4
+_commit=41843aad67d56918587543aec22ba15cfef25ebc  # master~1
 source=("git+https://git.gnome.org/browse/cheese#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -30,7 +30,7 @@
 prepare() {
   cd $pkgname
   # Fixup tags for pkgver()
-  git tag -f 3.24.0 e0f4befb62bb02522a364251e1be429942a1d446
+  git tag -f 3.26.0 41843aad67d56918587543aec22ba15cfef25ebc
   NOCONFIGURE=1 ./autogen.sh
 }
 


[arch-commits] Commit in cheese/trunk (PKGBUILD)

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

upgpkg: cheese 3.24.0-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 12:14:02 UTC (rev 292505)
+++ PKGBUILD2017-04-08 12:18:48 UTC (rev 292506)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.22.1
-pkgrel=2
+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)
@@ -16,8 +16,8 @@
 optdepends=('gnome-video-effects: Camera effects')
 groups=(gnome-extra)
 options=(!emptydirs)
-_commit=175b692743d8079a48d2d18113d8e07da8c2d4f3  # gnome-3-22
-source=("git://git.gnome.org/cheese#commit=$_commit")
+_commit=e0f4befb62bb02522a364251e1be429942a1d446  # master~4
+source=("git+https://git.gnome.org/browse/cheese#commit=$_commit;)
 sha256sums=('SKIP')
 
 # TODO: Consider splitting libcheese
@@ -30,7 +30,7 @@
 prepare() {
   cd $pkgname
   # Fixup tags for pkgver()
-  git tag -f 3.22.1 175b692743d8079a48d2d18113d8e07da8c2d4f3
+  git tag -f 3.24.0 e0f4befb62bb02522a364251e1be429942a1d446
   NOCONFIGURE=1 ./autogen.sh
 }
 


[arch-commits] Commit in cheese/trunk (PKGBUILD)

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

3.22.1-2

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-09 19:26:39 UTC (rev 288523)
+++ PKGBUILD2017-02-09 19:41:06 UTC (rev 288524)
@@ -4,17 +4,16 @@
 
 pkgname=cheese
 pkgver=3.22.1
-pkgrel=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 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')
+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


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2016-10-10 Thread Jan Steffens
Date: Monday, October 10, 2016 @ 22:10:59
  Author: heftig
Revision: 278200

3.22.1-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-10 22:10:36 UTC (rev 278199)
+++ PKGBUILD2016-10-10 22:10:59 UTC (rev 278200)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.22.0+1+g109674f
+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;
@@ -17,7 +17,7 @@
 optdepends=('frei0r-plugins: More camera effects')
 groups=(gnome-extra)
 options=(!emptydirs)
-_commit=109674f0d646010c2f42ff2b61322bf750d24aa4
+_commit=175b692743d8079a48d2d18113d8e07da8c2d4f3  # gnome-3-22
 source=("git://git.gnome.org/cheese#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -31,7 +31,7 @@
 prepare() {
   cd $pkgname
   # Fixup tags for pkgver()
-  git tag -f 3.22.0 7b16d07e0579f8b361577aa17fa4e2e0dedc5fe9
+  git tag -f 3.22.1 175b692743d8079a48d2d18113d8e07da8c2d4f3
   NOCONFIGURE=1 ./autogen.sh
 }
 


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2016-09-27 Thread Jan Steffens
Date: Tuesday, September 27, 2016 @ 07:10:31
  Author: heftig
Revision: 277007

3.22.0+1+g109674f-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |   37 +++--
 1 file changed, 27 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-27 06:42:17 UTC (rev 277006)
+++ PKGBUILD2016-09-27 07:10:31 UTC (rev 277007)
@@ -3,26 +3,43 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.20.2
+pkgver=3.22.0+1+g109674f
 pkgrel=1
-pkgdesc="Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others"
-url="https://wiki.gnome.org/Apps/Cheese/;
+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)
-makedepends=(pkgconfig intltool gobject-introspection itstool vala)
+ 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)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b7c18719b708e039c063ef09278ee813923556e06af4a7e9598c5d3bdeb83775')
+_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-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese
+  --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
@@ -31,6 +48,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in cheese/trunk (PKGBUILD cheese.install)

2016-05-10 Thread Jan Steffens
Date: Tuesday, May 10, 2016 @ 21:07:12
  Author: heftig
Revision: 267625

3.20.2-1

Modified:
  cheese/trunk/PKGBUILD
Deleted:
  cheese/trunk/cheese.install

+
 PKGBUILD   |   19 ++-
 cheese.install |   12 
 2 files changed, 10 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-10 19:04:02 UTC (rev 267624)
+++ PKGBUILD2016-05-10 19:07:12 UTC (rev 267625)
@@ -3,20 +3,21 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others"
+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')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
+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)
+makedepends=(pkgconfig intltool gobject-introspection itstool vala)
 optdepends=('frei0r-plugins: More camera effects')
-groups=('gnome-extra')
-options=('!emptydirs')
-url="http://www.gnome.org/projects/cheese/;
-install=cheese.install
+groups=(gnome-extra)
+options=(!emptydirs)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('13b454a84be4032832e0bd9b3ec5b0a6ba50cf329800a212fd1133d95fa33a4c')
+sha256sums=('b7c18719b708e039c063ef09278ee813923556e06af4a7e9598c5d3bdeb83775')
 
 build() {
   cd $pkgname-$pkgver

Deleted: cheese.install
===
--- cheese.install  2016-05-10 19:04:02 UTC (rev 267624)
+++ cheese.install  2016-05-10 19:07:12 UTC (rev 267625)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2016-04-12 Thread Jan Steffens
Date: Tuesday, April 12, 2016 @ 23:41:23
  Author: heftig
Revision: 264761

3.20.1-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 21:40:29 UTC (rev 264760)
+++ PKGBUILD2016-04-12 21:41:23 UTC (rev 264761)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.20.0
+pkgver=3.20.1
 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)
@@ -16,7 +16,7 @@
 url="http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('41e2b16f0ad9bbc0f81b082fb42dc7978e52306be486637eaacb8d8f5a80caac')
+sha256sums=('13b454a84be4032832e0bd9b3ec5b0a6ba50cf329800a212fd1133d95fa33a4c')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2015-10-13 Thread Jan Steffens
Date: Tuesday, October 13, 2015 @ 10:53:14
  Author: heftig
Revision: 249200

3.18.1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-13 08:48:34 UTC (rev 249199)
+++ PKGBUILD2015-10-13 08:53:14 UTC (rev 249200)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.18.0
+pkgver=3.18.1
 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)
@@ -16,7 +16,7 @@
 url="http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('65ba4a60be51b9fc5537e5c1cdb6605b3098145982fae75a08ace94b965aeb0b')
+sha256sums=('fc9d8798b1f0c6b35731f063869a32c6910bab6d0386b9ea36386ebda0d57177')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2015-09-24 Thread Jan de Groot
Date: Thursday, September 24, 2015 @ 11:50:25
  Author: jgc
Revision: 247225

upgpkg: cheese 3.18.0-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-24 09:40:00 UTC (rev 247224)
+++ PKGBUILD2015-09-24 09:50:25 UTC (rev 247225)
@@ -3,12 +3,12 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.16.1
-pkgrel=2
+pkgver=3.18.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=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst2' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop' 'libgudev')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop' 'libgudev')
 makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
 optdepends=('frei0r-plugins: More camera effects')
 groups=('gnome-extra')
@@ -16,7 +16,7 @@
 url="http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('44622f6ad6d8703b22c6d40219ae317959495ccc9994b563b324592933ff90a0')
+sha256sums=('65ba4a60be51b9fc5537e5c1cdb6605b3098145982fae75a08ace94b965aeb0b')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 21:08:44
  Author: foutrelis
Revision: 241057

upgpkg: cheese 3.16.1-2

Rebuild for libgudev split.

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 18:43:19 UTC (rev 241056)
+++ PKGBUILD2015-06-19 19:08:44 UTC (rev 241057)
@@ -4,11 +4,11 @@
 
 pkgname=cheese
 pkgver=3.16.1
-pkgrel=1
+pkgrel=2
 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=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst2' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst2' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop' 'libgudev')
 makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
 optdepends=('frei0r-plugins: More camera effects')
 groups=('gnome-extra')


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2015-04-13 Thread Jan Steffens
Date: Tuesday, April 14, 2015 @ 03:42:06
  Author: heftig
Revision: 236442

3.16.1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-14 01:41:29 UTC (rev 236441)
+++ PKGBUILD2015-04-14 01:42:06 UTC (rev 236442)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.16.0
+pkgver=3.16.1
 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)
@@ -16,7 +16,7 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0d520ba7626746268b708de289d85b6f90ec79ececef13e63d27b1821d06faf4')
+sha256sums=('44622f6ad6d8703b22c6d40219ae317959495ccc9994b563b324592933ff90a0')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 12:11:16
  Author: jgc
Revision: 234712

upgpkg: cheese 3.16.0-1

GNOME 3.16

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-25 11:10:49 UTC (rev 234711)
+++ PKGBUILD2015-03-25 11:11:16 UTC (rev 234712)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.15.92
-pkgrel=3
+pkgver=3.16.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')
@@ -16,7 +16,7 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b7239315f898c988a65c2d3b3320cd963be56a1a3e34afa035a45de4ee797b91')
+sha256sums=('0d520ba7626746268b708de289d85b6f90ec79ececef13e63d27b1821d06faf4')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cheese/trunk (PKGBUILD port-to-clutter-gst-3.patch)

2015-03-19 Thread Jan de Groot
Date: Thursday, March 19, 2015 @ 12:52:32
  Author: jgc
Revision: 234146

upgpkg: cheese 3.15.92-3

Revert clutter-gst patching

Modified:
  cheese/trunk/PKGBUILD
Deleted:
  cheese/trunk/port-to-clutter-gst-3.patch

-+
 PKGBUILD|   19 --
 port-to-clutter-gst-3.patch |  297 --
 2 files changed, 5 insertions(+), 311 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-19 11:48:50 UTC (rev 234145)
+++ PKGBUILD2015-03-19 11:52:32 UTC (rev 234146)
@@ -4,29 +4,20 @@
 
 pkgname=cheese
 pkgver=3.15.92
-pkgrel=2
+pkgrel=3
 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=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala' 
'gnome-common' 'yelp-tools' 'appstream-glib')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst2' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
 optdepends=('frei0r-plugins: More camera effects')
 groups=('gnome-extra')
 options=('!emptydirs')
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-port-to-clutter-gst-3.patch)
-sha256sums=('b7239315f898c988a65c2d3b3320cd963be56a1a3e34afa035a45de4ee797b91'
-'2351cf4147acb5672938728b1838c6104a362706b5fb9964a3196708b544de56')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b7239315f898c988a65c2d3b3320cd963be56a1a3e34afa035a45de4ee797b91')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../port-to-clutter-gst-3.patch
-  sed -i -e 's/clutter-gst-2.0/clutter-gst-3.0/g' data/cheese.pc.in
-  autoreconf -fi
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \

Deleted: port-to-clutter-gst-3.patch
===
--- port-to-clutter-gst-3.patch 2015-03-19 11:48:50 UTC (rev 234145)
+++ port-to-clutter-gst-3.patch 2015-03-19 11:52:32 UTC (rev 234146)
@@ -1,297 +0,0 @@
-From f88706c105dabb9ccc4791cf1df50d8886a7eabd Mon Sep 17 00:00:00 2001
-From: Lionel Landwerlin llandwer...@gmail.com
-Date: Sun, 25 Jan 2015 17:11:45 +
-Subject: [PATCH] libcheese: port to clutter-gst 3.0
-
-https://bugzilla.gnome.org/show_bug.cgi?id=743496

- configure.ac|  2 +-
- data/cheese-viewport.json   |  2 +-
- libcheese/cheese-camera.c   | 56 +
- libcheese/cheese-camera.h   | 14 ++--
- libcheese/cheese-widget.c   |  4 ++--
- src/cheese-window.vala  |  7 +++---
- src/vapi/cheese-common.vapi |  4 ++--
- tests/cheese-test-camera.c  |  4 ++--
- 8 files changed, 54 insertions(+), 39 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 2fa9baf..919ff89 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -67,7 +67,7 @@ GSTREAMER_REQUIRED=gstreamer-pbutils-1.0 
gstreamer-plugins-bad-1.0
- LIBGNOMEDESKTOP_REQUIRED=gnome-desktop-3.0
- CLUTTER_REQUIRED=clutter-1.0 = 1.13.2
- CLUTTERGTK_REQUIRED=clutter-gtk-1.0
--CLUTTERGST_REQUIRED=clutter-gst-2.0 = 1.9.0
-+CLUTTERGST_REQUIRED=clutter-gst-3.0 = 3.0.0
- LIBCANBERRA_REQUIRED=libcanberra-gtk3 = 0.26
- X11_REQUIRED=x11
- GNOME_VIDEO_EFFECTS_REQUIRED=gnome-video-effects
-diff --git a/data/cheese-viewport.json b/data/cheese-viewport.json
-index 03745cd..cba5d8b 100644
 a/data/cheese-viewport.json
-+++ b/data/cheese-viewport.json
-@@ -1,7 +1,7 @@
- [
- {
-   id: video_preview,
--  type: ClutterTexture,
-+  type: ClutterActor,
-   child::x-align: CLUTTER_BIN_ALIGNMENT_CENTER,
-   child::y-align: CLUTTER_BIN_ALIGNMENT_CENTER
- },
-diff --git a/libcheese/cheese-camera.c b/libcheese/cheese-camera.c
-index 1e72965..462c97c 100644
 a/libcheese/cheese-camera.c
-+++ b/libcheese/cheese-camera.c
-@@ -68,7 +68,7 @@ struct _CheeseCameraPrivate
-   GstElement *audio_enc;
-   GstElement *video_enc;
- 
--  ClutterTexture *video_texture;
-+  ClutterActor *video_texture;
- 
-   GstElement *effect_filter, *effects_capsfilter;
-   GstElement *video_balance;
-@@ -151,7 +151,7 @@ cheese_camera_photo_data (CheeseCamera *camera, GstSample 
*sample)
-   GdkPixbuf  *pixbuf;
-   const gint  bits_per_pixel = 8;
-   guchar *data = NULL;
--  
-+
- CheeseCameraPrivate *priv = cheese_camera_get_instance_private (camera);
-   GstMapInfo mapinfo = {0, };
- 
-@@ -997,6 +997,12 @@ cheese_camera_toggle_effects_pipeline (CheeseCamera 

[arch-commits] Commit in cheese/trunk (PKGBUILD port-to-clutter-gst-3.patch)

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 14:03:35
  Author: jgc
Revision: 234093

upgpkg: cheese 3.15.92-1

Added:
  cheese/trunk/port-to-clutter-gst-3.patch
Modified:
  cheese/trunk/PKGBUILD

-+
 PKGBUILD|   16 +-
 port-to-clutter-gst-3.patch |  297 ++
 2 files changed, 309 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 12:31:47 UTC (rev 234092)
+++ PKGBUILD2015-03-18 13:03:35 UTC (rev 234093)
@@ -3,21 +3,29 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.14.2
+pkgver=3.15.92
 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=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala' 
'gnome-common' 'yelp-tools' 'appstream-glib')
 optdepends=('frei0r-plugins: More camera effects')
 groups=('gnome-extra')
 options=('!emptydirs')
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3074a567e0080d7b8fc0512bf3b08c3397e38083cce1767104624288f033a517')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+port-to-clutter-gst-3.patch)
+sha256sums=('b7239315f898c988a65c2d3b3320cd963be56a1a3e34afa035a45de4ee797b91'
+'2351cf4147acb5672938728b1838c6104a362706b5fb9964a3196708b544de56')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../port-to-clutter-gst-3.patch
+  autoreconf -fi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \

Added: port-to-clutter-gst-3.patch
===
--- port-to-clutter-gst-3.patch (rev 0)
+++ port-to-clutter-gst-3.patch 2015-03-18 13:03:35 UTC (rev 234093)
@@ -0,0 +1,297 @@
+From f88706c105dabb9ccc4791cf1df50d8886a7eabd Mon Sep 17 00:00:00 2001
+From: Lionel Landwerlin llandwer...@gmail.com
+Date: Sun, 25 Jan 2015 17:11:45 +
+Subject: [PATCH] libcheese: port to clutter-gst 3.0
+
+https://bugzilla.gnome.org/show_bug.cgi?id=743496
+---
+ configure.ac|  2 +-
+ data/cheese-viewport.json   |  2 +-
+ libcheese/cheese-camera.c   | 56 +
+ libcheese/cheese-camera.h   | 14 ++--
+ libcheese/cheese-widget.c   |  4 ++--
+ src/cheese-window.vala  |  7 +++---
+ src/vapi/cheese-common.vapi |  4 ++--
+ tests/cheese-test-camera.c  |  4 ++--
+ 8 files changed, 54 insertions(+), 39 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2fa9baf..919ff89 100644
+--- a/configure.ac
 b/configure.ac
+@@ -67,7 +67,7 @@ GSTREAMER_REQUIRED=gstreamer-pbutils-1.0 
gstreamer-plugins-bad-1.0
+ LIBGNOMEDESKTOP_REQUIRED=gnome-desktop-3.0
+ CLUTTER_REQUIRED=clutter-1.0 = 1.13.2
+ CLUTTERGTK_REQUIRED=clutter-gtk-1.0
+-CLUTTERGST_REQUIRED=clutter-gst-2.0 = 1.9.0
++CLUTTERGST_REQUIRED=clutter-gst-3.0 = 3.0.0
+ LIBCANBERRA_REQUIRED=libcanberra-gtk3 = 0.26
+ X11_REQUIRED=x11
+ GNOME_VIDEO_EFFECTS_REQUIRED=gnome-video-effects
+diff --git a/data/cheese-viewport.json b/data/cheese-viewport.json
+index 03745cd..cba5d8b 100644
+--- a/data/cheese-viewport.json
 b/data/cheese-viewport.json
+@@ -1,7 +1,7 @@
+ [
+ {
+   id: video_preview,
+-  type: ClutterTexture,
++  type: ClutterActor,
+   child::x-align: CLUTTER_BIN_ALIGNMENT_CENTER,
+   child::y-align: CLUTTER_BIN_ALIGNMENT_CENTER
+ },
+diff --git a/libcheese/cheese-camera.c b/libcheese/cheese-camera.c
+index 1e72965..462c97c 100644
+--- a/libcheese/cheese-camera.c
 b/libcheese/cheese-camera.c
+@@ -68,7 +68,7 @@ struct _CheeseCameraPrivate
+   GstElement *audio_enc;
+   GstElement *video_enc;
+ 
+-  ClutterTexture *video_texture;
++  ClutterActor *video_texture;
+ 
+   GstElement *effect_filter, *effects_capsfilter;
+   GstElement *video_balance;
+@@ -151,7 +151,7 @@ cheese_camera_photo_data (CheeseCamera *camera, GstSample 
*sample)
+   GdkPixbuf  *pixbuf;
+   const gint  bits_per_pixel = 8;
+   guchar *data = NULL;
+-  
++
+ CheeseCameraPrivate *priv = cheese_camera_get_instance_private (camera);
+   GstMapInfo mapinfo = {0, };
+ 
+@@ -997,6 +997,12 @@ cheese_camera_toggle_effects_pipeline (CheeseCamera 
*camera, gboolean active)
+   priv-effect_pipeline_is_playing = active;
+ }
+ 
++static void
++cheese_camera_connected_size_change_cb (ClutterGstContent *content, gint 
width, gint height, ClutterActor *actor)
++{
++  

[arch-commits] Commit in cheese/trunk (PKGBUILD)

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 15:07:35
  Author: jgc
Revision: 234095

upgpkg: cheese 3.15.92-2

Fix pc file

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 13:03:43 UTC (rev 234094)
+++ PKGBUILD2015-03-18 14:07:35 UTC (rev 234095)
@@ -4,7 +4,7 @@
 
 pkgname=cheese
 pkgver=3.15.92
-pkgrel=1
+pkgrel=2
 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')
@@ -23,6 +23,7 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../port-to-clutter-gst-3.patch
+  sed -i -e 's/clutter-gst-2.0/clutter-gst-3.0/g' data/cheese.pc.in
   autoreconf -fi
 }
 


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2014-11-10 Thread Jan Steffens
Date: Tuesday, November 11, 2014 @ 00:44:18
  Author: heftig
Revision: 225990

3.14.2

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-10 23:44:08 UTC (rev 225989)
+++ PKGBUILD2014-11-10 23:44:18 UTC (rev 225990)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.14.1
+pkgver=3.14.2
 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)
@@ -16,7 +16,7 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cb8d27c24daf9ceaff4ab209471d09f53e2a81946ed710133533080d2a91c20a')
+sha256sums=('3074a567e0080d7b8fc0512bf3b08c3397e38083cce1767104624288f033a517')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:55:35
  Author: jgc
Revision: 224327

upgpkg: cheese 3.14.1-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:54:26 UTC (rev 224326)
+++ PKGBUILD2014-10-14 13:55:35 UTC (rev 224327)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.14.0
+pkgver=3.14.1
 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)
@@ -16,7 +16,7 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8b4a4dabe990bbda51f53b4f637cc422a9b1a657c6bcb3ba4a7feae390bcfbac')
+sha256sums=('cb8d27c24daf9ceaff4ab209471d09f53e2a81946ed710133533080d2a91c20a')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cheese/trunk (PKGBUILD)

2014-09-23 Thread Jan de Groot
Date: Tuesday, September 23, 2014 @ 11:25:40
  Author: jgc
Revision: 222828

upgpkg: cheese 3.14.0-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-23 09:25:30 UTC (rev 222827)
+++ PKGBUILD2014-09-23 09:25:40 UTC (rev 222828)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.13.92
+pkgver=3.14.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)
@@ -16,7 +16,7 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b981cff301b839abf046497a953c5998f0c7e30ae863c5f4faa0b76ac1a59c75')
+sha256sums=('8b4a4dabe990bbda51f53b4f637cc422a9b1a657c6bcb3ba4a7feae390bcfbac')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2014-09-18 Thread Jan de Groot
Date: Thursday, September 18, 2014 @ 22:52:07
  Author: jgc
Revision: 222017

upgpkg: cheese 3.13.92-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 20:50:39 UTC (rev 222016)
+++ PKGBUILD2014-09-18 20:52:07 UTC (rev 222017)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.12.2
+pkgver=3.13.92
 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)
@@ -16,12 +16,12 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7b45369e75e222e3bd5e9a4408a0e6c230be0c49d359a387d36a42e17e3bc64')
+sha256sums=('b981cff301b839abf046497a953c5998f0c7e30ae863c5f4faa0b76ac1a59c75')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
+  --disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:38:12
  Author: heftig
Revision: 213473

3.12.2

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:37:51 UTC (rev 213472)
+++ PKGBUILD2014-05-23 23:38:12 UTC (rev 213473)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.12.1
+pkgver=3.12.2
 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)
@@ -16,7 +16,7 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8185cecc4639c6c3c1474a0d50c8f571137a7ffada868329f0129dd6cb651a05')
+sha256sums=('a7b45369e75e222e3bd5e9a4408a0e6c230be0c49d359a387d36a42e17e3bc64')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2014-04-14 Thread Jan de Groot
Date: Monday, April 14, 2014 @ 21:44:07
  Author: jgc
Revision: 210395

upgpkg: cheese 3.12.1-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 19:40:14 UTC (rev 210394)
+++ PKGBUILD2014-04-14 19:44:07 UTC (rev 210395)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.12.0
+pkgver=3.12.1
 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)
@@ -16,7 +16,7 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ccfbbb3ede44f0a69b5b522b098c02417a52dc8a290a70df4ba20a5efe2de07a')
+sha256sums=('8185cecc4639c6c3c1474a0d50c8f571137a7ffada868329f0129dd6cb651a05')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2014-03-29 Thread Jan Steffens
Date: Saturday, March 29, 2014 @ 21:49:57
  Author: heftig
Revision: 209157

3.12.0

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-29 20:14:45 UTC (rev 209156)
+++ PKGBUILD2014-03-29 20:49:57 UTC (rev 209157)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.10.2
-pkgrel=2
+pkgver=3.12.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')
@@ -16,7 +16,7 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3e5f4ac078bac60571ff61bc2cd451349d78e01ecaaff031da16fe29ff094945')
+sha256sums=('ccfbbb3ede44f0a69b5b522b098c02417a52dc8a290a70df4ba20a5efe2de07a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2013-12-04 Thread Jan de Groot
Date: Wednesday, December 4, 2013 @ 23:00:28
  Author: jgc
Revision: 200776

upgpkg: cheese 3.10.2-2

Fix dependencies (FS#37844)

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 21:04:08 UTC (rev 200775)
+++ PKGBUILD2013-12-04 22:00:28 UTC (rev 200776)
@@ -4,11 +4,11 @@
 
 pkgname=cheese
 pkgver=3.10.2
-pkgrel=1
+pkgrel=2
 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=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop' 'nautilus-sendto' 
'hicolor-icon-theme')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
 makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
 optdepends=('frei0r-plugins: More camera effects')
 groups=('gnome-extra')
@@ -15,7 +15,7 @@
 options=('!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)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('3e5f4ac078bac60571ff61bc2cd451349d78e01ecaaff031da16fe29ff094945')
 
 build() {



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2013-11-11 Thread Jan Steffens
Date: Monday, November 11, 2013 @ 23:06:04
  Author: heftig
Revision: 199388

3.10.2

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-11 21:57:22 UTC (rev 199387)
+++ PKGBUILD2013-11-11 22:06:04 UTC (rev 199388)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.10.1
+pkgver=3.10.2
 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)
@@ -16,7 +16,7 @@
 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=('ff2e89921eb6a1eec38b4cde69ee8d0dd48ebeb821715e0080f94aa4c1064cc4')
+sha256sums=('3e5f4ac078bac60571ff61bc2cd451349d78e01ecaaff031da16fe29ff094945')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 17:23:27
  Author: heftig
Revision: 196504

3.10.1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 14:55:41 UTC (rev 196503)
+++ PKGBUILD2013-10-14 15:23:27 UTC (rev 196504)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.10.0
+pkgver=3.10.1
 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)
@@ -16,7 +16,7 @@
 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=('eb0d8ba5211a4fe804d540e16a7fb61f16c467e23b106370723c32731b6e620b')
+sha256sums=('ff2e89921eb6a1eec38b4cde69ee8d0dd48ebeb821715e0080f94aa4c1064cc4')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2013-09-24 Thread Jan Steffens
Date: Tuesday, September 24, 2013 @ 12:39:38
  Author: heftig
Revision: 194958

3.10.0

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-24 10:32:45 UTC (rev 194957)
+++ PKGBUILD2013-09-24 10:39:38 UTC (rev 194958)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.9.92
+pkgver=3.10.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)
@@ -16,7 +16,7 @@
 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=('5ec9c804e11b799c1684b8ccab445c945bde66a60ea5b064de9b5e97bf54882f')
+sha256sums=('eb0d8ba5211a4fe804d540e16a7fb61f16c467e23b106370723c32731b6e620b')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 19:31:53
  Author: jgc
Revision: 194802

upgpkg: cheese 3.9.92-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 17:26:52 UTC (rev 194801)
+++ PKGBUILD2013-09-23 17:31:53 UTC (rev 194802)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.8.3
+pkgver=3.9.92
 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)
@@ -16,7 +16,7 @@
 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=('5f08079b6ccaa6ea8de9163ff0e43554347c12e13f0a60eb6ad06d291c116937')
+sha256sums=('5ec9c804e11b799c1684b8ccab445c945bde66a60ea5b064de9b5e97bf54882f')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 18:47:52
  Author: jgc
Revision: 191325

upgpkg: cheese 3.8.3-1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 16:42:27 UTC (rev 191324)
+++ PKGBUILD2013-07-23 16:47:52 UTC (rev 191325)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.8.2
-pkgrel=2
+pkgver=3.8.3
+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')
@@ -16,7 +16,7 @@
 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=('79d21f2a7ebf1e91b2c2aa595f3a6dcf899258b1d2e307371440540c3d3a4ec3')
+sha256sums=('5f08079b6ccaa6ea8de9163ff0e43554347c12e13f0a60eb6ad06d291c116937')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2013-06-02 Thread Jan Steffens
Date: Sunday, June 2, 2013 @ 21:35:43
  Author: heftig
Revision: 186985

add hack against overlinking

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-02 19:32:18 UTC (rev 186984)
+++ PKGBUILD2013-06-02 19:35:43 UTC (rev 186985)
@@ -4,7 +4,7 @@
 
 pkgname=cheese
 pkgver=3.8.2
-pkgrel=1
+pkgrel=2
 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')
@@ -22,6 +22,10 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-static --disable-schemas-compile
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2013-05-14 Thread Jan Steffens
Date: Tuesday, May 14, 2013 @ 11:35:46
  Author: heftig
Revision: 185429

3.8.2

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-14 09:34:53 UTC (rev 185428)
+++ PKGBUILD2013-05-14 09:35:46 UTC (rev 185429)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.8.1
+pkgver=3.8.2
 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)
@@ -16,7 +16,7 @@
 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=('e9f7a7855c52451cfc59ffa23962eaa5fda7c9bc629bb975f4328af061d01eeb')
+sha256sums=('79d21f2a7ebf1e91b2c2aa595f3a6dcf899258b1d2e307371440540c3d3a4ec3')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2013-04-15 Thread Jan Steffens
Date: Tuesday, April 16, 2013 @ 01:03:41
  Author: heftig
Revision: 182892

3.8.1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 22:55:33 UTC (rev 182891)
+++ PKGBUILD2013-04-15 23:03:41 UTC (rev 182892)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.8.0
+pkgver=3.8.1
 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)
@@ -16,7 +16,7 @@
 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=('4e6f8c46ac6a2f80d0e8d540f582df1d5e2f67c59650cde0d60b837f5c779d9e')
+sha256sums=('e9f7a7855c52451cfc59ffa23962eaa5fda7c9bc629bb975f4328af061d01eeb')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2013-03-31 Thread Jan Steffens
Date: Sunday, March 31, 2013 @ 11:48:02
  Author: heftig
Revision: 181075

3.8.0

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-31 09:44:13 UTC (rev 181074)
+++ PKGBUILD2013-03-31 09:48:02 UTC (rev 181075)
@@ -3,21 +3,20 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.6.2
+pkgver=3.8.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=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 'libgee' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala' 
'nautilus-sendto')
-optdepends=('nautilus-sendto: Send snapshots'
-'frei0r-plugins: More camera effects')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop' 'nautilus-sendto' 
'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
+optdepends=('frei0r-plugins: More camera effects')
 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=('745262a0db7d0dbe973497a4f36dd4d85b8a42426d8f431e4b6898351ad6459e')
+sha256sums=('4e6f8c46ac6a2f80d0e8d540f582df1d5e2f67c59650cde0d60b837f5c779d9e')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2012-11-12 Thread Jan Steffens
Date: Monday, November 12, 2012 @ 17:04:06
  Author: heftig
Revision: 170883

3.6.2

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-12 22:03:02 UTC (rev 170882)
+++ PKGBUILD2012-11-12 22:04:06 UTC (rev 170883)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.6.1
+pkgver=3.6.2
 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)
@@ -17,7 +17,7 @@
 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=('2db101cd16ce41764eb2f676c1bed94e58e4a89141785b95ff088b60bcf6abef')
+sha256sums=('745262a0db7d0dbe973497a4f36dd4d85b8a42426d8f431e4b6898351ad6459e')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2012-10-16 Thread Jan Steffens
Date: Tuesday, October 16, 2012 @ 18:48:21
  Author: heftig
Revision: 168954

3.6.1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-16 22:42:14 UTC (rev 168953)
+++ PKGBUILD2012-10-16 22:48:21 UTC (rev 168954)
@@ -3,20 +3,21 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.6.0
+pkgver=3.6.1
 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=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 'libgee' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
 makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala' 
'nautilus-sendto')
-optdepends=('nautilus-sendto: Send images')
+optdepends=('nautilus-sendto: Send snapshots'
+'frei0r-plugins: More camera effects')
 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=('f0872c6c276fabf054e37e427cb4a4174351a439ebfae7431ecc09a1837e9a80')
+sha256sums=('2db101cd16ce41764eb2f676c1bed94e58e4a89141785b95ff088b60bcf6abef')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2012-10-02 Thread Jan de Groot
Date: Tuesday, October 2, 2012 @ 06:58:26
  Author: jgc
Revision: 167535

upgpkg: cheese 3.6.0-1

3.6.0

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-02 10:33:21 UTC (rev 167534)
+++ PKGBUILD2012-10-02 10:58:26 UTC (rev 167535)
@@ -3,23 +3,20 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.4.2
+pkgver=3.6.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-plugins' 
'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')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 'libgee' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala' 
'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=('730083e1fb7da1fc8c38978cbb957ff2128d6f132132b3863bd60c0963a120e0')
+sha256sums=('f0872c6c276fabf054e37e427cb4a4174351a439ebfae7431ecc09a1837e9a80')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2012-06-15 Thread Jan Steffens
Date: Friday, June 15, 2012 @ 13:07:42
  Author: heftig
Revision: 161855

Fix dep. vp8 encoding needs the bad plugins

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-15 16:53:25 UTC (rev 161854)
+++ PKGBUILD2012-06-15 17:07:42 UTC (rev 161855)
@@ -9,8 +9,8 @@
 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')
+ 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad-plugins' 
'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')



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2012-05-15 Thread Jan Steffens
Date: Tuesday, May 15, 2012 @ 07:04:35
  Author: heftig
Revision: 159047

3.4.2

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-15 11:01:15 UTC (rev 159046)
+++ PKGBUILD2012-05-15 11:04:35 UTC (rev 159047)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.4.1
+pkgver=3.4.2
 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)
@@ -19,7 +19,7 @@
 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=('b7a07c45217bdea6b9bc3ad56c19b5b7de4ddf939074efe94add7afb66a26dd0')
+sha256sums=('730083e1fb7da1fc8c38978cbb957ff2128d6f132132b3863bd60c0963a120e0')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD cheese.install)

2012-04-17 Thread Ionut Biru
Date: Tuesday, April 17, 2012 @ 16:30:37
  Author: ibiru
Revision: 156386

update to 3.4.1

Modified:
  cheese/trunk/PKGBUILD
  cheese/trunk/cheese.install

+
 PKGBUILD   |5 ++---
 cheese.install |   16 
 2 files changed, 6 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-17 20:27:04 UTC (rev 156385)
+++ PKGBUILD2012-04-17 20:30:37 UTC (rev 156386)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.4.0
+pkgver=3.4.1
 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)
@@ -19,11 +19,10 @@
 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')
+sha256sums=('b7a07c45217bdea6b9bc3ad56c19b5b7de4ddf939074efe94add7afb66a26dd0')
 
 build() {
   cd $pkgname-$pkgver
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-static --disable-schemas-compile
   make

Modified: cheese.install
===
--- cheese.install  2012-04-17 20:27:04 UTC (rev 156385)
+++ cheese.install  2012-04-17 20:30:37 UTC (rev 156386)
@@ -1,20 +1,12 @@
-pkgname=cheese
-
 post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  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_install
 }
 
 post_remove() {
-  post_install $1
+  post_install
 }



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 08:56:15
  Author: heftig
Revision: 154613

3.4.0

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-30 12:56:15 UTC (rev 154612)
+++ PKGBUILD2012-03-30 12:56:15 UTC (rev 154613)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.3.92
+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)
@@ -19,7 +19,7 @@
 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=('93fdeabd969a07aabc39c4aa91bc25a67f6e8b7e95c4801cccdb36af356385da')
+sha256sums=('96b0eae8e366e4d44921e148239167fcb6965dbbcb40e406d6a118c75377b41a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2012-03-20 Thread Ionut Biru
Date: Tuesday, March 20, 2012 @ 05:22:48
  Author: ibiru
Revision: 153884

update to 3.3.92

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-20 09:17:17 UTC (rev 153883)
+++ PKGBUILD2012-03-20 09:22:48 UTC (rev 153884)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.3.90
+pkgver=3.3.92
 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)
@@ -19,7 +19,7 @@
 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=('b5d30a9c6a067178ca0249f3acfc813ec3ab328a85512d63838e50e98eee2007')
+sha256sums=('93fdeabd969a07aabc39c4aa91bc25a67f6e8b7e95c4801cccdb36af356385da')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2012-03-10 Thread Jan Steffens
Date: Saturday, March 10, 2012 @ 11:23:51
  Author: heftig
Revision: 152905

3.3.90

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |   23 +--
 1 file changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-10 16:23:50 UTC (rev 152904)
+++ PKGBUILD2012-03-10 16:23:51 UTC (rev 152905)
@@ -1,32 +1,35 @@
 # $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.2.2
+pkgver=3.3.90
 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')
+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=('8f050b03365310d739c54e48c8c62f8e2d6d9a028fed3eb3c8da4c7654a9009a')
+sha256sums=('b5d30a9c6a067178ca0249f3acfc813ec3ab328a85512d63838e50e98eee2007')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-static --disable-schemas-compile
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:23:04
  Author: ibiru
Revision: 142762

update to 3.2.2

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 21:22:26 UTC (rev 142761)
+++ PKGBUILD2011-11-14 21:23:04 UTC (rev 142762)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.2.1
+pkgver=3.2.2
 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)
@@ -14,11 +14,11 @@
 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=('0abc54aeaf1cec931b8a6e148f40341be4b2bc0e9a1164eba4fef7989499059c')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8f050b03365310d739c54e48c8c62f8e2d6d9a028fed3eb3c8da4c7654a9009a')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
 
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-scrollkeeper \
@@ -27,6 +27,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 09:34:04
  Author: ibiru
Revision: 140709

update to 3.2.1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 13:30:12 UTC (rev 140708)
+++ PKGBUILD2011-10-18 13:34:04 UTC (rev 140709)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.2.0
+pkgver=3.2.1
 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)
@@ -15,7 +15,7 @@
 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')
+sha256sums=('0abc54aeaf1cec931b8a6e148f40341be4b2bc0e9a1164eba4fef7989499059c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 09:27:31
  Author: ibiru
Revision: 138639

update to 3.2.0

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-27 13:25:11 UTC (rev 138638)
+++ PKGBUILD2011-09-27 13:27:31 UTC (rev 138639)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.1.92
+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)
@@ -15,7 +15,7 @@
 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=('4c3fa6ad257b2592b17e2f67a7608dca596685827a3ce64ae15b5de4458195bb')
+sha256sums=('04e32ea45cf7a441dccf72ab08a765b268371878728336b762fb625dd02ad32b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2011-09-19 Thread Ionut Biru
Date: Monday, September 19, 2011 @ 18:03:52
  Author: ibiru
Revision: 138301

update to 3.1.92

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-19 22:01:06 UTC (rev 138300)
+++ PKGBUILD2011-09-19 22:03:52 UTC (rev 138301)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.1.91.1
+pkgver=3.1.92
 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)
@@ -14,8 +14,8 @@
 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=('d29a0ee92f7877a10a9f834784e9f9239eaa51eb506b1fa47cd0619e98bb957b')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('4c3fa6ad257b2592b17e2f67a7608dca596685827a3ce64ae15b5de4458195bb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2011-09-06 Thread Ionut Biru
Date: Tuesday, September 6, 2011 @ 15:26:06
  Author: ibiru
Revision: 137214

update to 3.1.91.1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-06 17:53:21 UTC (rev 137213)
+++ PKGBUILD2011-09-06 19:26:06 UTC (rev 137214)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.0.2
+pkgver=3.1.91.1
 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')
+ '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.bz2)
-sha256sums=('e691243f8bf08c7dd6437bb6862e39f2d4ccc612a78bd8f2235c1f116f790d21')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d29a0ee92f7877a10a9f834784e9f9239eaa51eb506b1fa47cd0619e98bb957b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2011-07-17 Thread Jan Steffens
Date: Monday, July 18, 2011 @ 01:06:18
  Author: heftig
Revision: 131948

upgpkg: cheese 3.0.2-1
Update to 3.0.2

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-18 01:04:52 UTC (rev 131947)
+++ PKGBUILD2011-07-18 05:06:18 UTC (rev 131948)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.2
+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')
@@ -15,7 +15,7 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a2e947146c83d60db2e4f858917c906733037f77067a7081de7a2ff3716fbe7a')
+sha256sums=('e691243f8bf08c7dd6437bb6862e39f2d4ccc612a78bd8f2235c1f116f790d21')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2011-05-28 Thread Ionut Biru
Date: Saturday, May 28, 2011 @ 06:53:12
  Author: ibiru
Revision: 125706

add gstreamer0.10-bad to dependency. FS#24143

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-28 10:50:36 UTC (rev 125705)
+++ PKGBUILD2011-05-28 10:53:12 UTC (rev 125706)
@@ -3,11 +3,11 @@
 
 pkgname=cheese
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 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' 'clutter-gst'
+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')
 makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection')
 groups=('gnome-extra')



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2011-04-05 Thread Jan Steffens
Date: Tuesday, April 5, 2011 @ 02:35:35
  Author: heftig
Revision: 117987

upgpkg: cheese 3.0.0-1
Update to 3.0.0

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-05 06:35:05 UTC (rev 117986)
+++ PKGBUILD2011-04-05 06:35:35 UTC (rev 117987)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=2.91.93
+pkgver=3.0.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)
@@ -14,8 +14,8 @@
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f956ec749d26e1f9594ebe3d056d9fd046dd5181718b03d87513a9ab01baa6a0')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('006df646d7141d455b95621fe99ef351aa88754239d28a27b2f57887449a8746')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2011-03-25 Thread Ionut Biru
Date: Friday, March 25, 2011 @ 16:26:22
  Author: ibiru
Revision: 116759

upgpkg: cheese 2.91.93-1
update to 2.91.93

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-25 20:21:49 UTC (rev 116758)
+++ PKGBUILD2011-03-25 20:26:22 UTC (rev 116759)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=2.91.92
+pkgver=2.91.93
 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' 'clutter-gst'
- 'clutter-gtk' 'libgee' 'gnome-video-effects' 'hicolor-icon-theme')
+ 'clutter-gtk' 'mx' 'libgee' 'gnome-video-effects' 
'hicolor-icon-theme')
 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}/2.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('953facdd67bf22d9683ab1e733a4bec9350e1b22a0fb88f271122cd909b1327b')
+sha256sums=('f956ec749d26e1f9594ebe3d056d9fd046dd5181718b03d87513a9ab01baa6a0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2011-03-22 Thread Jan Steffens
Date: Tuesday, March 22, 2011 @ 16:32:54
  Author: heftig
Revision: 116233

upgpkg: cheese 2.91.92-1
Update to 2.91.92

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-22 20:32:04 UTC (rev 116232)
+++ PKGBUILD2011-03-22 20:32:54 UTC (rev 116233)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=2.91.91.1
+pkgver=2.91.92
 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)
@@ -15,7 +15,7 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('21e7c5c708dacd24df07d3c77789def9fb85941b8fb0023030d9074f912632fa')
+sha256sums=('953facdd67bf22d9683ab1e733a4bec9350e1b22a0fb88f271122cd909b1327b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in cheese/trunk (PKGBUILD cheese.install)

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 07:21:36
  Author: ibiru
Revision: 113649

upgpkg: cheese 2.91.91-2
fix removing schemas

Modified:
  cheese/trunk/PKGBUILD
  cheese/trunk/cheese.install

+
 PKGBUILD   |2 +-
 cheese.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 12:14:28 UTC (rev 113648)
+++ PKGBUILD2011-03-10 12:21:36 UTC (rev 113649)
@@ -3,7 +3,7 @@
 
 pkgname=cheese
 pkgver=2.91.91
-pkgrel=1
+pkgrel=2
 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')

Modified: cheese.install
===
--- cheese.install  2011-03-10 12:14:28 UTC (rev 113648)
+++ cheese.install  2011-03-10 12:21:36 UTC (rev 113649)
@@ -7,7 +7,7 @@
 
 pre_upgrade() {
if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-   usr/sbin/gconfpkg --uninstall gedit
+   usr/sbin/gconfpkg --uninstall $pkgname
fi
 }
 



[arch-commits] Commit in cheese/trunk (PKGBUILD wrong_requirements.patch)

2011-03-10 Thread Ionut Biru
Date: Thursday, March 10, 2011 @ 12:24:14
  Author: ibiru
Revision: 113872

upgpkg: cheese 2.91.91.1-1
update to 2.91.91

Modified:
  cheese/trunk/PKGBUILD
Deleted:
  cheese/trunk/wrong_requirements.patch

--+
 PKGBUILD |   22 ++
 wrong_requirements.patch |   29 -
 2 files changed, 10 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-10 17:22:11 UTC (rev 113871)
+++ PKGBUILD2011-03-10 17:24:14 UTC (rev 113872)
@@ -2,29 +2,27 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=2.91.91
-pkgrel=2
+pkgver=2.91.91.1
+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' 'clutter-gst' 
'clutter-gtk' 'libgee' 'gnome-video-effects' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'gnome-doc-utils=0.20.1' 'intltool' 'gtk-doc' 
'gnome-common')
+depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'clutter-gst'
+ 'clutter-gtk' 'libgee' 'gnome-video-effects' 'hicolor-icon-theme')
+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}/2.91/${pkgname}-${pkgver}.tar.bz2
-wrong_requirements.patch)
-sha256sums=('8f34469cb9cd09d9edb163a0f014c8ed9764645698e3c07f75534c20bc7c70df'
-'58ecf6764585619d9708bf4bd3cb47f3a1caab3fbd7437905aba0407ac65b877')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('21e7c5c708dacd24df07d3c77789def9fb85941b8fb0023030d9074f912632fa')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/wrong_requirements.patch
-  gnome-autogen.sh
+
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib \
-  --disable-scrollkeeper --disable-static
+  --localstatedir=/var --disable-scrollkeeper \
+  --disable-static --disable-schemas-compile
   make
 }
 

Deleted: wrong_requirements.patch
===
--- wrong_requirements.patch2011-03-10 17:22:11 UTC (rev 113871)
+++ wrong_requirements.patch2011-03-10 17:24:14 UTC (rev 113872)
@@ -1,29 +0,0 @@
-diff -Nur cheese-2.91.91.old//configure.ac cheese-2.91.91/configure.ac
 cheese-2.91.91.old//configure.ac   2011-03-09 14:11:23.0 -0800
-+++ cheese-2.91.91/configure.ac2011-03-10 03:58:36.946700755 -0800
-@@ -81,18 +81,18 @@
- 
#***
- 
- 
--GLIB_REQUIRED=2.29.0
--GOBJECT_REQUIRED=2.29.0
--GIO_REQUIRED=2.29.0
-+GLIB_REQUIRED=2.28.0
-+GOBJECT_REQUIRED=2.28.0
-+GIO_REQUIRED=2.28.0
- GTK_REQUIRED=2.99.4
- GDK_REQUIRED=2.99.4
- LIBGNOMEDESKTOP_REQUIRED=2.91.6
--GSTREAMER_REQUIRED=0.10.32.1
-+GSTREAMER_REQUIRED=0.10.32
- CAIRO_REQUIRED=1.10.0
--PANGOCAIRO_REQUIRED=1.29.0
--LIBRSVG_REQUIRED=2.33.0
-+PANGOCAIRO_REQUIRED=1.28.0
-+LIBRSVG_REQUIRED=2.32.0
- CLUTTER_REQUIRED=1.6.1
--CLUTTERGTK_REQUIRED=0.91.9
-+CLUTTERGTK_REQUIRED=0.91.8
- CLUTTERGST_REQUIRED=1.0.0
- GEE_REQUIRED=0.6.0
- LIBCANBERRA_REQUIRED=0.26



[arch-commits] Commit in cheese/trunk (PKGBUILD bug618203.patch)

2010-09-28 Thread Jan de Groot
Date: Tuesday, September 28, 2010 @ 04:08:33
  Author: jgc
Revision: 91839

upgpkg: cheese 2.32.0-1
Update to 2.32.0

Modified:
  cheese/trunk/PKGBUILD
Deleted:
  cheese/trunk/bug618203.patch

-+
 PKGBUILD|8 +++
 bug618203.patch |   61 --
 2 files changed, 4 insertions(+), 65 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-28 08:05:37 UTC (rev 91838)
+++ PKGBUILD2010-09-28 08:08:33 UTC (rev 91839)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=2.31.92
+pkgver=2.32.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=2.31.92' 'gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.24' 'librsvg=2.31.0' 
'gnome-icon-theme=2.31.0' 'libcanberra=0.25')
+depends=('gnome-desktop=2.32.0' 'gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.24' 'librsvg=2.32.0' 
'gnome-icon-theme=2.31.0' 'libcanberra=0.25')
 makedepends=('pkgconfig' 'gnome-doc-utils=0.20.1' 'intltool')
 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}/2.31/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e23f75a68dc9fe814eaf747b7905eb5c137188f309cc8c960e7e59d03a8c2fc6')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8debc47113d9889247f411d256a8eca0d8da49e5ab5909c200923945b8d5e087')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Deleted: bug618203.patch
===
--- bug618203.patch 2010-09-28 08:05:37 UTC (rev 91838)
+++ bug618203.patch 2010-09-28 08:08:33 UTC (rev 91839)
@@ -1,61 +0,0 @@
-From 64e2170989f3e7cad39734efceef154b81dd7b4f Mon Sep 17 00:00:00 2001
-From: Filippo Argiolas filippo.argio...@gmail.com
-Date: Tue, 20 Jul 2010 18:13:46 +
-Subject: Do not create a device if gst initializazion fails
-
-Currently we create a device with empty caps if the probing pipeline
-cannot be started. That's wrong, the device evidendtly doesn't work so
-the CheeseCameraDevice object for doesn't have to be created.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=618203

-diff --git a/libcheese/cheese-camera-device.c 
b/libcheese/cheese-camera-device.c
-index e1786e8..3d96304 100644
 a/libcheese/cheese-camera-device.c
-+++ b/libcheese/cheese-camera-device.c
-@@ -48,7 +48,8 @@ enum CheeseCameraDeviceError
- {
-   CHEESE_CAMERA_DEVICE_ERROR_UNKNOWN,
-   CHEESE_CAMERA_DEVICE_ERROR_NOT_SUPPORTED,
--  CHEESE_CAMERA_DEVICE_ERROR_UNSUPPORTED_CAPS
-+  CHEESE_CAMERA_DEVICE_ERROR_UNSUPPORTED_CAPS,
-+  CHEESE_CAMERA_DEVICE_ERROR_FAILED_INITIALIZATION
- };
- 
- GST_DEBUG_CATEGORY (cheese_camera_device_cat);
-@@ -325,11 +326,32 @@ cheese_camera_device_get_caps (CheeseCameraDevice 
*device)
-  CHEESE_CAMERA_DEVICE_ERROR,
-  CHEESE_CAMERA_DEVICE_ERROR_UNSUPPORTED_CAPS,
-  _(Device capabilities not supported));
--
-   }
- 
-   gst_object_unref (pad);
-   gst_caps_unref (caps);
-+} else {
-+  if (msg) {
-+gchar *dbg_info = NULL;
-+gst_message_parse_error (msg, err, dbg_info);
-+GST_WARNING (Failed to start the capability probing pipeline);
-+GST_WARNING (Error from element %s: %s, %s,
-+ GST_OBJECT_NAME (msg-src),
-+ err-message,
-+ (dbg_info) ? dbg_info : no extra debug detail);
-+g_error_free (err);
-+err = NULL;
-+/* construct_error is meant to be displayed in the UI
-+   (although it currently isn't displayed in cheese),
-+   err-message from gstreamer is too technical for this
-+   purpose, the idea is warn the user about an error and point
-+   him to the logs for more info */
-+g_set_error (priv-construct_error,
-+ CHEESE_CAMERA_DEVICE_ERROR,
-+ CHEESE_CAMERA_DEVICE_ERROR_FAILED_INITIALIZATION,
-+ _(Failed to initialize device %s for capability 
probing),
-+ priv-device);
-+  }
- }
- gst_element_set_state (pipeline, GST_STATE_NULL);
- gst_object_unref (pipeline);
---
-cgit v0.8.3.1



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2010-09-27 Thread Ionut Biru
Date: Monday, September 27, 2010 @ 05:18:02
  Author: ibiru
Revision: 91431

upgpkg: cheese 2.31.92-1
update to 2.31.92

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-27 09:17:47 UTC (rev 91430)
+++ PKGBUILD2010-09-27 09:18:02 UTC (rev 91431)
@@ -2,31 +2,28 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=2.30.1
-pkgrel=2
+pkgver=2.31.92
+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=2.30.2' 'gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.24' 'librsvg=2.26.3' 
'gnome-icon-theme=2.30.2' 'libcanberra')
+depends=('gnome-desktop=2.31.92' 'gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.24' 'librsvg=2.31.0' 
'gnome-icon-theme=2.31.0' 'libcanberra=0.25')
 makedepends=('pkgconfig' 'gnome-doc-utils=0.20.1' 'intltool')
 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}/2.30/${pkgname}-${pkgver}.tar.bz2
-bug618203.patch)
-sha256sums=('48f03470c6f527caa0e3b269d3afcff86ae0939a74f66ce030d4eed3bc3cbd9a'
-'a3db736018b4d8a6f3ec1236b0aed788f7bbfa074046db5eb74fa8b261c63e02')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.31/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('e23f75a68dc9fe814eaf747b7905eb5c137188f309cc8c960e7e59d03a8c2fc6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/bug618203.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --libexecdir=/usr/lib \
-  --disable-scrollkeeper
+  --disable-scrollkeeper --disable-static
   make
   make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
- 
+
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
   gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain cheese ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas



[arch-commits] Commit in cheese/trunk (PKGBUILD bug618203.patch)

2010-08-18 Thread Jan de Groot
Date: Wednesday, August 18, 2010 @ 17:44:47
  Author: jgc
Revision: 87994

upgpkg: cheese 2.30.1-2
Fix FS#20392

Added:
  cheese/trunk/bug618203.patch
Modified:
  cheese/trunk/PKGBUILD

-+
 PKGBUILD|   19 +---
 bug618203.patch |   61 ++
 2 files changed, 72 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-18 21:22:41 UTC (rev 87993)
+++ PKGBUILD2010-08-18 21:44:47 UTC (rev 87994)
@@ -3,28 +3,31 @@
 
 pkgname=cheese
 pkgver=2.30.1
-pkgrel=1
+pkgrel=2
 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=2.30.0' 'gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'librsvg=2.26.0' 
'gnome-icon-theme=2.30.2' 'libcanberra')
+depends=('gnome-desktop=2.30.2' 'gstreamer0.10-base-plugins=0.10.30' 
'gstreamer0.10-good-plugins=0.10.24' 'librsvg=2.26.3' 
'gnome-icon-theme=2.30.2' 'libcanberra')
 makedepends=('pkgconfig' 'gnome-doc-utils=0.20.1' 'intltool')
 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}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('48f03470c6f527caa0e3b269d3afcff86ae0939a74f66ce030d4eed3bc3cbd9a')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2
+bug618203.patch)
+sha256sums=('48f03470c6f527caa0e3b269d3afcff86ae0939a74f66ce030d4eed3bc3cbd9a'
+'a3db736018b4d8a6f3ec1236b0aed788f7bbfa074046db5eb74fa8b261c63e02')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/bug618203.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --libexecdir=/usr/lib \
-  --disable-scrollkeeper || return 1
-  make || return 1
-  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install 
|| return 1
+  --disable-scrollkeeper
+  make
+  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
  
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain cheese ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain cheese ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }

Added: bug618203.patch
===
--- bug618203.patch (rev 0)
+++ bug618203.patch 2010-08-18 21:44:47 UTC (rev 87994)
@@ -0,0 +1,61 @@
+From 64e2170989f3e7cad39734efceef154b81dd7b4f Mon Sep 17 00:00:00 2001
+From: Filippo Argiolas filippo.argio...@gmail.com
+Date: Tue, 20 Jul 2010 18:13:46 +
+Subject: Do not create a device if gst initializazion fails
+
+Currently we create a device with empty caps if the probing pipeline
+cannot be started. That's wrong, the device evidendtly doesn't work so
+the CheeseCameraDevice object for doesn't have to be created.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=618203
+---
+diff --git a/libcheese/cheese-camera-device.c 
b/libcheese/cheese-camera-device.c
+index e1786e8..3d96304 100644
+--- a/libcheese/cheese-camera-device.c
 b/libcheese/cheese-camera-device.c
+@@ -48,7 +48,8 @@ enum CheeseCameraDeviceError
+ {
+   CHEESE_CAMERA_DEVICE_ERROR_UNKNOWN,
+   CHEESE_CAMERA_DEVICE_ERROR_NOT_SUPPORTED,
+-  CHEESE_CAMERA_DEVICE_ERROR_UNSUPPORTED_CAPS
++  CHEESE_CAMERA_DEVICE_ERROR_UNSUPPORTED_CAPS,
++  CHEESE_CAMERA_DEVICE_ERROR_FAILED_INITIALIZATION
+ };
+ 
+ GST_DEBUG_CATEGORY (cheese_camera_device_cat);
+@@ -325,11 +326,32 @@ cheese_camera_device_get_caps (CheeseCameraDevice 
*device)
+  CHEESE_CAMERA_DEVICE_ERROR,
+  CHEESE_CAMERA_DEVICE_ERROR_UNSUPPORTED_CAPS,
+  _(Device capabilities not supported));
+-
+   }
+ 
+   gst_object_unref (pad);
+   gst_caps_unref (caps);
++} else {
++  if (msg) {
++gchar *dbg_info = NULL;
++gst_message_parse_error (msg, err, dbg_info);
++GST_WARNING (Failed to start the capability probing pipeline);
++GST_WARNING (Error from element %s: %s, %s,
++ GST_OBJECT_NAME (msg-src),
++ err-message,
++ (dbg_info) ? dbg_info : no extra debug detail);
++g_error_free (err);
++err = NULL;
++/* construct_error is meant to be displayed in the UI
++   (although it currently isn't displayed in cheese),
++   err-message from gstreamer is too technical for this
++   purpose, the idea is warn the user about an error and point
++   him to the logs for more 

[arch-commits] Commit in cheese/trunk (PKGBUILD)

2010-04-29 Thread Ionut Biru
Date: Thursday, April 29, 2010 @ 09:45:10
  Author: ibiru
Revision: 78921

upgpkg: cheese 2.30.1-1
update to 2.30.1

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-29 13:27:23 UTC (rev 78920)
+++ PKGBUILD2010-04-29 13:45:10 UTC (rev 78921)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=2.30.0
+pkgver=2.30.1
 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=2.29.92' 'gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'librsvg=2.26.0' 
'gnome-icon-theme=2.29.2' 'libcanberra')
-makedepends=('pkgconfig' 'gnome-doc-utils=0.20.0' 'intltool')
+depends=('gnome-desktop=2.30.0' 'gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'librsvg=2.26.0' 
'gnome-icon-theme=2.30.2' 'libcanberra')
+makedepends=('pkgconfig' 'gnome-doc-utils=0.20.1' 'intltool')
 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}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7eab2c736abc1a333eb3dd7fb5c888c08f2dc0f34443b5801a7dfc581101aab9')
+sha256sums=('48f03470c6f527caa0e3b269d3afcff86ae0939a74f66ce030d4eed3bc3cbd9a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2010-03-30 Thread Ionut Biru
Date: Tuesday, March 30, 2010 @ 11:52:56
  Author: ibiru
Revision: 74112

update to 2.30.0

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-30 15:28:13 UTC (rev 74111)
+++ PKGBUILD2010-03-30 15:52:56 UTC (rev 74112)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=2.29.92
+pkgver=2.30.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=2.29.92' 'gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'librsvg=2.26.0' 
'gnome-icon-theme=2.29.2' 'libcanberra')
-makedepends=('pkgconfig' 'gnome-doc-utils=0.19.5' 'intltool')
+makedepends=('pkgconfig' 'gnome-doc-utils=0.20.0' 'intltool')
 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}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('933b590fee5d7a9edf4c88f484faae3fd697f6509b42c911ae3ba51b54f78a5a')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7eab2c736abc1a333eb3dd7fb5c888c08f2dc0f34443b5801a7dfc581101aab9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2010-03-11 Thread Ionut Biru
Date: Thursday, March 11, 2010 @ 18:30:55
  Author: ibiru
Revision: 71913

update to gnome 2.30rc

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-11 23:30:45 UTC (rev 71912)
+++ PKGBUILD2010-03-11 23:30:55 UTC (rev 71913)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=2.29.91
+pkgver=2.29.92
 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=2.29.91' 'gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'librsvg=2.26.0' 
'gnome-icon-theme=2.28.0' 'libcanberra')
+depends=('gnome-desktop=2.29.92' 'gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'librsvg=2.26.0' 
'gnome-icon-theme=2.29.2' 'libcanberra')
 makedepends=('pkgconfig' 'gnome-doc-utils=0.19.5' 'intltool')
 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}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('94f827fc9fdd7cb362fd087b946041726c7aba1d9f783badbf20b9f7958b6da0')
+sha256sums=('933b590fee5d7a9edf4c88f484faae3fd697f6509b42c911ae3ba51b54f78a5a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 10:10:14
  Author: ibiru
Revision: 70204

update to 2.29.91

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-25 14:54:52 UTC (rev 70203)
+++ PKGBUILD2010-02-25 15:10:14 UTC (rev 70204)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=2.29.90
+pkgver=2.29.91
 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=2.29.90' 'gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'librsvg=2.26.0' 
'gnome-icon-theme=2.28.0' 'libcanberra')
-makedepends=('pkgconfig' 'gnome-doc-utils=0.18.0' 'intltool')
+depends=('gnome-desktop=2.29.91' 'gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'librsvg=2.26.0' 
'gnome-icon-theme=2.28.0' 'libcanberra')
+makedepends=('pkgconfig' 'gnome-doc-utils=0.19.5' 'intltool')
 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}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6b83f56d3688eb0cea9bddc71c9f51de19cc5e564169550c22d09a042f39e492')
+sha256sums=('94f827fc9fdd7cb362fd087b946041726c7aba1d9f783badbf20b9f7958b6da0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in cheese/trunk (PKGBUILD)

2010-02-13 Thread Jan de Groot
Date: Saturday, February 13, 2010 @ 15:53:02
  Author: jgc
Revision: 68661

upgpkg: cheese 2.29.90-1
Update to 2.29.90 - remove evolution-data-server dependency, it disappeared 
without notice

Modified:
  cheese/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-13 20:41:25 UTC (rev 68660)
+++ PKGBUILD2010-02-13 20:53:02 UTC (rev 68661)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=2.28.1
+pkgver=2.29.90
 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=2.28.0' 'gstreamer0.10-base-plugins=0.10.24' 
'gstreamer0.10-good-plugins=0.10.16' 'evolution-data-server=2.28.1' 
'librsvg=2.26.0' 'gnome-icon-theme=2.28.0')
+depends=('gnome-desktop=2.29.90' 'gstreamer0.10-base-plugins=0.10.26' 
'gstreamer0.10-good-plugins=0.10.18' 'librsvg=2.26.0' 
'gnome-icon-theme=2.28.0' 'libcanberra')
 makedepends=('pkgconfig' 'gnome-doc-utils=0.18.0' 'intltool')
 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}/2.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a1a2bb43c161829cbd1f87753abf26ed6d5fb79cd1ab9723dd65865d33950df4')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('6b83f56d3688eb0cea9bddc71c9f51de19cc5e564169550c22d09a042f39e492')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}