mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -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$
|
||||
|
||||
PORTNAME= lives
|
||||
PORTVERSION= 1.8.2
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://salsaman.home.xs4all.nl/lives/current/
|
||||
DISTNAME= LiVES-${PORTVERSION}
|
||||
|
@ -15,38 +15,17 @@ LICENSE= GPLv3
|
|||
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:${PORTSDIR}/multimedia/v4l_compat \
|
||||
${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa
|
||||
LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \
|
||||
FLAC:${PORTSDIR}/audio/flac \
|
||||
jack:${PORTSDIR}/audio/jack \
|
||||
ogg:${PORTSDIR}/audio/libogg \
|
||||
sndfile:${PORTSDIR}/audio/libsndfile \
|
||||
vorbis:${PORTSDIR}/audio/libvorbis \
|
||||
pulse:${PORTSDIR}/audio/pulseaudio \
|
||||
gdbm:${PORTSDIR}/databases/gdbm \
|
||||
dbus-1:${PORTSDIR}/devel/dbus \
|
||||
execinfo:${PORTSDIR}/devel/libexecinfo \
|
||||
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 \
|
||||
opencv_calib3d:${PORTSDIR}/graphics/opencv \
|
||||
opencv_core:${PORTSDIR}/graphics/opencv-core \
|
||||
png15:${PORTSDIR}/graphics/png \
|
||||
fftw3:${PORTSDIR}/math/fftw3 \
|
||||
fftw3f:${PORTSDIR}/math/fftw3-float \
|
||||
avcodec:${PORTSDIR}/multimedia/ffmpeg \
|
||||
dv:${PORTSDIR}/multimedia/libdv \
|
||||
theora:${PORTSDIR}/multimedia/libtheora \
|
||||
vpx:${PORTSDIR}/multimedia/libvpx \
|
||||
mjpegutils:${PORTSDIR}/multimedia/mjpegtools \
|
||||
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
|
||||
schroedinger:${PORTSDIR}/multimedia/schroedinger
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa \
|
||||
mpg123:${PORTSDIR}/audio/mpg123 \
|
||||
sox:${PORTSDIR}/audio/sox \
|
||||
|
@ -67,19 +46,15 @@ USE_BZIP2= yes
|
|||
GNU_CONFIGURE= yes
|
||||
USE_PKGCONFIG= build
|
||||
USE_CSTD= gnu89
|
||||
USE_ICONV= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PERL5= yes
|
||||
USE_CDRTOOLS= yes
|
||||
USE_GHOSTSCRIPT_RUN= yes
|
||||
USE_XORG= ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \
|
||||
xfixes xi xinerama xrandr xrender xtst
|
||||
USE_SDL= sdl
|
||||
USE_GNOME= gdkpixbuf2 gtk20
|
||||
USE_GNOME= gtk20
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFIGURE_ARGS= --disable-ldvgrab
|
||||
CONFIGURE_ARGS= --disable-ldvgrab --disable-gtk3
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -fPIC
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -pthread
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (LiVES-1.8.2.tar.bz2) = e5488780d54c2299cea65e4d669bcd56612fb4123c9c739b5e1213f9c724193d
|
||||
SIZE (LiVES-1.8.2.tar.bz2) = 3565371
|
||||
SHA256 (LiVES-2.0.3.tar.bz2) = 094f6f61947d2ddaf5711ba32552d79c2f1bd6ffa2b7abfa9e09b1f30a4e9572
|
||||
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-host.h
|
||||
include/weed/weed-palettes.h
|
||||
include/weed/weed-plugin-utils.h
|
||||
include/weed/weed-plugin.h
|
||||
include/weed/weed-utils.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.so
|
||||
lib/libweed-utils.so.0
|
||||
lib/libweed.la
|
||||
lib/libweed.so
|
||||
lib/libweed.so.0
|
||||
|
|
Loading…
Add table
Reference in a new issue