Bug 191874 - [patch] multimedia/libass: update to 0.11.2 and optionify
Summary: [patch] multimedia/libass: update to 0.11.2 and optionify
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
: 162042 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-07-15 13:13 UTC by Jan Beich
Modified: 2014-07-19 14:14 UTC (History)
2 users (show)

See Also:


Attachments
combined (3.55 KB, patch)
2014-07-15 13:13 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2014-07-15 13:13:14 UTC
Created attachment 144684 [details]
combined

Inspired by the following crash:

#0  0x00000008051503a4 in ass_drawing_parse (drawing=0x81f9ae240, raw_mode=0) at ass_drawing.c:409
#1  0x00000008051471eb in get_outline_glyph (priv=0x8120c4d00, info=0x816eb8000) at ass_render.c:1092
#2  0x0000000805144a64 in ass_render_event (render_priv=0x8120c4d00, event=0x81b00a790, event_images=0x81813d028) at ass_render.c:1876
#3  0x0000000805143bf5 in ass_render_frame (priv=0x8120c4d00, track=0x81216f000, now=259259, detect_change=0x7fffffffdc24) at ass_render.c:2585
Comment 1 Jan Beich freebsd_committer freebsd_triage 2014-07-15 13:16:52 UTC
*** Bug 162042 has been marked as a duplicate of this bug. ***
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-07-19 14:09:34 UTC
A commit references this bug:

Author: riggs
Date: Sat Jul 19 14:09:13 UTC 2014
New revision: 362263
URL: http://svnweb.freebsd.org/changeset/ports/362263

Log:
  - Update to upstream version 0.11.2
  - Project repository has been moved from Google code to GitHub
  - Introduce OPTIONS for ASM ENCA FONTCONFIG HARFBUZZ
  - BUILD_DEPENDS on yasm for optimized ASM builds

  PR:		191874
  Submitted by:	Jan Beich <jbeich@vfemail.net>
  Approved by:	mentors (implicit)

Changes:
  head/multimedia/libass/Makefile
  head/multimedia/libass/distinfo
  head/multimedia/libass/files/
  head/multimedia/libass/files/patch-configure.ac
  head/multimedia/libass/pkg-descr
Comment 3 Thomas Zander freebsd_committer freebsd_triage 2014-07-19 14:14:08 UTC
Committed, plus the ASM option. Thanks!