[arch-commits] Commit in sound-juicer/trunk (PKGBUILD fix-docdir.diff)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:36:25
  Author: heftig
Revision: 396854

3.38.0-1

Added:
  sound-juicer/trunk/fix-docdir.diff
Modified:
  sound-juicer/trunk/PKGBUILD

-+
 PKGBUILD|   32 +---
 fix-docdir.diff |   13 +
 2 files changed, 30 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:35:11 UTC (rev 396853)
+++ PKGBUILD2020-09-27 22:36:25 UTC (rev 396854)
@@ -1,19 +1,21 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.24.0+2+gb8380d2d
-pkgrel=3
+pkgver=3.38.0
+pkgrel=1
 pkgdesc="A lean and friendly audio CD extractor for GNOME"
 url="https://wiki.gnome.org/Apps/SoundJuicer";
 arch=(x86_64)
 license=(GPL)
 depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero iso-codes)
-makedepends=(intltool itstool gnome-common appstream-glib git)
-_commit=b8380d2da3b799560d5703ae8159a492877cd411  # master
-source=("git+https://git.gnome.org/browse/sound-juicer#commit=$_commit";)
-sha256sums=('SKIP')
+makedepends=(itstool appstream-glib git meson)
+_commit=97c62e1a97821ea7bd0fb361fdf5d3ab59463a38  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/sound-juicer.git#commit=$_commit";
+fix-docdir.diff)
+sha256sums=('SKIP'
+'f6b11f7bec2cdc602d3ec87b630628d9e5f17d4397932442d27b757dee13cf4c')
 
 pkgver() {
   cd $pkgname
@@ -22,18 +24,18 @@
 
 prepare() {
   cd $pkgname
-  sed -i "/^AM_GNU_GETTEXT_VERSION.*/a 
AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6])" configure.ac  
-  NOCONFIGURE=1 ./autogen.sh
+  git apply -3 ../fix-docdir.diff
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-compile-warnings=minimum
-  make
+  arch-meson $pkgname build
+  meson compile -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="$pkgdir" meson install -C build
 }

Added: fix-docdir.diff
===
--- fix-docdir.diff (rev 0)
+++ fix-docdir.diff 2020-09-27 22:36:25 UTC (rev 396854)
@@ -0,0 +1,13 @@
+diff --git i/meson.build w/meson.build
+index 5885b9f4..771adf17 100644
+--- i/meson.build
 w/meson.build
+@@ -7,7 +7,7 @@ sound_juicer_libdir = join_paths(sound_juicer_prefix, 
get_option('libdir'))
+ sound_juicer_libexecdir = join_paths(sound_juicer_prefix, 
get_option('libexecdir'))
+ sound_juicer_localedir = join_paths(sound_juicer_prefix, 
get_option('localedir'))
+ 
+-sound_juicer_docdir = join_paths(sound_juicer_prefix, 'doc', 
meson.project_name())
++sound_juicer_docdir = join_paths(sound_juicer_datadir, 'doc', 
meson.project_name())
+ 
+ gnome = import('gnome')
+ i18n = import('i18n')


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

2020-05-20 Thread Allan McRae via arch-commits
Date: Thursday, May 21, 2020 @ 05:16:18
  Author: allan
Revision: 387350

upgpkg: sound-juicer 3.24.0+2+gb8380d2d-3: fix FTBFS

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-21 00:22:11 UTC (rev 387349)
+++ PKGBUILD2020-05-21 05:16:18 UTC (rev 387350)
@@ -4,7 +4,7 @@
 
 pkgname=sound-juicer
 pkgver=3.24.0+2+gb8380d2d
-pkgrel=2
+pkgrel=3
 pkgdesc="A lean and friendly audio CD extractor for GNOME"
 url="https://wiki.gnome.org/Apps/SoundJuicer";
 arch=(x86_64)
@@ -22,6 +22,7 @@
 
 prepare() {
   cd $pkgname
+  sed -i "/^AM_GNU_GETTEXT_VERSION.*/a 
AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6])" configure.ac  
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 23:09:44
  Author: felixonmars
Revision: 338750

PIE/BUILDINFO rebuild

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 23:09:37 UTC (rev 338749)
+++ PKGBUILD2018-11-09 23:09:44 UTC (rev 338750)
@@ -4,7 +4,7 @@
 
 pkgname=sound-juicer
 pkgver=3.24.0+2+gb8380d2d
