Skip to content

Commit

Permalink
Changes 1.9:
Browse files Browse the repository at this point in the history
Bug fixes.
  • Loading branch information
adam committed Feb 9, 2016
1 parent 2ae253e commit 84ba621
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions multimedia/x265/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2015/10/25 13:51:09 adam Exp $
# $NetBSD: Makefile,v 1.11 2016/02/09 12:04:56 adam Exp $

DISTNAME= x265_1.8
DISTNAME= x265_1.9
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= multimedia
MASTER_SITES= https://bitbucket.org/multicoreware/x265/downloads/ \
Expand All @@ -11,7 +11,7 @@ HOMEPAGE= http://www.x265.org/
COMMENT= High Efficiency Video Coding (HEVC)
LICENSE= gnu-gpl-v2

WRKSRC= ${WRKDIR}/x265_11047/source
WRKSRC= ${WRKDIR}/${DISTNAME}/source
BUILD_DEPENDS+= yasm>=1.0.0:../../devel/yasm

CMAKE_ARGS+= -DENABLE_PIC=ON
Expand Down
4 changes: 2 additions & 2 deletions multimedia/x265/PLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@comment $NetBSD: PLIST,v 1.9 2015/10/25 13:51:09 adam Exp $
@comment $NetBSD: PLIST,v 1.10 2016/02/09 12:04:56 adam Exp $
bin/x265
include/x265.h
include/x265_config.h
lib/libx265.a
lib/libx265.so
lib/libx265.so.68
lib/libx265.so.79
lib/pkgconfig/x265.pc
10 changes: 5 additions & 5 deletions multimedia/x265/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.10 2015/11/04 17:41:21 agc Exp $
$NetBSD: distinfo,v 1.11 2016/02/09 12:04:56 adam Exp $

SHA1 (x265_1.8.tar.gz) = 97b86d065c36265a32756ac8d64d26278be6f9a0
RMD160 (x265_1.8.tar.gz) = dab48b0cfca885ef6b29f3c88916af09e167b80e
SHA512 (x265_1.8.tar.gz) = 498c25ff6e5c68849db11d1509cc6f7e96d3a2e6594542589ac5b9f6d65a09ab3af590dcc3357f985f218f8d54af364c998cfedfbe95644747835c059214935c
Size (x265_1.8.tar.gz) = 918469 bytes
SHA1 (x265_1.9.tar.gz) = 8c9aa3b87b0f0a418bbb9782e9354d112d75e003
RMD160 (x265_1.9.tar.gz) = 1d5e0661fd609f909ffb3e2bd78ed819d6e8a4c8
SHA512 (x265_1.9.tar.gz) = 1c399101374da58d0661786a6144dd25a2028e25bcb99b3084d8839b0bd9c20bccf5c0e4413882f16b3b1c49f96710746a16cb690f3811dffb08c3befdc8e5f1
Size (x265_1.9.tar.gz) = 956101 bytes

0 comments on commit 84ba621

Please sign in to comment.