summaryrefslogtreecommitdiff
path: root/multimedia/libass
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-13 10:25:48 +0000
committeradam <adam@pkgsrc.org>2015-12-13 10:25:48 +0000
commit330370c824f359d29807926f603204c4eb87956b (patch)
tree53c8dd11a21e4e0ef036b1b1c6b783558634dd35 /multimedia/libass
parentd97b8f019440b8dd6fa47bb3239ff8174adc713a (diff)
downloadpkgsrc-330370c824f359d29807926f603204c4eb87956b.tar.gz
Release 0.13.1:
Much faster duplicate event check in ass_process_chunk. This can bring a large speedup for embedded subtitles with lots of events. To make this possible, it is now forbidden to combine calls to ass_process_chunk with any other method of manipulating the event list, namely, manual manipulation and calls to ass_process_data, ass_read_memory and ass_read_file. Interpret negative timestamp components as actual negative numbers. This change increases compatibility with VSFilter. Font matching changes for VSFilter compatibility Look up fonts that contain PostScript outlines by their PostScript name instead of their full names. Family names continue to be used for all fonts. Keep spaces in font names Drop support for Fontconfig < 2.10.92 to ensure correct font matching Bug fixes Fix building the assembler code for the x32 ABI Fix static linking against libass through pkg-config when libass uses libiconv Fix some small memory leaks, potential crashes and bad data uses
Diffstat (limited to 'multimedia/libass')
-rw-r--r--multimedia/libass/Makefile4
-rw-r--r--multimedia/libass/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile
index 62859494762..6c61c93b089 100644
--- a/multimedia/libass/Makefile
+++ b/multimedia/libass/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2015/05/23 11:00:02 adam Exp $
+# $NetBSD: Makefile,v 1.15 2015/12/13 10:25:48 adam Exp $
-DISTNAME= libass-0.12.2
+DISTNAME= libass-0.13.1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=libass/}
GITHUB_PROJECT= libass
diff --git a/multimedia/libass/distinfo b/multimedia/libass/distinfo
index bdb8e6f5855..1cd0449f664 100644
--- a/multimedia/libass/distinfo
+++ b/multimedia/libass/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 23:54:27 agc Exp $
+$NetBSD: distinfo,v 1.9 2015/12/13 10:25:48 adam Exp $
-SHA1 (libass-0.12.2.tar.xz) = d2d9cde28210ffecb40cb51046f5ff7a23ca58fd
-RMD160 (libass-0.12.2.tar.xz) = 21aca9102829270269923d5f7d3111dcecb04b6d
-SHA512 (libass-0.12.2.tar.xz) = 7cdbb6514c17eafebcc5e558d96ac06f301fa2d7658275379b8598b71b1e10c5dee4d91ebce5181ee3f16f4fe4e1afa9bb9942fa81c38babdcad7de05b59d35f
-Size (libass-0.12.2.tar.xz) = 313208 bytes
+SHA1 (libass-0.13.1.tar.xz) = a48a5d160f0644423f1baa66f88aae8fe24c9487
+RMD160 (libass-0.13.1.tar.xz) = 09283ad89c01075b10ebb55f547c369eb249bc3e
+SHA512 (libass-0.13.1.tar.xz) = 0558e6bb139d9e3c506fa358b02dbeecf574098defb9a4d4c935dac402fc9cf09725114612d3a987f54dee5a08d55f135a64fd87d35fc25dda1bef72bc23d720
+Size (libass-0.13.1.tar.xz) = 318840 bytes