Package Details: qmmp-plugin-pack 2.1.1-1

Git Clone URL: https://aur.archlinux.org/qmmp-plugin-pack.git (read-only, click to copy)
Package Base: qmmp-plugin-pack
Description: Qmmp Plugin Pack
Upstream URL: http://qmmp.ylsoftware.com
Licenses: GPL
Submitter: PerfectGentleman
Maintainer: ava1ar
Last Packager: ava1ar
Votes: 29
Popularity: 0.57
First Submitted: 2013-08-12 11:36 (UTC)
Last Updated: 2024-01-09 23:24 (UTC)

Latest Comments

1 2 Next › Last »

simona commented on 2024-11-04 12:00 (UTC)

compile error

adf commented on 2024-10-20 16:57 (UTC)

Please update for qmmp 2.2.0

diff --git a/.SRCINFO b/.SRCINFO
index 62aa8a4..3654b25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,3 +2,3 @@ pkgbase = qmmp-plugin-pack
    pkgdesc = Qmmp Plugin Pack
-   pkgver = 2.1.1
+   pkgver = 2.2.0
    pkgrel = 1
@@ -11,3 +11,3 @@ pkgbase = qmmp-plugin-pack
    makedepends = qt6-tools
-   depends = qmmp>=2.1.1
+   depends = qmmp>=2.2.0
    depends = taglib>=1.7.0
@@ -15,4 +15,4 @@ pkgbase = qmmp-plugin-pack
    depends = libxmp>=4.2.0
-   source = https://qmmp.ylsoftware.com/files/qmmp-plugin-pack/2.1/qmmp-plugin-pack-2.1.1.tar.bz2
-   sha1sums = 38560c40ad7d65085bb57be7a61aaeaa2e221dfd
+   source = https://qmmp.ylsoftware.com/files/qmmp-plugin-pack/2.2/qmmp-plugin-pack-2.2.0.tar.bz2
+   sha1sums = b5e222b4a6e5fe659167610053e8d77e257dafa0

diff --git a/PKGBUILD b/PKGBUILD
index 45d9138..ed17083 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,3 +4,3 @@
 pkgname=qmmp-plugin-pack
-pkgver=2.1.1
+pkgver=2.2.0
 pkgrel=1
@@ -12,4 +12,4 @@ depends=("qmmp>=$pkgver" 'taglib>=1.7.0' 'mpg123>=1.13.0' 'libxmp>=4.2.0')
 makedepends=('cmake>=2.8.6' 'yasm' 'qt6-tools')
-source=(https://qmmp.ylsoftware.com/files/qmmp-plugin-pack/2.1/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('38560c40ad7d65085bb57be7a61aaeaa2e221dfd')
+source=(https://qmmp.ylsoftware.com/files/qmmp-plugin-pack/2.2/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('b5e222b4a6e5fe659167610053e8d77e257dafa0')

ava1ar commented on 2019-02-22 14:06 (UTC)

gdamjan, thanks - updated.

gdamjan commented on 2019-02-22 07:03 (UTC)

the PKGBUILD needs some fixups - there's no LIB_DIR - compiling in the source directory is not recommended in cmake

diff --git a/PKGBUILD b/PKGBUILD
index 80bf725..d7b3ff6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,12 +14,13 @@ source=(http://qmmp.ylsoftware.com/files/plugins/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('e844fe7cdc041728244c0a207159291b1f4c0a16')

 build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIB_DIR=/usr/lib -DCMAKE_BUILD_TYPE=RELEASE -DUSE_FFAP:BOOL=TRUE
+       mkdir _build
+       cd _build
+       cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_BUILD_TYPE=RELEASE -DUSE_FFAP:BOOL=TRUE "${srcdir}/${pkgname}-${pkgver}"
        make
 }

 package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
+       cd _build
        make DESTDIR="${pkgdir}" install
 }

arcanis commented on 2015-10-03 21:44 (UTC)

it requires qt5-tools as makedep (qt-linguist)

ozky commented on 2015-09-24 09:20 (UTC)

I get it builded by first manually builded libxmp as i didn't have qmmp-plugin-pack installed.

ozky commented on 2015-09-24 09:07 (UTC)

Error libxmp 4.2.0 not found.

ava1ar commented on 2015-09-23 02:32 (UTC)

ozky, builds fine for me. What error are you getting?

ozky commented on 2015-09-22 07:06 (UTC)

It fails to build it cause of libxmp so that's why i asked.

ava1ar commented on 2015-09-21 14:07 (UTC)

Hi, ozky Major version of libxmp was not changed, pluigin's libxmp.so library dependencies looks good. I do not see anything to update. If you want, you can just rebuild the package after upgrading libxmp dependency.