mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
mp3unicode: revbump for libtag
This commit is contained in:
parent
c5436bf3da
commit
b3acd186b5
2 changed files with 12 additions and 1 deletions
11
srcpkgs/mp3unicode/patches/taglib-2.patch
Normal file
11
srcpkgs/mp3unicode/patches/taglib-2.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/mp3unicode.cpp 2012-05-07 14:03:19.000000000 +0200
|
||||
+++ b/mp3unicode.cpp 2025-02-25 23:57:07.907736208 +0100
|
||||
@@ -192,7 +192,7 @@
|
||||
bool
|
||||
heuristicIsUnicode (TagLib::String string) {
|
||||
unsigned u0080 = 0;
|
||||
- for(TagLib::uint i = 0; i < string.size(); i++) {
|
||||
+ for(unsigned int i = 0; i < string.size(); i++) {
|
||||
if(string[i] > 255) {
|
||||
return true;
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mp3unicode'
|
||||
pkgname=mp3unicode
|
||||
version=1.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="taglib-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue