Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-taglib


Commits:
7f3d721a by Antonio Rojas at 2024-01-25T23:57:59+01:00
upgpkg: 2.0-2: taglib 2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,21 @@
+pkgbase = lib32-taglib
+       pkgdesc = A Library for reading and editing the meta-data of several 
popular audio formats (32 bit)
+       pkgver = 2.0
+       pkgrel = 2
+       url = https://developer.kde.org/~wheeler/taglib.html
+       arch = x86_64
+       license = LGPL
+       license = MPL
+       makedepends = cmake
+       makedepends = utf8cpp
+       depends = taglib
+       depends = lib32-zlib
+       depends = lib32-gcc-libs
+       source = https://taglib.github.io/releases/taglib-2.0.tar.gz
+       source = https://github.com/taglib/taglib/commit/dfef09f1.patch
+       md5sums = 1826bf7e8486246a23fd98579f666413
+       md5sums = 8749e20e9df522f744b4b44b1a95d2bd
+       sha256sums = 
e36ea877a6370810b97d84cf8f72b1e4ed205149ab3ac8232d44c850f38a2859
+       sha256sums = 
bef9bf3cb5cb342e339612ca9fb9d9020ddd3307af15db0402507e7dcbcf35a2
+
+pkgname = lib32-taglib


=====================================
PKGBUILD
=====================================
@@ -7,20 +7,25 @@
 
 _pkgname=taglib
 pkgname=lib32-taglib
-pkgver=1.13.1
-pkgrel=1
+pkgver=2.0
+pkgrel=2
 pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats (32 bit)"
 arch=('x86_64')
 url="https://developer.kde.org/~wheeler/taglib.html";
 license=('LGPL' 'MPL')
 depends=($_pkgname 'lib32-zlib' 'lib32-gcc-libs')
-makedepends=('cmake')
-source=("https://taglib.github.io/releases/$_pkgname-$pkgver.tar.gz";)
-md5sums=('2fe6089da73ad414aa1b982b83415362')
-sha256sums=('c8da2b10f1bfec2cd7dbfcd33f4a2338db0765d851a50583d410bacf055cfd0b')
+makedepends=('cmake' 'utf8cpp')
+source=("https://taglib.github.io/releases/$_pkgname-$pkgver.tar.gz";
+         https://github.com/taglib/taglib/commit/dfef09f1.patch)
+md5sums=('1826bf7e8486246a23fd98579f666413'
+         '8749e20e9df522f744b4b44b1a95d2bd')
+sha256sums=('e36ea877a6370810b97d84cf8f72b1e4ed205149ab3ac8232d44c850f38a2859'
+            'bef9bf3cb5cb342e339612ca9fb9d9020ddd3307af15db0402507e7dcbcf35a2')
 
 prepare() {
   mkdir -p build
+
+  patch -d $_pkgname-$pkgver -Rp1 < dfef09f1.patch # 
https://github.com/taglib/taglib/issues/1211
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-taglib/-/commit/7f3d721a7b4005c5e4d3470d1686b2a5fdad1ff9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-taglib/-/commit/7f3d721a7b4005c5e4d3470d1686b2a5fdad1ff9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to