-pkgrel=1
+pkgrel=2
 pkgdesc="A lean and friendly audio CD extractor for GNOME"
 url="https://wiki.gnome.org/Apps/SoundJuicer";
 arch=(x86_64)


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

2017-04-21 Thread Jan Steffens
Date: Saturday, April 22, 2017 @ 01:37:01
  Author: heftig
Revision: 293881

3.24.0+2+gb8380d2d-1

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 01:32:38 UTC (rev 293880)
+++ PKGBUILD2017-04-22 01:37:01 UTC (rev 293881)
@@ -4,7 +4,7 @@
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.22.1
+pkgver=3.24.0+2+gb8380d2d
 pkgrel=1
 pkgdesc="A lean and friendly audio CD extractor for GNOME"
 url="https://wiki.gnome.org/Apps/SoundJuicer";
@@ -12,9 +12,8 @@
 license=(GPL)
 depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero iso-codes)
 makedepends=(intltool itstool gnome-common appstream-glib git)
-options=(!emptydirs)
-_commit=3323b52ab1208baac496f923ee49d609bacea2ac  # tags/3.22.1^0
-source=("git://git.gnome.org/sound-juicer#commit=$_commit")
+_commit=b8380d2da3b799560d5703ae8159a492877cd411  # master
+source=("git+https://git.gnome.org/browse/sound-juicer#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-10-10 Thread Jan Steffens
Date: Monday, October 10, 2016 @ 11:02:47
  Author: heftig
Revision: 278148

3.22.1-1

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-10 11:02:41 UTC (rev 278147)
+++ PKGBUILD2016-10-10 11:02:47 UTC (rev 278148)
@@ -4,7 +4,7 @@
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.22.0+1+gaa54843
+pkgver=3.22.1
 pkgrel=1
 pkgdesc="A lean and friendly audio CD extractor for GNOME"
 url="https://wiki.gnome.org/Apps/SoundJuicer";
@@ -13,7 +13,7 @@
 depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero iso-codes)
 makedepends=(intltool itstool gnome-common appstream-glib git)
 options=(!emptydirs)
-_commit=aa548435df9e1eb648b10a8b3634079e6165a0e3  # master
+_commit=3323b52ab1208baac496f923ee49d609bacea2ac  # tags/3.22.1^0
 source=("git://git.gnome.org/sound-juicer#commit=$_commit")
 sha256sums=('SKIP')
 


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

2016-09-27 Thread Jan Steffens
Date: Tuesday, September 27, 2016 @ 20:21:59
  Author: heftig
Revision: 277163

3.22.0+1+gaa54843-1

Modified:
  sound-juicer/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-27 20:19:52 UTC (rev 277162)
+++ PKGBUILD2016-09-27 20:21:59 UTC (rev 277163)
@@ -4,20 +4,31 @@
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.20.0
-pkgrel=2
+pkgver=3.22.0+1+gaa54843
+pkgrel=1
 pkgdesc="A lean and friendly audio CD extractor for GNOME"
 url="https://wiki.gnome.org/Apps/SoundJuicer";
 arch=(i686 x86_64)
 license=(GPL)
 depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero iso-codes)
-makedepends=(intltool itstool)
+makedepends=(intltool itstool gnome-common appstream-glib git)
 options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('77e2b75f3f6fa82fc182ad782afe93c1be8d227979c80a7db9c5c54520d50c1a')
+_commit=aa548435df9e1eb648b10a8b3634079e6165a0e3  # master
+source=("git://git.gnome.org/sound-juicer#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --enable-compile-warnings=minimum
   make
@@ -24,6 +35,6 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname
   make DESTDIR="${pkgdir}" install
 }


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

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 13:28:56
  Author: heftig
Revision: 272586

3.20.0-2

Modified:
  sound-juicer/trunk/PKGBUILD
Deleted:
  sound-juicer/trunk/sound-juicer.install

--+
 PKGBUILD |   13 ++---
 sound-juicer.install |   18 --
 2 files changed, 6 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-28 13:24:59 UTC (rev 272585)
+++ PKGBUILD2016-07-28 13:28:56 UTC (rev 272586)
@@ -5,22 +5,21 @@
 
 pkgname=sound-juicer
 pkgver=3.20.0
