summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer1-libav/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer1-libav/Makefile')
-rw-r--r--multimedia/gstreamer1-libav/Makefile70
1 files changed, 0 insertions, 70 deletions
diff --git a/multimedia/gstreamer1-libav/Makefile b/multimedia/gstreamer1-libav/Makefile
deleted file mode 100644
index 7d475441f..000000000
--- a/multimedia/gstreamer1-libav/Makefile
+++ /dev/null
@@ -1,70 +0,0 @@
-# Created by: Koop Mast <kwm@rainbow-runner.nl>
-# $FreeBSD$
-# $MCom: ports/trunk/multimedia/gstreamer1-libav/Makefile 17268 2013-04-01 05:13:11Z marcus $
-
-PORTNAME= gstreamer1-libav
-PORTVERSION= 1.0.5
-CATEGORIES= multimedia
-MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-libav/
-DISTNAME= gst-libav-${PORTVERSION}
-
-MAINTAINER= multimedia@FreeBSD.org
-COMMENT= GStreamer plug-in for manipulating MPEG video streams
-
-LICENSE= GPLv2
-
-BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \
- orc>=0.4.16:${PORTSDIR}/devel/orc
-# gstreamer-plugins10>=${GST10_VERSION}${GST10_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
-
-LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc
-
-USE_XZ= yes
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-USES= pkgconfig
-USE_GSTREAMER1= yes
-GNU_CONFIGURE= yes
-LIBAV_CONFIG= --cc=${CC} \
- --enable-runtime-cpudetect \
- --enable-pic
-LDFLAGS+= -Wl,-Bsymbolic
-CFLAGS+= -fno-force-addr
-CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG}
-
-#PLIST_SUB= VERSION="${GST10_VERSION}"
-PLIST_SUB= VERSION="1.0"
-
-PKG_CONFIG?="${LOCALBASE}/bin/pkg-config"
-#GST_VERSION=${PORTVERSION:C/..$//}
-
-# sse hardware vector support
-.if defined(MACHINE_CPU) && (${MACHINE_CPU:Msse} == "sse" || ${MACHINE_CPU:Mamd64} == "amd64")
-WITH_BUILTIN_VECTOR= yes
-.else
-LIBAV_CONFIG+= --disable-sse
-.endif
-
-# mmx support
-.if defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx} == "" && ${MACHINE_CPU:Mamd64} == ""
-LIBAV_CONFIG+= --disable-mmx
-WITHOUT_BUILTIN_VECTOR= yes
-.endif
-
-# builtin vector, requires mmx and sse
-.if !defined(WITHOUT_BUILTIN_VECTOR) && defined(WITH_BUILTIN_VECTOR)
-CFLAGS+= -msse
-.endif
-
-CONFIGURE_ARGS+= --with-libav-extra-configure="${LIBAV_CONFIG}"
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900033
-
-BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
-MAKE_ENV= COMPILER_PATH=${LOCALBASE}/bin
-
-.endif
-
-.include <bsd.port.post.mk>