summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Perry (Pezz)2023-12-28 16:23:14 +1100
committerSimon Perry (Pezz)2023-12-28 16:23:14 +1100
commit27b0a3bcd38551d71530c9593e94e73676fe4b3c (patch)
treeb1aef3dc646aab170a0aaed85bf7796412987547
parentd807edffea16998a4cc19cd8768066a2f4cd07a8 (diff)
downloadaur-27b0a3bcd38551d71530c9593e94e73676fe4b3c.tar.gz
Update to 2.5.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
-rw-r--r--sidplayfp.install39
3 files changed, 10 insertions, 52 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3048bae4aeb3..a18ad7c618b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,20 @@
pkgbase = sidplayfp
pkgdesc = Sidplay2 fork with improved filter emulation
- pkgver = 2.5.0
+ pkgver = 2.5.1
pkgrel = 1
url = https://github.com/libsidplayfp/sidplayfp
- install = sidplayfp.install
arch = i686
arch = x86_64
license = GPL
- depends = libsidplayfp>=2.4.1
+ depends = libsidplayfp>=2.5.1
depends = alsa-lib
depends = gcc-libs
depends = glibc
+ optdepends = libpulse
conflicts = sidplay-residfp
conflicts = sidplay-residfp-alsa
conflicts = sidplay-residfp-pulse
- source = https://github.com/libsidplayfp/sidplayfp/archive/refs/tags/v2.5.0.tar.gz
- source = sidplayfp.install
- sha256sums = 6782c42a40465ac1be9fdd231735c697732e0978926d1068aa17e15d131e810a
- sha256sums = 4064bb649615a6d8825b7dcddb9880dd766169591e2643b631ef3b6c12171a33
+ source = https://github.com/libsidplayfp/sidplayfp/archive/refs/tags/v2.5.1.tar.gz
+ sha256sums = 93cb9ea85c8cdcab2b27a04130f10d871c10e34b0dad842e612f7fc259c35980
pkgname = sidplayfp
diff --git a/PKGBUILD b/PKGBUILD
index 079f5328f812..02785e3bb67f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,19 @@
# Contributor: Jonas Nyrén <jonas.nyren*mindkiller.com>
pkgname=sidplayfp
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
pkgdesc="Sidplay2 fork with improved filter emulation"
arch=('i686' 'x86_64')
url="https://github.com/libsidplayfp/sidplayfp"
license=('GPL')
-depends=('libsidplayfp>=2.5.0' 'alsa-lib' 'gcc-libs' 'glibc')
+depends=('libsidplayfp>=2.5.1' 'alsa-lib' 'gcc-libs' 'glibc')
+optdepends=('libpulse')
reaplces=('sidplay-residfp' 'sidplay-residfp-alsa' 'sidplay-residfp-pulse')
conflicts=('sidplay-residfp' 'sidplay-residfp-alsa' 'sidplay-residfp-pulse')
-install=${pkgname}.install
-source=("${url}/archive/refs/tags/v${pkgver}.tar.gz" "${pkgname}.install")
+source=("${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('6782c42a40465ac1be9fdd231735c697732e0978926d1068aa17e15d131e810a'
- '4064bb649615a6d8825b7dcddb9880dd766169591e2643b631ef3b6c12171a33')
+sha256sums=('93cb9ea85c8cdcab2b27a04130f10d871c10e34b0dad842e612f7fc259c35980')
prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/sidplayfp.install b/sidplayfp.install
deleted file mode 100644
index ecb38440d6a7..000000000000
--- a/sidplayfp.install
+++ /dev/null
@@ -1,39 +0,0 @@
-pkgname=sidplay-residfp
-
-post_install() {
- cat << _EOF
-
-- A default configuration is created in:
-- ~/.config/sidplayfp/sidplayfp.ini
-- on the first run.
--
-- Edit to suit your needs.
--
-- Some SIDs also need C64 ROM files in order to play correctly!
--
-- Install the VICE C64 emulator and use the ROM files found in:
-- /usr/lib/vice/C64 and set the appropriate ini options for
-- kernel, basic and chargen ROMs.
-
-_EOF
-}
-
-post_upgrade() {
- cat << _EOF
-
-- A default configuration is now created in:
-- ~/.config/sidplayfp/sidplayfp.ini
-- on the first run.
--
-- Edit to suit your needs or migrate your old configuration from:
-- ~/.sidplay/sidplay2.ini (taking note of any diffs)
--
-- Some SIDs also need C64 ROM files in order to play correctly!
--
-- Install the VICE C64 emulator and use the ROM files found in:
-- /usr/lib/vice/C64 and set the appropriate ini options for
-- kernel, basic and chargen ROMs.
-
-_EOF
-}
-