-pkgrel=1
-pkgdesc="A cd ripper application"
+pkgrel=2
+pkgdesc="A lean and friendly audio CD extractor for GNOME"
+url="https://wiki.gnome.org/Apps/SoundJuicer";
 arch=(i686 x86_64)
 license=(GPL)
-depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero hicolor-icon-theme iso-codes)
+depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero iso-codes)
 makedepends=(intltool itstool)
 options=(!emptydirs)
-url="http://www.gnome.org";
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-install=sound-juicer.install
 sha256sums=('77e2b75f3f6fa82fc182ad782afe93c1be8d227979c80a7db9c5c54520d50c1a')
 
 build() {
   cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-compile-warnings=minimum
   make
 }
 

Deleted: sound-juicer.install
===
--- sound-juicer.install2016-07-28 13:24:59 UTC (rev 272585)
+++ sound-juicer.install2016-07-28 13:28:56 UTC (rev 272586)
@@ -1,18 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  (( $(vercmp $2 3.12.0) < 0 )) && gconfpkg --uninstall sound-juicer
-  return 0
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-03-30 Thread Jan Steffens
Date: Thursday, March 31, 2016 @ 00:13:51
  Author: heftig
Revision: 263455

3.20.0

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-30 22:11:34 UTC (rev 263454)
+++ PKGBUILD2016-03-30 22:13:51 UTC (rev 263455)
@@ -4,7 +4,7 @@
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.18.1
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 url="http://www.gnome.org";
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 install=sound-juicer.install
-sha256sums=('526d5a84d9b6b8f002f82f9d5678e3850c48e3b5692a499451fc5f36eef0de76')
+sha256sums=('77e2b75f3f6fa82fc182ad782afe93c1be8d227979c80a7db9c5c54520d50c1a')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-11-16 Thread Jan Steffens
Date: Tuesday, November 17, 2015 @ 06:13:08
  Author: heftig
Revision: 251106

3.18.1

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-17 05:13:01 UTC (rev 251105)
+++ PKGBUILD2015-11-17 05:13:08 UTC (rev 251106)
@@ -4,7 +4,7 @@
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 install=sound-juicer.install
-sha256sums=('0525cfcdf76379d7aa5255fae2cde9e44ad0a24b12ac953d4fbc3dc55dfab048')
+sha256sums=('526d5a84d9b6b8f002f82f9d5678e3850c48e3b5692a499451fc5f36eef0de76')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-09-25 Thread Jan Steffens
Date: Friday, September 25, 2015 @ 17:47:57
  Author: heftig
Revision: 247447

3.18.0

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-25 15:45:29 UTC (rev 247446)
+++ PKGBUILD2015-09-25 15:47:57 UTC (rev 247447)
@@ -4,7 +4,7 @@
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.16.1
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 install=sound-juicer.install
-sha256sums=('dfb744504a60f8069257584b74d90cba1ce99c744a7106b68627ad1d40b2a657')
+sha256sums=('0525cfcdf76379d7aa5255fae2cde9e44ad0a24b12ac953d4fbc3dc55dfab048')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-04-13 Thread Jan Steffens
Date: Tuesday, April 14, 2015 @ 03:13:43
  Author: heftig
Revision: 236408

3.16.1

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-14 01:12:57 UTC (rev 236407)
+++ PKGBUILD2015-04-14 01:13:43 UTC (rev 236408)
@@ -4,7 +4,7 @@
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 install=sound-juicer.install
-sha256sums=('c383c4588ef347b52c218b370c39c9b40839308cfc9dc37a9a9696ae0e471e12')
+sha256sums=('dfb744504a60f8069257584b74d90cba1ce99c744a7106b68627ad1d40b2a657')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-03-23 Thread Jan de Groot
Date: Monday, March 23, 2015 @ 12:14:11
  Author: jgc
Revision: 234537

upgpkg: sound-juicer 3.16.0-1

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-23 10:53:37 UTC (rev 234536)
+++ PKGBUILD2015-03-23 11:14:11 UTC (rev 234537)
@@ -4,8 +4,8 @@
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.14.0
-pkgrel=2
+pkgver=3.16.0
+pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
 license=(GPL)
