mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Update to version 2.0.3
Feature safe: yes
This commit is contained in:
parent
18b9ac2a5e
commit
9a361994a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316011
3 changed files with 8 additions and 35 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= lives
|
PORTNAME= lives
|
||||||
PORTVERSION= 1.8.2
|
PORTVERSION= 2.0.3
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= http://salsaman.home.xs4all.nl/lives/current/
|
MASTER_SITES= http://salsaman.home.xs4all.nl/lives/current/
|
||||||
DISTNAME= LiVES-${PORTVERSION}
|
DISTNAME= LiVES-${PORTVERSION}
|
||||||
|
@ -15,38 +15,17 @@ LICENSE= GPLv3
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:${PORTSDIR}/multimedia/v4l_compat \
|
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:${PORTSDIR}/multimedia/v4l_compat \
|
||||||
${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa
|
${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa
|
||||||
LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \
|
LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \
|
||||||
FLAC:${PORTSDIR}/audio/flac \
|
|
||||||
jack:${PORTSDIR}/audio/jack \
|
jack:${PORTSDIR}/audio/jack \
|
||||||
ogg:${PORTSDIR}/audio/libogg \
|
|
||||||
sndfile:${PORTSDIR}/audio/libsndfile \
|
|
||||||
vorbis:${PORTSDIR}/audio/libvorbis \
|
|
||||||
pulse:${PORTSDIR}/audio/pulseaudio \
|
pulse:${PORTSDIR}/audio/pulseaudio \
|
||||||
gdbm:${PORTSDIR}/databases/gdbm \
|
|
||||||
dbus-1:${PORTSDIR}/devel/dbus \
|
|
||||||
execinfo:${PORTSDIR}/devel/libexecinfo \
|
|
||||||
oil:${PORTSDIR}/devel/liboil \
|
oil:${PORTSDIR}/devel/liboil \
|
||||||
pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
|
|
||||||
orc:${PORTSDIR}/devel/orc \
|
|
||||||
pcre:${PORTSDIR}/devel/pcre \
|
|
||||||
aa:${PORTSDIR}/graphics/aalib \
|
|
||||||
cairo:${PORTSDIR}/graphics/cairo \
|
|
||||||
visual-0.4:${PORTSDIR}/graphics/libvisual04 \
|
visual-0.4:${PORTSDIR}/graphics/libvisual04 \
|
||||||
opencv_calib3d:${PORTSDIR}/graphics/opencv \
|
opencv_calib3d:${PORTSDIR}/graphics/opencv \
|
||||||
opencv_core:${PORTSDIR}/graphics/opencv-core \
|
|
||||||
png15:${PORTSDIR}/graphics/png \
|
|
||||||
fftw3:${PORTSDIR}/math/fftw3 \
|
fftw3:${PORTSDIR}/math/fftw3 \
|
||||||
fftw3f:${PORTSDIR}/math/fftw3-float \
|
fftw3f:${PORTSDIR}/math/fftw3-float \
|
||||||
avcodec:${PORTSDIR}/multimedia/ffmpeg \
|
avcodec:${PORTSDIR}/multimedia/ffmpeg \
|
||||||
dv:${PORTSDIR}/multimedia/libdv \
|
dv:${PORTSDIR}/multimedia/libdv \
|
||||||
theora:${PORTSDIR}/multimedia/libtheora \
|
|
||||||
vpx:${PORTSDIR}/multimedia/libvpx \
|
|
||||||
mjpegutils:${PORTSDIR}/multimedia/mjpegtools \
|
mjpegutils:${PORTSDIR}/multimedia/mjpegtools \
|
||||||
schroedinger:${PORTSDIR}/multimedia/schroedinger \
|
schroedinger:${PORTSDIR}/multimedia/schroedinger
|
||||||
xvidcore:${PORTSDIR}/multimedia/xvid \
|
|
||||||
freetype:${PORTSDIR}/print/freetype2 \
|
|
||||||
expat:${PORTSDIR}/textproc/expat2 \
|
|
||||||
xcb:${PORTSDIR}/x11/libxcb \
|
|
||||||
fontconfig:${PORTSDIR}/x11-fonts/fontconfig
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa \
|
RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa \
|
||||||
mpg123:${PORTSDIR}/audio/mpg123 \
|
mpg123:${PORTSDIR}/audio/mpg123 \
|
||||||
sox:${PORTSDIR}/audio/sox \
|
sox:${PORTSDIR}/audio/sox \
|
||||||
|
@ -67,19 +46,15 @@ USE_BZIP2= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_PKGCONFIG= build
|
USE_PKGCONFIG= build
|
||||||
USE_CSTD= gnu89
|
USE_CSTD= gnu89
|
||||||
USE_ICONV= yes
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
USE_CDRTOOLS= yes
|
USE_CDRTOOLS= yes
|
||||||
USE_GHOSTSCRIPT_RUN= yes
|
USE_GHOSTSCRIPT_RUN= yes
|
||||||
USE_XORG= ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \
|
USE_GNOME= gtk20
|
||||||
xfixes xi xinerama xrandr xrender xtst
|
|
||||||
USE_SDL= sdl
|
|
||||||
USE_GNOME= gdkpixbuf2 gtk20
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
CONFIGURE_ARGS= --disable-ldvgrab
|
CONFIGURE_ARGS= --disable-ldvgrab --disable-gtk3
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include -fPIC
|
CPPFLAGS+= -I${LOCALBASE}/include -fPIC
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib -pthread
|
LDFLAGS+= -L${LOCALBASE}/lib -pthread
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (LiVES-1.8.2.tar.bz2) = e5488780d54c2299cea65e4d669bcd56612fb4123c9c739b5e1213f9c724193d
|
SHA256 (LiVES-2.0.3.tar.bz2) = 094f6f61947d2ddaf5711ba32552d79c2f1bd6ffa2b7abfa9e09b1f30a4e9572
|
||||||
SIZE (LiVES-1.8.2.tar.bz2) = 3565371
|
SIZE (LiVES-2.0.3.tar.bz2) = 3511158
|
||||||
|
|
|
@ -28,14 +28,12 @@ include/weed/weed-effects.h
|
||||||
include/weed/weed-events.h
|
include/weed/weed-events.h
|
||||||
include/weed/weed-host.h
|
include/weed/weed-host.h
|
||||||
include/weed/weed-palettes.h
|
include/weed/weed-palettes.h
|
||||||
include/weed/weed-plugin-utils.h
|
|
||||||
include/weed/weed-plugin.h
|
include/weed/weed-plugin.h
|
||||||
include/weed/weed-utils.h
|
include/weed/weed-utils.h
|
||||||
include/weed/weed.h
|
include/weed/weed.h
|
||||||
lib/libweed-plugin-utils.a
|
|
||||||
lib/libweed-plugin-utils.la
|
|
||||||
lib/libweed-utils.a
|
|
||||||
lib/libweed-utils.la
|
lib/libweed-utils.la
|
||||||
|
lib/libweed-utils.so
|
||||||
|
lib/libweed-utils.so.0
|
||||||
lib/libweed.la
|
lib/libweed.la
|
||||||
lib/libweed.so
|
lib/libweed.so
|
||||||
lib/libweed.so.0
|
lib/libweed.so.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue