1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/multimedia/imagination/Makefile
Jan Beich c400a2c8b6 multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
2018-05-02 15:07:27 +00:00

34 lines
727 B
Makefile

# Created by: Jesse <jessefrgsmith@yahoo.ca>
# $FreeBSD$
PORTNAME= imagination
PORTVERSION= 3.0
PORTREVISION= 9
CATEGORIES= multimedia
MASTER_SITES= SF
MAINTAINER= jessefrgsmith@yahoo.ca
COMMENT= DVD slideshow maker
LIB_DEPENDS= libsox.so:audio/sox \
libavcodec.so:multimedia/ffmpeg
GNU_CONFIGURE= yes
USES= gmake pkgconfig libtool localbase
USE_GNOME= gtk20 intltool libxslt
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
NLS_USES_OFF= gettext-tools
post-patch:
@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} '/^imagination_LDADD =/s/$$/ -lm/' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>