summaryrefslogtreecommitdiff
path: root/community/qmmp
diff options
context:
space:
mode:
Diffstat (limited to 'community/qmmp')
-rw-r--r--community/qmmp/PKGBUILD15
-rw-r--r--community/qmmp/cdio-includes.patch12
-rw-r--r--community/qmmp/qmmp.changelog3
3 files changed, 9 insertions, 21 deletions
diff --git a/community/qmmp/PKGBUILD b/community/qmmp/PKGBUILD
index 182761ffc..34aacd9f9 100644
--- a/community/qmmp/PKGBUILD
+++ b/community/qmmp/PKGBUILD
@@ -1,9 +1,9 @@
-#$Id: PKGBUILD 85390 2013-03-01 10:38:00Z andrea $
+#$Id: PKGBUILD 85725 2013-03-05 19:16:19Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=qmmp
-pkgver=0.6.6
-pkgrel=6
+pkgver=0.6.7
+pkgrel=1
pkgdesc="Qt4 based audio-player"
arch=('i686' 'x86_64' 'mips64el')
url="http://qmmp.ylsoftware.com/"
@@ -22,16 +22,13 @@ optdepends=('flac: native FLAC support'
'projectm: visual efects'
'ffmpeg' 'libsamplerate' 'wavpack')
install=$pkgname.install
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2
- cdio-includes.patch)
-sha256sums=('dfa973cca80c020a85a11bb66701a3804f9fde326440abb179559c98bf3b5b99'
- '7b3ff46dd30070cd79c5ca2dd6dfa1b9872bc09041f4bd985edf20a4333db07c')
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('82d8ed7f3678695e213f0989f869095b37bd212d23ad2827981bc65225d59f8c')
build() {
cd ${srcdir}/$pkgname-$pkgver
- patch -Np1 -i ${srcdir}/cdio-includes.patch
-
cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib
make
diff --git a/community/qmmp/cdio-includes.patch b/community/qmmp/cdio-includes.patch
deleted file mode 100644
index 4c471291f..000000000
--- a/community/qmmp/cdio-includes.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -upr qmmp-0.6.5.orig/src/plugins/Input/cdaudio/decoder_cdaudio.cpp qmmp-0.6.5/src/plugins/Input/cdaudio/decoder_cdaudio.cpp
---- qmmp-0.6.5.orig/src/plugins/Input/cdaudio/decoder_cdaudio.cpp 2013-01-10 21:55:55.000000000 +0200
-+++ qmmp-0.6.5/src/plugins/Input/cdaudio/decoder_cdaudio.cpp 2013-01-10 21:56:26.000000000 +0200
-@@ -25,7 +25,7 @@
- #include <QFileInfo>
- #include <QDir>
- #include <cdio/cdio.h>
--#include <cdio/cdda.h>
-+#include <cdio/paranoia/cdda.h>
- #include <cdio/audio.h>
- #include <cdio/cd_types.h>
- #include <cdio/logging.h>
diff --git a/community/qmmp/qmmp.changelog b/community/qmmp/qmmp.changelog
index 83a1d07a0..af394d59f 100644
--- a/community/qmmp/qmmp.changelog
+++ b/community/qmmp/qmmp.changelog
@@ -1,3 +1,6 @@
+2013-03-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * qmmp 0.6.7-1
+
2013-01-13 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* qmmp 0.6.6-2 libcdio/libcdio-paranoia rebuild