mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 15:13:56 -05:00
updater-taglib-2.1.1 — taglib → 2.1.1 (#12493)
* Add unbuilt taglib to updater-taglib-2.1.1 * updater-taglib-2.1.1: Build Run on linux/arm/v7. * updater-taglib-2.1.1: Build Run on linux/amd64. * updater-taglib-2.1.1: Build Run on linux/386. * updater-taglib-2.1.1: Package File Update Run on linux/386 container. --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
72ed91c119
commit
cdbb827eaf
@@ -70,6 +70,9 @@
|
||||
/usr/local/include/taglib/rifffile.h
|
||||
/usr/local/include/taglib/s3mfile.h
|
||||
/usr/local/include/taglib/s3mproperties.h
|
||||
/usr/local/include/taglib/shortenfile.h
|
||||
/usr/local/include/taglib/shortenproperties.h
|
||||
/usr/local/include/taglib/shortentag.h
|
||||
/usr/local/include/taglib/speexfile.h
|
||||
/usr/local/include/taglib/speexproperties.h
|
||||
/usr/local/include/taglib/synchronizedlyricsframe.h
|
||||
@@ -77,6 +80,7 @@
|
||||
/usr/local/include/taglib/tag.h
|
||||
/usr/local/include/taglib/tag_c.h
|
||||
/usr/local/include/taglib/taglib.h
|
||||
/usr/local/include/taglib/taglib_config.h
|
||||
/usr/local/include/taglib/taglib_export.h
|
||||
/usr/local/include/taglib/tbytevector.h
|
||||
/usr/local/include/taglib/tbytevectorlist.h
|
||||
|
||||
@@ -70,6 +70,9 @@
|
||||
/usr/local/include/taglib/rifffile.h
|
||||
/usr/local/include/taglib/s3mfile.h
|
||||
/usr/local/include/taglib/s3mproperties.h
|
||||
/usr/local/include/taglib/shortenfile.h
|
||||
/usr/local/include/taglib/shortenproperties.h
|
||||
/usr/local/include/taglib/shortentag.h
|
||||
/usr/local/include/taglib/speexfile.h
|
||||
/usr/local/include/taglib/speexproperties.h
|
||||
/usr/local/include/taglib/synchronizedlyricsframe.h
|
||||
@@ -77,6 +80,7 @@
|
||||
/usr/local/include/taglib/tag.h
|
||||
/usr/local/include/taglib/tag_c.h
|
||||
/usr/local/include/taglib/taglib.h
|
||||
/usr/local/include/taglib/taglib_config.h
|
||||
/usr/local/include/taglib/taglib_export.h
|
||||
/usr/local/include/taglib/tbytevector.h
|
||||
/usr/local/include/taglib/tbytevectorlist.h
|
||||
|
||||
@@ -70,6 +70,9 @@
|
||||
/usr/local/include/taglib/rifffile.h
|
||||
/usr/local/include/taglib/s3mfile.h
|
||||
/usr/local/include/taglib/s3mproperties.h
|
||||
/usr/local/include/taglib/shortenfile.h
|
||||
/usr/local/include/taglib/shortenproperties.h
|
||||
/usr/local/include/taglib/shortentag.h
|
||||
/usr/local/include/taglib/speexfile.h
|
||||
/usr/local/include/taglib/speexproperties.h
|
||||
/usr/local/include/taglib/synchronizedlyricsframe.h
|
||||
@@ -77,6 +80,7 @@
|
||||
/usr/local/include/taglib/tag.h
|
||||
/usr/local/include/taglib/tag_c.h
|
||||
/usr/local/include/taglib/taglib.h
|
||||
/usr/local/include/taglib/taglib_config.h
|
||||
/usr/local/include/taglib/taglib_export.h
|
||||
/usr/local/include/taglib/tbytevector.h
|
||||
/usr/local/include/taglib/tbytevectorlist.h
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/cmake'
|
||||
class Taglib < CMake
|
||||
description 'TagLib is a library for reading and editing the meta-data of several popular audio formats.'
|
||||
homepage 'https://taglib.org'
|
||||
version '2.0.2'
|
||||
version '2.1.1'
|
||||
license 'LGPL-2.1 and MPL-1.1'
|
||||
compatibility 'all'
|
||||
source_url "https://taglib.org/releases/taglib-#{version}.tar.gz"
|
||||
@@ -11,10 +11,10 @@ class Taglib < CMake
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '7c7a7923d22f14b6abdb647bc268de71121a0b842579006def74df004f914b4a',
|
||||
armv7l: '7c7a7923d22f14b6abdb647bc268de71121a0b842579006def74df004f914b4a',
|
||||
i686: 'e5389ba9799f1559f731ceff986fc43c171f76f2a18f320e900495cd62e2094d',
|
||||
x86_64: '69e6f99fed461bef141f70cb92433c4782a7ebe36317cddd147e5763190a7092'
|
||||
aarch64: '523fad65ddd68a04cbda6b4b93184981d498d92fff777d3659ed733904e92f82',
|
||||
armv7l: '523fad65ddd68a04cbda6b4b93184981d498d92fff777d3659ed733904e92f82',
|
||||
i686: 'ad18cefa364f4ec60badde0ce4b57723822ce592eddd8b47699f96e085144225',
|
||||
x86_64: '88502332e2346e539fa019488622b44f3f3757e60a9c6bec9bcb64f2965f450b'
|
||||
})
|
||||
|
||||
depends_on 'boost' => :build
|
||||
|
||||
Reference in New Issue
Block a user