Package Details: qmmp-plugin-pack 2.3.0-2

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-1.0-or-later
Submitter: PerfectGentleman
Maintainer: ava1ar
Last Packager: ava1ar
Votes: 31
Popularity: 0.091030
First Submitted: 2013-08-12 11:36 (UTC)
Last Updated: 2025-12-25 17:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

ava1ar commented on 2025-01-14 19:43 (UTC)

@selfdenial it's all yours - good luck!

OdinVex commented on 2025-01-14 15:53 (UTC)

@selfdenial, That's awesome and definitely appreciated. :)

<deleted-account> commented on 2025-01-14 06:04 (UTC)

@ava1ar, I'm willing to adopt and maintain this package. Alternatively, feel free to add me as a co-maintainer.

OdinVex commented on 2025-01-14 01:38 (UTC)

@ava1ar, It's nothing at all personal, I just figured the last two posts requesting an update closer to upstream weren't replied to, I figured you either may have lost interest or something. I currently maintain qmmp-psf-git and if I can find the time to merge it into my offline clone of the plugin-pack I might apply. Thanks for responding back. :)

ava1ar commented on 2025-01-14 01:35 (UTC)

@OdinVex you just need to ask :) Let me know if you want to adopt the package and I will orphan it.

OdinVex commented on 2025-01-14 01:33 (UTC)

Perhaps this should be Orphaned so someone else can take up maintenance...It's been over 6 months since the "maintainer" last logged in.

<deleted-account> commented on 2024-12-23 17:17 (UTC)

Hi, thanks for this package! Here is a working diff for 2.2.1:

diff --git a/PKGBUILD b/PKGBUILD
index 45d9138..4c75913 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Maintainer: ava1ar <mail(at)ava1ar(dot)me>

 pkgname=qmmp-plugin-pack
-pkgver=2.1.1
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="Qmmp Plugin Pack"
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url="http://qmmp.ylsoftware.com"
 license=('GPL')
 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=('b35aacf0300fadc00b9f9ea85ac4c3fb427ab1ac')

 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"

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.