diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-26 10:09:45 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-26 10:09:45 +0000 |
commit | c3367255c1c3f0211bc536507f4b3fd8f43567c3 (patch) | |
tree | 613e591f38a545e6c8bc5bdfd15ec84c5fa12f42 /multimedia | |
parent | 9fe0f718265641f43c74f167c35eb326fa9a91ce (diff) | |
download | ports-c3367255c1c3f0211bc536507f4b3fd8f43567c3.tar.gz ports-c3367255c1c3f0211bc536507f4b3fd8f43567c3.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/lives/Makefile | 23 | ||||
-rw-r--r-- | multimedia/lives/distinfo | 4 |
2 files changed, 14 insertions, 13 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index cd84e39c1274..0c5d9b5c391d 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTVERSION= 2.2.4 CATEGORIES= multimedia MASTER_SITES= http://salsaman.home.xs4all.nl/lives/current/ DISTNAME= LiVES-${PORTVERSION} @@ -34,7 +33,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa \ convert:${PORTSDIR}/graphics/ImageMagick \ sswf:${PORTSDIR}/graphics/sswf \ mencoder:${PORTSDIR}/multimedia/mencoder \ - mkvmerge:${PORTSDIR}/multimedia/mkvtoolnix \ mplayer:${PORTSDIR}/multimedia/mplayer \ ogmmerge:${PORTSDIR}/multimedia/ogmtools \ transcode:${PORTSDIR}/multimedia/transcode \ @@ -43,7 +41,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa \ WRKSRC= ${WRKDIR}/${DISTNAME:L} -USES= perl5 pkgconfig tar:bzip2 +USES= perl5 pkgconfig shebangfix tar:bzip2 +SHEBANG_FILES= build-lives-rfx-plugin build-lives-rfx-plugin-multi \ + smogrify tools/autolives.pl GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_PYTHON= yes @@ -52,26 +52,27 @@ USE_GNOME= gtk20 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-ldvgrab --disable-gtk3 +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include -fPIC LDFLAGS+= -L${LOCALBASE}/lib -pthread DOC_FILES= AUTHORS BUGS ChangeLog FEATURES GETTING.STARTED README \ - OMC/lives-OMC.txt \ - RFX/LiVES-Perl.odt RFX/rfxbuilder.odt RFX/RFX.spec \ - docs/clip_format.txt \ + OMC/lives-OMC.txt RFX/LiVES-Perl.odt RFX/rfxbuilder.odt \ + RFX/RFX.spec docs/clip_format.txt \ lives-plugins/marcos-encoders/README.multi_encoder \ weed-docs/weedspec.txt weed-docs/weedevents.txt PORT_VERBS= lives LiVES _encoder.py midistart midistop smogrify sendOSC -OPTIONS_DEFINE= DOCS DOXYGEN FREI0R NLS +OPTIONS_DEFINE= DOCS DOXYGEN FREI0R MATROSKA NLS OPTIONS_SUB= yes -DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen +DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen DOXYGEN_CONFIGURE_OFF= --disable-doxygen -FREI0R_BUILD_DEPENDS= ${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r -FREI0R_RUN_DEPENDS= ${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r +FREI0R_BUILD_DEPENDS= frei0r>0:${PORTSDIR}/graphics/frei0r +FREI0R_RUN_DEPENDS= frei0r>0:${PORTSDIR}/graphics/frei0r +MATROSKA_RUN_DEPENDS= mkvmerge:${PORTSDIR}/multimedia/mkvtoolnix NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls diff --git a/multimedia/lives/distinfo b/multimedia/lives/distinfo index 7ddcb6e2180f..4085003955fe 100644 --- a/multimedia/lives/distinfo +++ b/multimedia/lives/distinfo @@ -1,2 +1,2 @@ -SHA256 (LiVES-2.2.2.tar.bz2) = 9690a3bd9fedb9f3b45023c2bae2d964cc0eef7b9b69df229c7b0e5bc48bf4c7 -SIZE (LiVES-2.2.2.tar.bz2) = 3581107 +SHA256 (LiVES-2.2.4.tar.bz2) = b840c9d2b74baa6a4218375f3b5543c446e9e75cf85935d8c3123970ef91b886 +SIZE (LiVES-2.2.4.tar.bz2) = 3592749 |