[arch-commits] Commit in deadbeef/repos (6 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Jan 14 16:10:39 UTC 2014


    Date: Tuesday, January 14, 2014 @ 17:10:39
  Author: bpiotrowski
Revision: 104015

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  deadbeef/repos/community-staging-i686/
  deadbeef/repos/community-staging-i686/PKGBUILD
    (from rev 104014, deadbeef/trunk/PKGBUILD)
  deadbeef/repos/community-staging-i686/deadbeef.install
    (from rev 104014, deadbeef/trunk/deadbeef.install)
  deadbeef/repos/community-staging-x86_64/
  deadbeef/repos/community-staging-x86_64/PKGBUILD
    (from rev 104014, deadbeef/trunk/PKGBUILD)
  deadbeef/repos/community-staging-x86_64/deadbeef.install
    (from rev 104014, deadbeef/trunk/deadbeef.install)

-------------------------------------------+
 community-staging-i686/PKGBUILD           |   48 ++++++++++++++++++++++++++++
 community-staging-i686/deadbeef.install   |   19 +++++++++++
 community-staging-x86_64/PKGBUILD         |   48 ++++++++++++++++++++++++++++
 community-staging-x86_64/deadbeef.install |   19 +++++++++++
 4 files changed, 134 insertions(+)

Copied: deadbeef/repos/community-staging-i686/PKGBUILD (from rev 104014, deadbeef/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-01-14 16:10:39 UTC (rev 104015)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Alexey Yakovenko <waker at users.sourceforge.net>
+
+pkgname=deadbeef
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='A GTK+ audio player for GNU/Linux.'
+arch=('i686' 'x86_64')
+url='http://deadbeef.sourceforge.net'
+license=('GPL2')
+depends=('gtk3' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 'libsndfile' 'libcdio' 'libcddb'
+             'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 'libzip' 'libsamplerate'
+             'yasm' 'ffmpeg')
+optdepends=('libsamplerate: for Resampler plugin'
+            'libvorbis: for Ogg Vorbis playback'
+            'libmad: for MP1/MP2/MP3 playback'
+            'flac: for FLAC playback'
+            'curl: for Last.fm scrobbler, SHOUTcast, Icecast, Podcast support'
+            'imlib2: for artwork plugin'
+            'wavpack: for WavPack playback'
+            'libsndfile: for Wave playback'
+            'libcdio: audio cd plugin'
+            'libcddb: audio cd plugin'
+            'faad2: for AAC/MP4 support'
+            'dbus: for OSD notifications support'
+            'pulseaudio: for PulseAudio output plugin'
+            'libx11: for global hotkeys plugin'
+            'zlib: for Audio Overload plugin'
+            'libzip: for vfs_zip plugin'
+            'ffmpeg: for ffmpeg plugin')
+install='deadbeef.install'
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('f1bbb1a0164ed7bcba9c0c8cd1dddcb5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --enable-gtk3
+  make
+}
+
+package () {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+}

Copied: deadbeef/repos/community-staging-i686/deadbeef.install (from rev 104014, deadbeef/trunk/deadbeef.install)
===================================================================
--- community-staging-i686/deadbeef.install	                        (rev 0)
+++ community-staging-i686/deadbeef.install	2014-01-14 16:10:39 UTC (rev 104015)
@@ -0,0 +1,19 @@
+pkgname=deadbeef
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+
+  cat <<EOF
+==> ffmpeg support was disabled in this deadbeef release due to
+==> incompatibilities with ffmpeg 0.11. It might be re-introduced soon.
+EOF
+}
+
+post_remove() {
+  post_install
+}

Copied: deadbeef/repos/community-staging-x86_64/PKGBUILD (from rev 104014, deadbeef/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-01-14 16:10:39 UTC (rev 104015)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Alexey Yakovenko <waker at users.sourceforge.net>
+
+pkgname=deadbeef
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='A GTK+ audio player for GNU/Linux.'
+arch=('i686' 'x86_64')
+url='http://deadbeef.sourceforge.net'
+license=('GPL2')
+depends=('gtk3' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 'libsndfile' 'libcdio' 'libcddb'
+             'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 'libzip' 'libsamplerate'
+             'yasm' 'ffmpeg')
+optdepends=('libsamplerate: for Resampler plugin'
+            'libvorbis: for Ogg Vorbis playback'
+            'libmad: for MP1/MP2/MP3 playback'
+            'flac: for FLAC playback'
+            'curl: for Last.fm scrobbler, SHOUTcast, Icecast, Podcast support'
+            'imlib2: for artwork plugin'
+            'wavpack: for WavPack playback'
+            'libsndfile: for Wave playback'
+            'libcdio: audio cd plugin'
+            'libcddb: audio cd plugin'
+            'faad2: for AAC/MP4 support'
+            'dbus: for OSD notifications support'
+            'pulseaudio: for PulseAudio output plugin'
+            'libx11: for global hotkeys plugin'
+            'zlib: for Audio Overload plugin'
+            'libzip: for vfs_zip plugin'
+            'ffmpeg: for ffmpeg plugin')
+install='deadbeef.install'
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('f1bbb1a0164ed7bcba9c0c8cd1dddcb5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --enable-gtk3
+  make
+}
+
+package () {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+}

Copied: deadbeef/repos/community-staging-x86_64/deadbeef.install (from rev 104014, deadbeef/trunk/deadbeef.install)
===================================================================
--- community-staging-x86_64/deadbeef.install	                        (rev 0)
+++ community-staging-x86_64/deadbeef.install	2014-01-14 16:10:39 UTC (rev 104015)
@@ -0,0 +1,19 @@
+pkgname=deadbeef
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+
+  cat <<EOF
+==> ffmpeg support was disabled in this deadbeef release due to
+==> incompatibilities with ffmpeg 0.11. It might be re-introduced soon.
+EOF
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list