Skip to content

Commit

Permalink
multimedia/libde265: Update to 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kwm81 committed Feb 21, 2023
1 parent 4b6ef03 commit 4b2680e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
9 changes: 7 additions & 2 deletions multimedia/libde265/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
PORTNAME= libde265
DISTVERSION= 1.0.9
DISTVERSION= 1.0.11
CATEGORIES= multimedia
MASTER_SITES= https://github.com/strukturag/${PORTNAME}/releases/download/v${DISTVERSION}/

PATCH_SITES= https://github.com/strukturag/${PORTNAME}/commit/
PATCHFILES= 97dd15303085eae2695a511717bf3239e209df96.patch:-p1 \
36391cda3d4e4fb3269a2ce310e6e0f634729f0b.patch:-p1 \
51f07f132f29832e025a8b913b61cbd20257c5fc.patch:-p1

MAINTAINER= [email protected]
COMMENT= Open source h.265 video codec
WWW= https://www.libde265.org
Expand All @@ -27,7 +32,7 @@ LLD_UNSAFE= yes
.endif

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libde265.so.0.1.2
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libde265.so.0.1.4
${MV} ${STAGEDIR}${PREFIX}/bin/dec265 \
${STAGEDIR}${PREFIX}/bin/libde265-dec265

Expand Down
12 changes: 9 additions & 3 deletions multimedia/libde265/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
TIMESTAMP = 1666214865
SHA256 (libde265-1.0.9.tar.gz) = 29bc6b64bf658d81a4446a3f98e0e4636fd4fd3d971b072d440cef987d5439de
SIZE (libde265-1.0.9.tar.gz) = 845520
TIMESTAMP = 1675714260
SHA256 (libde265-1.0.11.tar.gz) = 2f8f12cabbdb15e53532b7c1eb964d4e15d444db1be802505e6ac97a25035bab
SIZE (libde265-1.0.11.tar.gz) = 845996
SHA256 (97dd15303085eae2695a511717bf3239e209df96.patch) = 4da511180c9201b69b0dbdf24ce4e8ab11a34089ce7b767ca4a83d1e08da6595
SIZE (97dd15303085eae2695a511717bf3239e209df96.patch) = 1765
SHA256 (36391cda3d4e4fb3269a2ce310e6e0f634729f0b.patch) = 1a2640650de0071631af3523f19fc318f1f393cc13970bc4c49190e43848dea9
SIZE (36391cda3d4e4fb3269a2ce310e6e0f634729f0b.patch) = 1825
SHA256 (51f07f132f29832e025a8b913b61cbd20257c5fc.patch) = cea8a4ea987f4f8235f231e2b87c70d863d153329283b63d14b5a6e7bbc1a152
SIZE (51f07f132f29832e025a8b913b61cbd20257c5fc.patch) = 17325
2 changes: 1 addition & 1 deletion multimedia/libde265/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ include/libde265/de265-version.h
include/libde265/de265.h
lib/libde265.so
lib/libde265.so.0
lib/libde265.so.0.1.2
lib/libde265.so.0.1.4
libdata/pkgconfig/libde265.pc

0 comments on commit 4b2680e

Please sign in to comment.