mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Readd gstreamer-plugins-xvid
This commit is contained in:
parent
5121165567
commit
6d79946d94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162661
1
MOVED
1
MOVED
@ -2279,7 +2279,6 @@ audio/gstreamer-plugins-smoothwave|audio/gstreamer-plugins-smoothwave80|2006-04-
|
||||
audio/gstreamer-plugins-sndfile|audio/gstreamer-plugins-sndfile80|2006-04-29|Not part of gstreamer 0.10 yet
|
||||
graphics/gstreamer-plugins-swfdec|graphics/gstreamer-plugins-swfdec80|2006-04-29|Not part of gstreamer 0.10 yet
|
||||
multimedia/gstreamer-plugins-x264|multimedia/gstreamer-plugins-x26480|2006-04-29|Not part of gstreamer 0.10 yet
|
||||
multimedia/gstreamer-plugins-xvid|multimedia/gstreamer-plugins-xvid80|2006-04-29|Not part of gstreamer 0.10 yet
|
||||
graphics/gstreamer-plugins-jpeg-mmx|graphics/gstreamer-plugins-jpeg-mmx80|2006-04-29|Not part of gstreamer 0.10 yet
|
||||
audio/gstreamer-plugins-polyp|audio/gstreamer-plugins-polyp80|2006-04-29|Not part of gstreamer 0.10 yet
|
||||
www/evolution-caldav||2006-04-29|Now included in evolution-data-server and evolution
|
||||
|
@ -65,7 +65,7 @@ _USE_GSTREAMER_ALL= a52dec aalib bad cairo cdparanoia dts \
|
||||
gnonlin good gsm ivorbis jpeg ladspa lame libcaca \
|
||||
libmms libpng libvisual mad mpeg2dec \
|
||||
musepack ogg pango sdl shout2 sidplay \
|
||||
speex theora ugly vorbis wavpack
|
||||
speex theora ugly vorbis wavpack xvid
|
||||
_USE_GSTREAMER80_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia \
|
||||
dirac dts dv dvd esound faac faad ffmpeg flac \
|
||||
gconf gdkpixbuf gnomevfs gsm hermes ivorbis jack jpeg \
|
||||
|
18
multimedia/gstreamer-plugins-xvid/Makefile
Normal file
18
multimedia/gstreamer-plugins-xvid/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# New ports collection makefile for: gstreamer-plugins-xvid
|
||||
# Date created: 3 Oct 2004
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/multimedia/gstreamer-plugins-xvid80/Makefile,v 1.1 2006/01/20 02:56:07 ahze Exp $
|
||||
#
|
||||
|
||||
CATEGORIES= multimedia
|
||||
PORTREVISION= 0
|
||||
|
||||
COMMENT= Gstreamer xvid plugin
|
||||
|
||||
GST_PLUGIN= xvid
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -244,6 +244,15 @@ LIB_DEPENDS+= vorbisidec.1:${PORTSDIR}/audio/libtremor
|
||||
DIST= bad
|
||||
.endif
|
||||
|
||||
# hal
|
||||
.if ${GST_PLUGIN}=="hal"
|
||||
LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal
|
||||
PLIST_FILES= ${GST_LIB_DIR}/libgsthalelements.a \
|
||||
${GST_LIB_DIR}/libgsthalelements.la \
|
||||
${GST_LIB_DIR}/libgsthalelements.so
|
||||
|
||||
.endif
|
||||
|
||||
# jpeg
|
||||
.if ${GST_PLUGIN}=="jpeg"
|
||||
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
@ -376,6 +385,12 @@ EXTRA_LIBS+= -lgsttag-${VERSION} -lgstaudio-${VERSION}
|
||||
DIST= base
|
||||
.endif
|
||||
|
||||
# xvid
|
||||
.if ${GST_PLUGIN}=="xvid"
|
||||
LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid
|
||||
DIST= bad
|
||||
.endif
|
||||
|
||||
# wavpack
|
||||
.if ${GST_PLUGIN}=="wavpack"
|
||||
LIB_DEPENDS+= wavpack.0:${PORTSDIR}/audio/wavpack
|
||||
|
Loading…
Reference in New Issue
Block a user