Commit graph

7 commits

Author SHA1 Message Date
Michael Johnson
5f5e0cf860 - Back out of this commit, didn't mean to commit this port. 2005-07-13 06:46:44 +00:00
Michael Johnson
e90b7dea6f - Readd PORTREVISION?= to gstreamer-plugins so I can bump
gstreamer-plugins-libcdio without bumping everything.
- Add PORTREVISION= 1 to each gstreamer-plugins so version doesn't
  go backwards.
2005-07-13 06:40:56 +00:00
Jeremy Messenger
74d58c1aa0 Add pango, it is need for the subtitle. Totem and maybe other apps don't work
with subtitle by default unless the gstreamer-plugins-pango is installed. Bump
the PORTREVISION.

Ok'ed by:	marcus and ahze
2005-05-05 05:45:04 +00:00
Koop Mast
c94c680a96 Add gconf gstreamer-plugin
Requested by:	marcus
2005-03-20 19:38:53 +00:00
Michael Johnson
f9123f0196 - Disable XVID support by default on 4.x because
xvid wants gcc 3.x. Xvid support can be enabled
  with WITH_XVID knob.
2005-03-19 08:34:40 +00:00
Michael Johnson
21a719b1d7 - add a knob, WITHOUT_DVD, to disable dvd plugins 2005-03-04 07:30:14 +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