[arch-commits] Commit in sound-juicer/repos (8 files)

Jan de Groot jgc at archlinux.org
Mon Sep 22 10:05:07 UTC 2014


    Date: Monday, September 22, 2014 @ 12:05:06
  Author: jgc
Revision: 222614

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

Added:
  sound-juicer/repos/gnome-unstable-i686/PKGBUILD
    (from rev 222613, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/gnome-unstable-i686/sound-juicer.install
    (from rev 222613, sound-juicer/trunk/sound-juicer.install)
  sound-juicer/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 222613, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/gnome-unstable-x86_64/sound-juicer.install
    (from rev 222613, sound-juicer/trunk/sound-juicer.install)
Deleted:
  sound-juicer/repos/gnome-unstable-i686/PKGBUILD
  sound-juicer/repos/gnome-unstable-i686/sound-juicer.install
  sound-juicer/repos/gnome-unstable-x86_64/PKGBUILD
  sound-juicer/repos/gnome-unstable-x86_64/sound-juicer.install

--------------------------------------------+
 /PKGBUILD                                  |   70 +++++++++++++++++++++++++++
 /sound-juicer.install                      |   36 +++++++++++++
 gnome-unstable-i686/PKGBUILD               |   35 -------------
 gnome-unstable-i686/sound-juicer.install   |   18 ------
 gnome-unstable-x86_64/PKGBUILD             |   35 -------------
 gnome-unstable-x86_64/sound-juicer.install |   18 ------
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2014-09-22 10:05:00 UTC (rev 222613)
+++ gnome-unstable-i686/PKGBUILD	2014-09-22 10:05:06 UTC (rev 222614)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Ben <contrasutra at myrealbox.com>
-
-pkgname=sound-juicer
-pkgver=3.13.92
-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 iso-codes)
-makedepends=(intltool itstool)
-options=(!emptydirs)
-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')
-
-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
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: sound-juicer/repos/gnome-unstable-i686/PKGBUILD (from rev 222613, sound-juicer/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-22 10:05:06 UTC (rev 222614)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ben <contrasutra at myrealbox.com>
+
+pkgname=sound-juicer
+pkgver=3.14.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 iso-codes)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+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')
+
+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
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-i686/sound-juicer.install
===================================================================
--- gnome-unstable-i686/sound-juicer.install	2014-09-22 10:05:00 UTC (rev 222613)
+++ gnome-unstable-i686/sound-juicer.install	2014-09-22 10:05:06 UTC (rev 222614)
@@ -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
-}

Copied: sound-juicer/repos/gnome-unstable-i686/sound-juicer.install (from rev 222613, sound-juicer/trunk/sound-juicer.install)
===================================================================
--- gnome-unstable-i686/sound-juicer.install	                        (rev 0)
+++ gnome-unstable-i686/sound-juicer.install	2014-09-22 10:05:06 UTC (rev 222614)
@@ -0,0 +1,18 @@
+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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2014-09-22 10:05:00 UTC (rev 222613)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-22 10:05:06 UTC (rev 222614)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Ben <contrasutra at myrealbox.com>
-
-pkgname=sound-juicer
-pkgver=3.13.92
-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 iso-codes)
-makedepends=(intltool itstool)
-options=(!emptydirs)
-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')
-
-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
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: sound-juicer/repos/gnome-unstable-x86_64/PKGBUILD (from rev 222613, sound-juicer/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-22 10:05:06 UTC (rev 222614)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ben <contrasutra at myrealbox.com>
+
+pkgname=sound-juicer
+pkgver=3.14.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 iso-codes)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+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')
+
+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
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-x86_64/sound-juicer.install
===================================================================
--- gnome-unstable-x86_64/sound-juicer.install	2014-09-22 10:05:00 UTC (rev 222613)
+++ gnome-unstable-x86_64/sound-juicer.install	2014-09-22 10:05:06 UTC (rev 222614)
@@ -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
-}

Copied: sound-juicer/repos/gnome-unstable-x86_64/sound-juicer.install (from rev 222613, sound-juicer/trunk/sound-juicer.install)
===================================================================
--- gnome-unstable-x86_64/sound-juicer.install	                        (rev 0)
+++ gnome-unstable-x86_64/sound-juicer.install	2014-09-22 10:05:06 UTC (rev 222614)
@@ -0,0 +1,18 @@
+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
+}




More information about the arch-commits mailing list