@@ -15,17 +15,12 @@
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 install=sound-juicer.install
-sha256sums=('bb21107d57025d39feb499666a4f12152cbbe25a3c6170c330a5d2d8f9bcf54d')
+sha256sums=('c383c4588ef347b52c218b370c39c9b40839308cfc9dc37a9a9696ae0e471e12')
 
 build() {
   cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # drop unneeded direct library deps with --as-needed
-  # libtool doesn't make this easy, so we do it the hard way
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
   make
 }
 


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

2014-11-21 Thread Andrea Scarpino
Date: Friday, November 21, 2014 @ 14:11:49
  Author: andrea
Revision: 226784

upgpkg: sound-juicer 3.14.0-2

libmusicbrainz5 5.1.0

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-21 13:09:12 UTC (rev 226783)
+++ PKGBUILD2014-11-21 13:11:49 UTC (rev 226784)
@@ -5,7 +5,7 @@
 
 pkgname=sound-juicer
 pkgver=3.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
 license=(GPL)


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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:05:00
  Author: jgc
Revision: 222613

upgpkg: sound-juicer 3.14.0-1

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 09:35:59 UTC (rev 222612)
+++ PKGBUILD2014-09-22 10:05:00 UTC (rev 222613)
@@ -4,7 +4,7 @@
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.13.92
+pkgver=3.14.0
 pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 install=sound-juicer.install
-sha256sums=('358c5605f664b52a5f046e5c136c42dda5757bdf387d269db1fb00db4a84204c')
+sha256sums=('bb21107d57025d39feb499666a4f12152cbbe25a3c6170c330a5d2d8f9bcf54d')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-09-18 Thread Jan de Groot
Date: Thursday, September 18, 2014 @ 23:37:19
  Author: jgc
Revision: 222073

upgpkg: sound-juicer 3.13.92-1

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 21:33:50 UTC (rev 222072)
+++ PKGBUILD2014-09-18 21:37:19 UTC (rev 222073)
@@ -4,7 +4,7 @@
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.12.0
+pkgver=3.13.92
 pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 install=sound-juicer.install
-sha256sums=('c6f98dc6d453e2890fdc3bb7d2e360318d82dafd0304aa0a23ff6ea10b7aff1f')
+sha256sums=('358c5605f664b52a5f046e5c136c42dda5757bdf387d269db1fb00db4a84204c')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 00:48:23
  Author: heftig
Revision: 213424

3.12.0

Modified:
  sound-juicer/trunk/PKGBUILD
  sound-juicer/trunk/sound-juicer.install

--+
 PKGBUILD |   35 ---
 sound-juicer.install |   16 +---
 2 files changed, 17 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 21:11:15 UTC (rev 213423)
+++ PKGBUILD2014-05-23 22:48:23 UTC (rev 213424)
@@ -4,43 +4,32 @@
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.5.0
-pkgrel=2
+pkgver=3.12.0
+pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
 license=(GPL)
-depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero hicolor-icon-theme gconf)
-makedepends=(intltool gnome-doc-utils gnome-common)
+depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero hicolor-icon-theme iso-codes)
+makedepends=(intltool itstool)
 options=(!emptydirs)
 url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 install=sound-juicer.install
-sha256sums=('ea76703e08e67590af7b8ce5206c343eb01d77cd5023c0bc958a0c2f5a98d2e9')
+sha256sums=('c6f98dc6d453e2890fdc3bb7d2e360318d82dafd0304aa0a23ff6ea10b7aff1f')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -e "s/AM_GST_ELEMENT_CHECK/GST_ELEMENT_CHECK/" \
-  -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in
-  autoreconf -f
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-scrollkeeper
+  cd ${pkgname}-${pkgver}
 
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
   # drop unneeded direct library deps with --as-needed
   # libtool doesn't make this easy, so we do it the hard way
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  # Remove RPATH
-  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
libtool
-  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-  export tagname=CC
-  make AM_CFLAGS=-export-dynamic
+  make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make 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 sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }

Modified: sound-juicer.install
===
--- sound-juicer.install2014-05-23 21:11:15 UTC (rev 213423)
+++ sound-juicer.install2014-05-23 22:48:23 UTC (rev 213424)
@@ -1,24 +1,18 @@
-pkgname=sound-juicer
-
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
+  glib-compile-schemas /usr/share/glib-2.0/schemas
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 pre_upgrade() {
-  pre_remove $1
+  (( $(vercmp $2 3.12.0) < 0 )) && gconfpkg --uninstall sound-juicer
+  return 0
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
 post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }



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

