multimedia/libass: update to 0.15.1
Changes: https://github.com/libass/libass/releases/tag/0.15.1 Reported by: GitHub (watch releases)
This commit is contained in:
parent
a0f149843a
commit
6d96bf7791
4 changed files with 5 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= libass
|
||||
DISTVERSION= 0.15.0
|
||||
DISTVERSION= 0.15.1
|
||||
CATEGORIES= multimedia devel
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1602852654
|
||||
SHA256 (libass-0.15.0.tar.xz) = 9f09230c9a0aa68ef7aa6a9e2ab709ca957020f842e52c5b2e52b801a7d9e833
|
||||
SIZE (libass-0.15.0.tar.xz) = 367848
|
||||
TIMESTAMP = 1619919059
|
||||
SHA256 (libass-0.15.1.tar.xz) = 1cdd39c9d007b06e737e7738004d7f38cf9b1e92843f37307b24e7ff63ab8e53
|
||||
SIZE (libass-0.15.1.tar.xz) = 369884
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
--- configure.ac.orig 2017-10-31 12:55:50 UTC
|
||||
+++ configure.ac
|
||||
@@ -87,7 +87,13 @@ AS_IF([test x$enable_asm != xno], [
|
||||
[*darwin*], [
|
||||
ASFLAGS="$ASFLAGS -f macho$BITTYPE -DPREFIX -DHAVE_ALIGNED_STACK=1" ],
|
||||
[*linux*|*dragonfly*|*bsd*|*solaris*], [
|
||||
- ASFLAGS="$ASFLAGS -f elf$BITTYPE -DHAVE_ALIGNED_STACK=1" ],
|
||||
+ ASFLAGS="$ASFLAGS -f elf$BITTYPE"
|
||||
+ AS_IF([test x$BITS = x64], [
|
||||
+ ASFLAGS="$ASFLAGS -DHAVE_ALIGNED_STACK=1"
|
||||
+ ], [
|
||||
+ ASFLAGS="$ASFLAGS -DHAVE_ALIGNED_STACK=0"
|
||||
+ ])
|
||||
+ ],
|
||||
[*cygwin*|*mingw*], [
|
||||
ASFLAGS="$ASFLAGS -f win$BITTYPE"
|
||||
AS_IF([test x$BITS = x64], [
|
|
@ -3,5 +3,5 @@ include/ass/ass_types.h
|
|||
lib/libass.a
|
||||
lib/libass.so
|
||||
lib/libass.so.9
|
||||
lib/libass.so.9.1.1
|
||||
lib/libass.so.9.1.2
|
||||
libdata/pkgconfig/libass.pc
|
||||
|
|
Loading…
Reference in a new issue