FreeBSD Bugzilla – Attachment 149146 Details for
Bug 194649
[MAINTAINER UPDATE] graphics/libsixel update to 1.3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libsixel-1.3.2.diff
libsixel-1.3.2.diff (text/plain), 2.08 KB, created by
IWAMOTO Kouichi
on 2014-11-07 01:38:38 UTC
(
hide
)
Description:
libsixel-1.3.2.diff
Filename:
MIME Type:
Creator:
IWAMOTO Kouichi
Created:
2014-11-07 01:38:38 UTC
Size:
2.08 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 371617) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= libsixel >-PORTVERSION= 0.28.0 >+PORTVERSION= 1.3.2 > PORTEPOCH= 1 > CATEGORIES= graphics > >@@ -14,10 +14,10 @@ > USE_GITHUB= yes > GH_ACCOUNT= saitoha > GH_TAGNAME= v${PORTVERSION} >-GH_COMMIT= 0283eca >+GH_COMMIT= 385aada > > USE_LDCONFIG= yes >-USES= libtool >+USES= libtool pkgconfig > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig >@@ -26,7 +26,7 @@ > > PORTDOCS= README.md > >-OPTIONS_DEFINE= CURL GD PIXBUF >+OPTIONS_DEFINE= CURL GD JPEG PIXBUF PNG > OPTIONS_DEFAULT= > > CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl >@@ -35,9 +35,17 @@ > GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd > GD_CONFIGURE_WITH= gd > >+JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg >+JPEG_CONFIGURE_WITH= jpeg >+JPEG_CFLAGS= -I${LOCALBASE}/include >+JPEG_LDFLAGS= -L${LOCALBASE}/lib >+ > PIXBUF_LIB_DEPENDS= libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2 > PIXBUF_CONFIGURE_WITH= gdk-pixbuf2 > >+PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png >+PNG_CONFIGURE_WITH= png >+ > post-install: > ${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} >Index: distinfo >=================================================================== >--- distinfo (revision 371617) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (libsixel-0.28.0.tar.gz) = d5c257f48e793d83d5912f4f26b2d4ec18fa73172cd82292174c35096edff423 >-SIZE (libsixel-0.28.0.tar.gz) = 7936837 >+SHA256 (libsixel-1.3.2.tar.gz) = aafb06ffe799b04f2984dd4bb875136a6c36b2fcae3c35d83c8fc137cfa14ffe >+SIZE (libsixel-1.3.2.tar.gz) = 2521654 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 371617) >+++ pkg-plist (working copy) >@@ -2,9 +2,9 @@ > bin/sixel2png > include/sixel.h > lib/libsixel.a >-lib/libsixel.so.0 >-lib/libsixel.so.0.0.0 > lib/libsixel.so >+lib/libsixel.so.1 >+lib/libsixel.so.1.0.2 > libdata/pkgconfig/libsixel.pc > man/man1/img2sixel.1.gz > man/man1/sixel2png.1.gz
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 194649
:
148723
|
148724
|
148725
| 149146 |
149147