mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
taglib: update to 2.2.1
Changelog: - Add Matroska (MKA, MKV) and WebM format support (v2.2) - Add NI STEM support in MP4 files (v2.2) - Add isDsd() method to WavPack audio properties (v2.2) - Fix duplicate prevention in Matroska complex property keys (v2.2.1) - Add Matroska edition, chapter, and attachment UID metadata (v2.2.1) Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
743b192041
commit
f184b9c9ec
@@ -6,13 +6,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=taglib
|
||||
PKG_VERSION:=2.0.1
|
||||
PKG_VERSION:=2.2.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/taglib/taglib
|
||||
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
|
||||
PKG_MIRROR_HASH:=2422e6c4ce9ea59882b6a9c078309bb95d6c11537b769f2ff22bc2fa977c56f3
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/taglib/taglib/releases/download/v$(PKG_VERSION)/
|
||||
PKG_HASH:=7e76b5299dcef427c486bffe455098470c8da91cf3ccb9ea804893df57389b5e
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
PKG_LICENSE:=LGPL-2.1-or-later
|
||||
|
||||
Reference in New Issue
Block a user