Commit graph

11 commits

Author SHA1 Message Date
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Michael Johnson
daf4cc81e4 - split multimedia/gstreamer-plugins in to individual ports per
gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
   to use new USE_GSTREAMER= macro, Bump PORTREVISION's

--

Examples of new USE_GSTREAMER macro:

 USE_GSTREAMER=        dvd lame flac
 .include <bsd.port.mk>

 If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
 you must follow one of the examples listed below

       WANT_GSTREAMER= yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_VORBIS)
       USE_GSTREAMER+= vorbis
       .endif

 or
       USE_GSTREAMER=  yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_FAAD)
       USE_GSTREAMER+= faad
       .endif

Note: USE_GSTREAMER=yes will always add a dependency to
               ports/multimedia/gstreamer-plugins

--

Thanks to krion for runing this on pointyhat

Thanks to kwm for helping with this, and many bug fixes , and updates.
2005-02-28 22:16:10 +00:00
Koop Mast
6b12652741 Update to version 0.8.1.
Changelog: http://gstreamer.freedesktop.org/releases/gst-python/0.8.1.html

Approved by:	pav (mentor)
2004-11-29 20:08:17 +00:00
Koop Mast
b3f2965f47 Update to version 0.8.0.
Use my FreeBSD address in the maintainer field.

Approved by:	pav (mentor)
2004-11-20 18:17:25 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Joe Marcus Clarke
103670c02a Chase the gstreamer shared lib bump. 2004-08-16 21:28:25 +00:00
Joe Marcus Clarke
141a827f85 Chase gstreamer shared lib version. 2004-08-02 20:06:27 +00:00
Joe Marcus Clarke
f5bd0a8ef2 Update to 0.7.92.
PR:		68699
Submitted by:	maintainer
2004-07-06 00:23:35 +00:00
Joe Marcus Clarke
07e83a4a5b Chase the gstreamer shared lib version, and bump PORTREVISION where
appropriate.
2004-06-14 18:31:04 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Joe Marcus Clarke
58062d7107 Add py-gstreamer, Python bindings around the GStreamer multimedia system.
PR:		65361
Submitted by:	Koop Mast <kwm@rainbow-runner.nl>
2004-04-09 20:16:20 +00:00