FreeBSD Bugzilla – Attachment 142427 Details for
Bug 189454
[MAINTAINER] graphics/iulib: support staging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
iulib-0.4.patch
iulib-0.4.patch (text/plain), 1.78 KB, created by
hiroto.kagotani
on 2014-05-08 03:40:00 UTC
(
hide
)
Description:
iulib-0.4.patch
Filename:
MIME Type:
Creator:
hiroto.kagotani
Created:
2014-05-08 03:40:00 UTC
Size:
1.78 KB
patch
obsolete
>diff -ruN ../iulib.orig/Makefile ./Makefile >--- ../iulib.orig/Makefile 2013-09-21 03:35:44.000000000 +0900 >+++ ./Makefile 2014-05-07 19:53:29.000000000 +0900 >@@ -3,7 +3,7 @@ > > PORTNAME= iulib > PORTVERSION= 0.4 >-PORTREVISION= 11 >+PORTREVISION= 12 > CATEGORIES= graphics > MASTER_SITES= GOOGLE_CODE > EXTRACT_SUFX= .tgz >@@ -11,24 +11,27 @@ > MAINTAINER= hiroto.kagotani@gmail.com > COMMENT= A library of image understanding-related algorithms > >-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ >- jpeg.11:${PORTSDIR}/graphics/jpeg \ >- tiff.4:${PORTSDIR}/graphics/tiff >+LICENSE= APACHE20 >+ >+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ >+ libjpeg.so:${PORTSDIR}/graphics/jpeg \ >+ libtiff.so:${PORTSDIR}/graphics/tiff > > OPTIONS_DEFINE= SDL VIDIO > SDL_DESC= Enable SDL for graphical debugging > VIDIO_DESC= Enable Video Input/Output (using ffmpeg) > >+USES= libtool > USE_GCC= any > USE_PYTHON_BUILD= yes >-USE_AUTOTOOLS= libtool aclocal automake autoconf >+USE_AUTOTOOLS= libtoolize aclocal automake autoconf > ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I${LOCALBASE}/share/aclocal > AUTOMAKE_ARGS= --add-missing > USE_LDCONFIG= yes > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib >+INSTALL_TARGET= install-strip > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MSDL} >@@ -40,7 +43,7 @@ > .endif > > .if ${PORT_OPTIONS:MVIDIO} >-LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg >+LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg > .endif > > post-patch: >diff -ruN ../iulib.orig/pkg-plist ./pkg-plist >--- ../iulib.orig/pkg-plist 2014-01-23 00:16:56.000000000 +0900 >+++ ./pkg-plist 2014-05-07 19:48:45.000000000 +0900 >@@ -53,7 +53,6 @@ > include/iulib/vidio.h > %%SDL%%include/iulib/SDL_lines.h > lib/libiulib.a >-lib/libiulib.la > lib/libiulib.so > lib/libiulib.so.0 > @dirrm include/colib
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 189454
: 142427