FreeBSD Bugzilla – Attachment 196403 Details for
Bug 230767
[NEW PORT] graphics/libheif: an ISO/IEC 23008-12:2017 HEIF file format decoder and encoder
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v2 of the new port
libheif-v2.diff (text/plain), 3.85 KB, created by
Sebastian Steinmetz
on 2018-08-20 22:38:39 UTC
(
hide
)
Description:
v2 of the new port
Filename:
MIME Type:
Creator:
Sebastian Steinmetz
Created:
2018-08-20 22:38:39 UTC
Size:
3.85 KB
patch
obsolete
>Index: graphics/libheif/Makefile >=================================================================== >--- graphics/libheif/Makefile (nonexistent) >+++ graphics/libheif/Makefile (working copy) >@@ -0,0 +1,37 @@ >+# $FreeBSD$ >+ >+PORTNAME= libheif >+DISTVERSIONPREFIX= v >+DISTVERSION= 1.3.2 >+CATEGORIES= graphics >+ >+MAINTAINER= me@sebastiansteinmetz.ch >+COMMENT= Libheif is an ISO/IEC 23008-12:2017 HEIF file format de- and encoder >+ >+LICENSE= LGPL3+ >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+BROKEN_FreeBSD_10= error: encoder_fuzzer.cc:84:5: error: use of undeclared identifier 'free' >+ >+LIB_DEPENDS= libde265.so:multimedia/libde265 >+LIB_DEPENDS+= libx265.so:multimedia/x265 >+LIB_DEPENDS+= libpng16.so:graphics/png >+ >+ >+USES= shebangfix >+USES+= pkgconfig >+USES+= autoreconf >+USES+= libtool >+USES+= shared-mime-info >+ >+USE_GITHUB= yes >+GH_ACCOUNT= strukturag >+GH_PROJECT= libheif >+ >+GNU_CONFIGURE= yes >+ >+SHEBANG_GLOB= *.sh >+ >+USE_LDCONFIG= yes >+ >+.include <bsd.port.mk> > >Property changes on: graphics/libheif/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/libheif/distinfo >=================================================================== >--- graphics/libheif/distinfo (nonexistent) >+++ graphics/libheif/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1534537176 >+SHA256 (strukturag-libheif-v1.3.2_GH0.tar.gz) = 938272f76e0d5e032eeba0ba4c125c70a910aa3651ac1f3c96028f9a02057dec >+SIZE (strukturag-libheif-v1.3.2_GH0.tar.gz) = 927867 > >Property changes on: graphics/libheif/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/libheif/pkg-descr >=================================================================== >--- graphics/libheif/pkg-descr (nonexistent) >+++ graphics/libheif/pkg-descr (working copy) >@@ -0,0 +1,10 @@ >+ibheif is an ISO/IEC 23008-12:2017 HEIF file format decoder and encoder. >+ >+HEIF is a new image file format employing HEVC (h.265) image coding for the >+best compression ratios currently possible. >+ >+libheif makes use of libde265 for the actual image decoding and x265 for >+encoding. Alternative codecs for, e.g., AVC and JPEG can be provided as >+plugins. >+ >+WWW: https://github.com/strukturag/libheif > >Property changes on: graphics/libheif/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/libheif/pkg-plist >=================================================================== >--- graphics/libheif/pkg-plist (nonexistent) >+++ graphics/libheif/pkg-plist (working copy) >@@ -0,0 +1,15 @@ >+bin/heif-convert >+bin/heif-enc >+bin/heif-info >+bin/heif-thumbnailer >+include/libheif/heif.h >+include/libheif/heif_cxx.h >+include/libheif/heif_plugin.h >+include/libheif/heif_version.h >+lib/libheif.a >+lib/libheif.so >+lib/libheif.so.1 >+lib/libheif.so.1.3.2 >+libdata/pkgconfig/libheif.pc >+share/mime/packages/heif.xml >+share/thumbnailers/heif.thumbnailer > >Property changes on: graphics/libheif/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230767
:
196375
| 196403
Working