summaryrefslogtreecommitdiff
path: root/multimedia/libass/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-05-23 11:00:02 +0000
committeradam <adam@pkgsrc.org>2015-05-23 11:00:02 +0000
commit19ab42c9d9fb00936fec9d7431e3a3e8d59b7b58 (patch)
tree4fe994c8e9eb8b713b3f5ce749ed0decfb7cc4ce /multimedia/libass/Makefile
parenteb83171ff47d4e1b1338ab3fca2d5e4245037200 (diff)
downloadpkgsrc-19ab42c9d9fb00936fec9d7431e3a3e8d59b7b58.tar.gz
Changes 0.12.2:
Add extern "C" guards to the public headers for C++ compatibility Improvements to style override API and implementation Bugfixes: * Fix some rasterizer bugs of unknown severity * Fix a broken memset() of unknown severity * Make timestamp parsing more lenient, which makes libass accept invalid files accepted by most other ASS parsers * Increase compatibility with broken ASS drawings accepted by VSFilter
Diffstat (limited to 'multimedia/libass/Makefile')
-rw-r--r--multimedia/libass/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile
index 35990254851..62859494762 100644
--- a/multimedia/libass/Makefile
+++ b/multimedia/libass/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2015/02/11 10:58:02 adam Exp $
+# $NetBSD: Makefile,v 1.14 2015/05/23 11:00:02 adam Exp $
-DISTNAME= libass-0.12.1
+DISTNAME= libass-0.12.2
CATEGORIES= multimedia
-MASTER_SITES= https://github.com/libass/libass/releases/download/${PKGVERSION_NOREV}/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=libass/}
+GITHUB_PROJECT= libass
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org