2013-04-03 Thread Jan de Groot
Date: Wednesday, April 3, 2013 @ 14:01:57
  Author: jgc
Revision: 181345

upgpkg: sound-juicer 3.5.0-2

Remove from gnome-extra, fix build with newer autoconf, make sure GStreamer 
versions are detected correctly

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-03 11:25:02 UTC (rev 181344)
+++ PKGBUILD2013-04-03 12:01:57 UTC (rev 181345)
@@ -5,25 +5,35 @@
 
 pkgname=sound-juicer
 pkgver=3.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
 license=(GPL)
-depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero
- hicolor-icon-theme gconf)
-makedepends=(intltool gnome-doc-utils)
+depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero hicolor-icon-theme gconf)
+makedepends=(intltool gnome-doc-utils gnome-common)
 options=(!emptydirs)
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-groups=(gnome-extra)
 install=sound-juicer.install
 sha256sums=('ea76703e08e67590af7b8ce5206c343eb01d77cd5023c0bc958a0c2f5a98d2e9')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -e "s/AM_GST_ELEMENT_CHECK/GST_ELEMENT_CHECK/" \
+  -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in
+  autoreconf -f
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --disable-scrollkeeper
-  make
+
+  # drop unneeded direct library deps with --as-needed
+  # libtool doesn't make this easy, so we do it the hard way
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  # Remove RPATH
+  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
libtool
+  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
+  export tagname=CC
+  make AM_CFLAGS=-export-dynamic
 }
 
 package() {



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

2012-11-16 Thread Jan Steffens
Date: Friday, November 16, 2012 @ 23:43:25
  Author: heftig
Revision: 171307

3.5.0, because 3.4.0 fails FS#32714

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 04:08:17 UTC (rev 171306)
+++ PKGBUILD2012-11-17 04:43:25 UTC (rev 171307)
@@ -4,20 +4,20 @@
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.4.0
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
-license=('GPL')
-depends=('libmusicbrainz4' 'libdiscid' 'gtk3' 'gstreamer0.10-base-plugins'
- 'gstreamer0.10-good-plugins' 'brasero' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils')
+license=(GPL)
+depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero
+ hicolor-icon-theme gconf)
+makedepends=(intltool gnome-doc-utils)
 options=(!emptydirs)
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-groups=('gnome-extra')
+groups=(gnome-extra)
 install=sound-juicer.install
-sha256sums=('49805cc73617e745ee09b62fec46979387e5713d39e5f75320b91ee8f0c44f12')
+sha256sums=('ea76703e08e67590af7b8ce5206c343eb01d77cd5023c0bc958a0c2f5a98d2e9')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 14:43:35
  Author: heftig
Revision: 154807

3.4.0

Modified:
  sound-juicer/trunk/PKGBUILD

--+
 PKGBUILD |   27 +--
 1 file changed, 13 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-30 18:41:27 UTC (rev 154806)
+++ PKGBUILD2012-03-30 18:43:35 UTC (rev 154807)
@@ -1,29 +1,28 @@
 # $Id$
-# Maintainer: Jan de Groot 
-# Contributer: Ben 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=2.32.1
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('libmusicbrainz3' 'libgnome-media-profiles' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'brasero' 
'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils>=0.20.0' 'pkgconfig' 'gnome-common' 
'gtk-doc')
+depends=('libmusicbrainz4' 'libdiscid' 'gtk3' 'gstreamer0.10-base-plugins'
+ 'gstreamer0.10-good-plugins' 'brasero' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
 options=(!emptydirs)
-#source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}-20110501.tar.xz)
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
 groups=('gnome-extra')
 install=sound-juicer.install
-url="http://www.burtonini.com/blog/computers/sound-juicer";
-sha256sums=('e4312ebf75c8798dd3f7a9d2d9ee7291b593bd68c7b0559742b91ca7a52674fe')
+sha256sums=('49805cc73617e745ee09b62fec46979387e5713d39e5f75320b91ee8f0c44f12')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-scrollkeeper
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-scrollkeeper
   make
 }
 



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

2012-02-24 Thread Ionut Biru
Date: Friday, February 24, 2012 @ 13:14:45
  Author: ibiru
Revision: 151076

rebuild for signing

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-24 18:04:26 UTC (rev 151075)
+++ PKGBUILD2012-02-24 18:14:45 UTC (rev 151076)
@@ -4,7 +4,7 @@
 
 pkgname=sound-juicer
 pkgver=2.32.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
 license=('GPL')



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

2011-05-01 Thread Ionut Biru
Date: Sunday, May 1, 2011 @ 03:56:32
  Author: ibiru
Revision: 121992

fix source url, upload tarball

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-01 07:41:14 UTC (rev 121991)
+++ PKGBUILD2011-05-01 07:56:32 UTC (rev 121992)
@@ -12,11 +12,11 @@
 makedepends=('intltool' 'gnome-doc-utils>=0.20.0' 'pkgconfig' 'gnome-common' 
'gtk-doc')
 options=(!emptydirs)
 
#source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}-20110501.tar.xz)
 groups=('gnome-extra')
 install=sound-juicer.install
 url="http://www.burtonini.com/blog/computers/sound-juicer";
-sha256sums=('09fd7ebaa24b20a98be82bc10a9733f2e8d45bb31fb95a12535672d85272d8c2')
+sha256sums=('e4312ebf75c8798dd3f7a9d2d9ee7291b593bd68c7b0559742b91ca7a52674fe')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-04-06 Thread Ionut Biru
Date: Wednesday, April 6, 2011 @ 16:04:46
  Author: ibiru
Revision: 118432

upgpkg: sound-juicer 2.32.1-1
get a git snapshot compatible with gnome3

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-06 19:24:33 UTC (rev 118431)
+++ PKGBUILD2011-04-06 20:04:46 UTC (rev 118432)
@@ -3,26 +3,32 @@
 # Contributer: Ben 
 
 pkgname=sound-juicer
-pkgver=2.32.0
-pkgrel=2
+pkgver=2.32.1
+pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('libmusicbrainz3>=3.0.3' 'gnome-media>=2.32.0' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'brasero>=2.32.0' 
'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils>=0.20.0' 'pkgconfig')
+depends=('libmusicbrainz3' 'libgnome-media-profiles' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'brasero' 
'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils>=0.20.0' 'pkgconfig' 'gnome-common' 
'gtk-doc')
 options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
+#source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz)
 groups=('gnome-extra')
 install=sound-juicer.install
 url="http://www.burtonini.com/blog/computers/sound-juicer";
-sha256sums=('f6040e19e50094daff9699dea3e9884ce3226a61f28acbe9ad3a0458975a305a')
+sha256sums=('09fd7ebaa24b20a98be82bc10a9733f2e8d45bb31fb95a12535672d85272d8c2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
   --disable-scrollkeeper
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"



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

2011-02-19 Thread Ionut Biru
Date: Saturday, February 19, 2011 @ 10:59:30
  Author: ibiru
Revision: 110458

upgpkg: sound-juicer 2.32.0-2
execute update-desktop-database in install script FS#22937

Modified:
  sound-juicer/trunk/PKGBUILD
  sound-juicer/trunk/sound-juicer.install

--+
 PKGBUILD |2 +-
 sound-juicer.install |2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-19 15:39:28 UTC (rev 110457)
+++ PKGBUILD2011-02-19 15:59:30 UTC (rev 110458)
@@ -4,7 +4,7 @@
 
 pkgname=sound-juicer
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
 license=('GPL')

Modified: sound-juicer.install
===
--- sound-juicer.install2011-02-19 15:39:28 UTC (rev 110457)
+++ sound-juicer.install2011-02-19 15:59:30 UTC (rev 110458)
@@ -2,6 +2,7 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
+  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
@@ -18,5 +19,6 @@
 }
 
 post_remove() {
+  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }



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

2010-09-29 Thread Ionut Biru
Date: Wednesday, September 29, 2010 @ 17:27:50
  Author: ibiru
Revision: 92433

update to 2.32

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-29 21:09:23 UTC (rev 92432)
+++ PKGBUILD2010-09-29 21:27:50 UTC (rev 92433)
@@ -3,29 +3,29 @@
 # Contributer: Ben 
 
 pkgname=sound-juicer
-pkgver=2.28.2
+pkgver=2.32.0
 pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('musicbrainz>=2.1.5' 'gnome-media>=2.30.0' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'brasero>=2.30.0' 
'libcdio>=0.82' 'gvfs>=1.6.0' 'hicolor-icon-theme' 'libglade')
+depends=('libmusicbrainz3>=3.0.3' 'gnome-media>=2.32.0' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'brasero>=2.32.0' 
'hicolor-icon-theme')
 makedepends=('intltool' 'gnome-doc-utils>=0.20.0' 'pkgconfig')
 options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
 groups=('gnome-extra')
 install=sound-juicer.install
 url="http://www.burtonini.com/blog/computers/sound-juicer";
-sha256sums=('f4dde2db5bfbae023ff5042257600f9acdb42626f878a079c271cc838eefae30')
+sha256sums=('f6040e19e50094daff9699dea3e9884ce3226a61f28acbe9ad3a0458975a305a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-hal \
-  --disable-scrollkeeper || return 1
-  make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || 
return 1
-  
+  --localstatedir=/var \
+  --disable-scrollkeeper
+  make
+  make 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 sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }



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

2010-03-30 Thread Ionut Biru
Date: Tuesday, March 30, 2010 @ 18:20:25
  Author: ibiru
Revision: 74418

update to 2.28.2

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-30 22:16:42 UTC (rev 74417)
+++ PKGBUILD2010-03-30 22:20:25 UTC (rev 74418)
@@ -3,19 +3,19 @@
 # Contributer: Ben 
 
 pkgname=sound-juicer
-pkgver=2.28.1
-pkgrel=2
+pkgver=2.28.2
+pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('musicbrainz>=2.1.5' 'gnome-media>=2.28.0' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'brasero>=2.28.0' 
'libcdio>=0.82' 'gvfs>=1.4.0' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils>=0.18.0' 'pkgconfig')
+depends=('musicbrainz>=2.1.5' 'gnome-media>=2.30.0' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'brasero>=2.30.0' 
'libcdio>=0.82' 'gvfs>=1.6.0' 'hicolor-icon-theme' 'libglade')
+makedepends=('intltool' 'gnome-doc-utils>=0.20.0' 'pkgconfig')
 options=(!emptydirs)
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
 groups=('gnome-extra')
 install=sound-juicer.install
 url="http://www.burtonini.com/blog/computers/sound-juicer";
-sha256sums=('3142cce899812c6fb8c7145d52323f07d6ecfd6ca0503f4c7a32a12c00b8910c')
+sha256sums=('f4dde2db5bfbae023ff5042257600f9acdb42626f878a079c271cc838eefae30')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2009-11-29 Thread Jan de Groot
Date: Sunday, November 29, 2009 @ 10:34:26
  Author: jgc
Revision: 59889

upgpkg: sound-juicer 2.28.1-2
Rebuild for libcdio

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-11-29 15:29:19 UTC (rev 59888)
+++ PKGBUILD2009-11-29 15:34:26 UTC (rev 59889)
@@ -4,11 +4,11 @@
 
 pkgname=sound-juicer
 pkgver=2.28.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('musicbrainz>=2.1.5' 'gnome-media>=2.28.0' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'brasero>=2.28.0' 
'libcdio>=0.81' 'gvfs>=1.4.0' 'hicolor-icon-theme')
+depends=('musicbrainz>=2.1.5' 'gnome-media>=2.28.0' 
'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'brasero>=2.28.0' 
'libcdio>=0.82' 'gvfs>=1.4.0' 'hicolor-icon-theme')
 makedepends=('intltool' 'gnome-doc-utils>=0.18.0' 'pkgconfig')
 options=(!emptydirs)
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)



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

2009-11-27 Thread Ionut Biru
Date: Friday, November 27, 2009 @ 13:49:07
  Author: ibiru
Revision: 59795

upgpkg: sound-juicer 2.28.1-1
new ver

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-11-27 18:29:59 UTC (rev 59794)
+++ PKGBUILD2009-11-27 18:49:07 UTC (rev 59795)
@@ -3,7 +3,7 @@
 # Contributer: Ben 
 
 pkgname=sound-juicer
-pkgver=2.28.0
+pkgver=2.28.1
 pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 groups=('gnome-extra')
 install=sound-juicer.install
 url="http://www.burtonini.com/blog/computers/sound-juicer";
-sha256sums=('850ac22b164c414625892386b3a3f1163c1d61d078892928064eface3e12ead8')
+sha256sums=('3142cce899812c6fb8c7145d52323f07d6ecfd6ca0503f4c7a32a12c00b8910c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"