Lines 55-61
Link Here
|
55 |
|
55 |
|
56 |
GSTREAMER1_PORT= ${PORTSDIR}/multimedia/gstreamer1-plugins |
56 |
GSTREAMER1_PORT= ${PORTSDIR}/multimedia/gstreamer1-plugins |
57 |
_GST1_LIB_BASE= ${LOCALBASE}/lib/gstreamer-${GST1_VERSION} |
57 |
_GST1_LIB_BASE= ${LOCALBASE}/lib/gstreamer-${GST1_VERSION} |
58 |
GST1_VERSION= 1.2 |
58 |
GST1_VERSION= 1.4 |
59 |
GST1_MINOR_VERSION= .0 |
59 |
GST1_MINOR_VERSION= .0 |
60 |
GST1_SHLIB_VERSION= 0 |
60 |
GST1_SHLIB_VERSION= 0 |
61 |
GST1_MINIMAL_VERSION= .0 |
61 |
GST1_MINIMAL_VERSION= .0 |
Lines 71-79
Link Here
|
71 |
_GSTREAMER_PLUGINS= \ |
71 |
_GSTREAMER_PLUGINS= \ |
72 |
a52dec aalib amrnb amrwbdec cairo cdio \ |
72 |
a52dec aalib amrnb amrwbdec cairo cdio \ |
73 |
cdparanoia dts dv faac faad flac flite \ |
73 |
cdparanoia dts dv faac faad flac flite \ |
74 |
gdkpixbuf gme gnonlin gsm jack jpeg lame libcaca \ |
74 |
gdkpixbuf gl gme gnonlin gsm jack jpeg lame libcaca \ |
75 |
libmms libvisual mad mpeg2dec mpeg2enc neon ogg \ |
75 |
libmms libvisual mad mpeg2dec mpeg2enc neon ogg \ |
76 |
opencv opus pango resindvd schroedinger \ |
76 |
opencv opus pango python resindvd schroedinger \ |
77 |
shout2 sidplay soundtouch soup speex taglib \ |
77 |
shout2 sidplay soundtouch soup speex taglib \ |
78 |
theora twolame v4l2 vorbis wavpack x264 |
78 |
theora twolame v4l2 vorbis wavpack x264 |
79 |
|
79 |
|
Lines 81-88
Link Here
|
81 |
.if defined(USE_GSTREAMER) |
81 |
.if defined(USE_GSTREAMER) |
82 |
_GSTREAMER_PLUGINS+= \ |
82 |
_GSTREAMER_PLUGINS+= \ |
83 |
annodex bz2 cdaudio dvd esound ffmpeg fluendo-mp3 \ |
83 |
annodex bz2 cdaudio dvd esound ffmpeg fluendo-mp3 \ |
84 |
fluendo-mpegdemux gconf gio gl gnomevfs hal \ |
84 |
fluendo-mpegdemux gconf gio gnomevfs hal \ |
85 |
ladspa libpng mm mp3 musepack nas pulse python qt4 \ |
85 |
ladspa libpng mm mp3 musepack nas pulse qt4 \ |
86 |
sdl sndfile spc vdpau vp8 xvid |
86 |
sdl sndfile spc vdpau vp8 xvid |
87 |
.endif |
87 |
.endif |
88 |
|
88 |
|
Lines 89-95
Link Here
|
89 |
# plugins only in 1.0 |
89 |
# plugins only in 1.0 |
90 |
.if defined(USE_GSTREAMER1) |
90 |
.if defined(USE_GSTREAMER1) |
91 |
_GSTREAMER_PLUGINS+= \ |
91 |
_GSTREAMER_PLUGINS+= \ |
92 |
assrender curl dvdread kate libav modplug openjpeg png rtmp \ |
92 |
assrender curl dvdread editing-services kate libav \ |
|
|
93 |
modplug openjpeg png rtmp \ |
93 |
spandsp vpx webp x ximagesrc zbar |
94 |
spandsp vpx webp x ximagesrc zbar |
94 |
# vaapi? |
95 |
# vaapi? |
95 |
.endif |
96 |
.endif |
Lines 257-262
Link Here
|
257 |
|
258 |
|
258 |
dvdread_DEPENDS= multimedia/gstreamer-plugins-dvdread |
259 |
dvdread_DEPENDS= multimedia/gstreamer-plugins-dvdread |
259 |
|
260 |
|
|
|
261 |
editing-services_DEPENDS= multimedia/gstreamer-editing-services |
262 |
editing-services_GST_PREFIX= gstreamer1- |
263 |
editing-services_GST_SUFX= # empty |
264 |
editing-services_GST_VERSION= 1.0.0 |
265 |
|
260 |
ffmpeg_DEPENDS= multimedia/gstreamer-ffmpeg |
266 |
ffmpeg_DEPENDS= multimedia/gstreamer-ffmpeg |
261 |
ffmpeg_GST_PREFIX= gstreamer- |
267 |
ffmpeg_GST_PREFIX= gstreamer- |
262 |
ffmpeg_GST_SUFX= # empty |
268 |
ffmpeg_GST_SUFX= # empty |
Lines 313-318
Link Here
|
313 |
|
319 |
|
314 |
python_DEPENDS= multimedia/py-gstreamer |
320 |
python_DEPENDS= multimedia/py-gstreamer |
315 |
python_NAME= gstreamer |
321 |
python_NAME= gstreamer |
|
|
322 |
python_NAME10= gstreamer1 |
316 |
python_GST_PREFIX= ${PYTHON_PKGNAMEPREFIX} |
323 |
python_GST_PREFIX= ${PYTHON_PKGNAMEPREFIX} |
317 |
python_GST_SUFX= # empty |
324 |
python_GST_SUFX= # empty |
318 |
python_GST_VERSION= 0.10.4 |
325 |
python_GST_VERSION= 0.10.4 |