Commit graph

42 commits

Author SHA1 Message Date
Jeremy Messenger
620b29a1ff Attempt to remove lib/gstreamer-0.8 must be made with dirrmtry instead
of dirrm because other ports install files in this directory.

PR:		ports/99015
Submitted by:	vd
2006-06-19 18:01:16 +00:00
Joe Marcus Clarke
1ef1564ca1 Add missing plist files.
Reported by:	pav
2006-04-30 22:24:46 +00:00
Michael Johnson
d8e1e16e64 - Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves

Repocopied by:  marcus [1]
2006-04-29 23:03:03 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
a437d08eca Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:30:01 +00:00
Koop Mast
9e8d18edb2 Update to 0.8.11.
Add new plugins x264.

Approved by:	maintainer (implicit)
2005-09-08 18:32:13 +00:00
Koop Mast
ee067d96d6 Fix packaging. Only build the spc plugin on i386 and depend on nasm.
Submitted by:	pointyhat via kris
Approved by:	maintainer (implicit)
2005-07-09 21:10:32 +00:00
Koop Mast
3f91498e6d Update to 0.8.10.
Wavpack moves from main package to stand alone plugin.
New cdio plugin, spc plugin now enabled.

Mark the cairo plugin ignore because it needs a newer version of cairo.
Use gst-register-0.8 instead of gst-register.

Changelog:	http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.10.html

Approved by:	maintainer (implicit)
2005-07-06 15:04:58 +00:00
Koop Mast
482d77c904 Update to 0.8.9.
Remove xine plugins, not very well supported and gstreamer-ffmpeg does a
better job.
Override COMMENT and PORTREVISION in slave ports.
For the slave ports in multimedia add also CATAGORIES.
Chase libmusepack -> libmpcdec rename.

Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html

Approved by:	maintainer (implicit)
2005-05-31 15:51:42 +00:00
Koop Mast
9c6add9ec8 Really fix plist the right way.
Cluebat provided by: marcus
Approved by:	portmgr (krion)
2005-03-31 21:26:18 +00:00
Koop Mast
6079702988 Spell LIB_DEPENDS correctly for the jpeg-mmx plugin. [1]
And bump portrevision for that plugin.
Fix plist when the gconf plugin is installed. [2]

Submitted by:	[1] pointyhat via kris, [2] marcus
Approved by:	portmgr (marcus)
2005-03-25 21:47:38 +00:00
Koop Mast
731fd5b898 Slit off gstreamer gconf stuff in a seperate port.
Requested by:	lofi
Approved by:	maintainer (implicit)
2005-03-20 16:01:42 +00:00
Michael Johnson
8cc150076a - Fix plist [1]
- Add post-patch line to speed up configure for non-gstreamer-plugins-*

Pointed out by:	krion via pointyhat [1]
2005-03-17 07:03:20 +00:00
Koop Mast
c33f8ccc1b Disable CPUFLAGS by default, add switch WITH_CPUFLAGS to disable this. [1]
Make configure faster for plugins. [1]
Sprinkle some plugins around that apeard in this release.
Disable example building, we don't use them so why build them. [2]
Remove some useless ECHO_CMD's.

Submitted by:	[1] ahze
Requested by:	[2] adamw
Approved by:	maintainer (implicid)
2005-03-14 22:52:34 +00:00
Michael Johnson
c19262c529 - Update to 0.8.8
Approved by:	marcus (blanket)
2005-03-08 06:50:15 +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
cd38be476b Update to 0.8.7.
Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.7.html
Chase polypaudio lib bump.

Approved by:	maintainer (implicit)
2005-01-09 19:12:20 +00:00
Koop Mast
010b68948d Fix the gst-register problems when compiling with CPUTYPE set to athlon-*
with -O and p4 for -O and -O2. [1]
Add new plugin libcdaudio
Add patch to fix playback for the musepack plugin. [2]
Bump PORTREVISION

Submitted by:	lioux (maintainer) [1]
Approved by:	maintainer (implicit)
Obtained from:	Gstreamer CVS [2]
2004-12-17 21:14:55 +00:00
Koop Mast
a5d29142c4 Add libvisual and musepack support.
Reviewed by:	marcus
Approved by:	maintainer (implicit)
2004-11-30 22:48:34 +00:00
Joe Marcus Clarke
3148d7f9ea Update to 0.8.6. For all the changes in this release, see
http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.6.html.

* Add support for polypaudio
* Disable swfdec temporarily as the swfdec plug-in needs a new version
  of graphics/swfdec which needs liboil (not yet ported)

Submitted by:	kwm
Approved by:	maintainer (blanket)
2004-11-26 06:57:46 +00:00
Mario Sergio Fujikawa Ferreira
a66869295d o Mirror post-install target fix on @unexec line
o Moreover, @exec lines should refer to proper locations at X11BASE
  instead of betting that PREFIX == X11BASE

PR:		71397
Submitted by:	vs
2004-10-14 23:13:24 +00:00
Joe Marcus Clarke
f933c6cad8 The GConf schemas must be unexec'd before the respective schemas file
is removed.

Approved by:	maintainer (blanket)
2004-10-12 05:17:03 +00:00
Joe Marcus Clarke
f340ce80f4 Be sure to call gst-register with the correct output directory when
installing a package.
2004-10-12 01:39:04 +00:00
Joe Marcus Clarke
5f2916b409 * Update to 0.8.5
* Removed KIO support
* Add mplex from mjpegtools support
* Add libmng support

PR:		72404
Submitted by:	Michael Johnson <ahze@ahze.net>
Approved by:	maintainer (blanket)
2004-10-12 01:35:58 +00:00
Joe Marcus Clarke
ddf19c59ee Update to 0.8.4. For a list of the changes in this release, see
http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.4.html.

Submitted by:	Koop Mast <kwm@rainbow-runner.nl>
Approved by:	maintainer (implicit)
2004-09-03 04:16:52 +00:00
Joe Marcus Clarke
4528e05b80 Update to 0.8.3, and add faac and working xvid support.
Submitted by:	Koop Mast <kwm@rainbow-runner.nl>
2004-08-05 22:34:14 +00:00
Adam Weinberger
f4b8ac2a24 Add missing directory. 2004-07-28 15:05:36 +00:00
Mario Sergio Fujikawa Ferreira
e31b617237 o Add VCD plugin [1]
- take bsdi_dvd.h from mplayer which now lies on FILESDIR
	- MD5 (MPlayer-1.0pre4.tar.bz2) = 83ebac0f05b192516a41fca2350ca01
o Add WITH_CDROM_DEVICE to allow one to pick the CDROM device [1]
o Add WITH_DVD_DEVICE to allow one to pick the DVD device [1]
o Add mpeg2enc plugin which depends on multimedia/mjpegtools port
o Really install KDE kio support WITH_KIO. This required some
  CONFIGURE_ENV hacking
o Make sure plugins build/install even if PREFIX != {LOCAL,X11}BASE.
  This required hackery called EXTRA_BUILD_DIR. Check port's Makefile
  for more information. This fixed both vcd and modplug plugins
o Bump PORTREVISION due to PLIST change since VCD plugin is built
  per default

PR:		65451 [1]
Submitted by:	michael johnson <ahze@ahze.net> [1]
Reviewed by:	marcus, vs, michael johnson <ahze@ahze.net>
2004-07-10 22:47:59 +00:00
Joe Marcus Clarke
db1a00ca7b Update to 0.8.2, and add support for the DTS decoder. The full list of changes
in this version can be found at
http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.2.html

Approved by:	maintainer (implicit)
2004-06-27 06:11:11 +00:00
Joe Marcus Clarke
16a81bf7db Update to 0.8.1, a bug-fix release.
Approved by:	maintainer timeout
2004-04-28 17:18:19 +00:00
Joe Marcus Clarke
338925e47e Remove the httpsrc plug-in. It is no longer supported.
Reported by:	Piotr Smyrak <piotr.smyrak@heron.pl>
2004-04-06 02:02:28 +00:00
Joe Marcus Clarke
c4851e78e4 Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release
ever.  It fixes many bugs, and adds some features missing in previous
FreeBSD ports.  To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:

http://www.freebsd.org/gnome/docs/faq26.html

Please read it carefully.  GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:

http://www.marcuscom.com/tinderbox/

The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts.  We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.

Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
2004-04-05 03:11:39 +00:00
Joe Marcus Clarke
6beb8fd966 Add missing gconf files to the plist.
Spotted by:	adamw
Approved by:	maintainer (implicit)
2003-11-16 00:31:54 +00:00
Joe Marcus Clarke
1ee802641f Add optional swfdec support for rendering Flash animations. Also, correct
a Makefile typo.

Submitted by:	bland
Approved by:	maintainer (implicit)
2003-11-07 07:37:03 +00:00
Joe Marcus Clarke
9c0caae1c2 Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.

This commit represents work done by adamw, bland, and myself as well as
many other contributers:

Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>

Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.

Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon).  The
best way to upgrade so that you get all shared library dependencies is:

portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2

Approved by:	portmgr (kris, will, myself implicitly)
Requested by:	re as well as many other users
2003-09-18 06:49:37 +00:00
Mario Sergio Fujikawa Ferreira
8d77e91bfb Update to 0.6.2 2003-06-11 22:43:51 +00:00
Mario Sergio Fujikawa Ferreira
8bd4ca579c Update to 0.6.1
Submitted by:	marcus
2003-04-22 05:46:20 +00:00
Mario Sergio Fujikawa Ferreira
6e637f67f7 o Small fixes to support upcoming update to gstreamer-player port
- Depend unconditionally on hermes port since it is currently
	  the only colorspace plugin available
	- Fix {x,}videosink build
o Bump PORTREVISION
2003-02-28 04:50:37 +00:00
Joe Marcus Clarke
7e7d6898ef * Update to 0.6.0
* Fix audiofile detection
* Small CC safeness fixes
* Add Hermes support

This work is the product of colaboration between lioux and myself.

Approved by:	maintainer
2003-02-05 18:20:43 +00:00
Mario Sergio Fujikawa Ferreira
7d8c8ceeda o Update to 0.4.2
o USE_X_PREFIX since this will be part of GNOME 2.2
2002-11-14 17:24:09 +00:00
Mario Sergio Fujikawa Ferreira
294a3b9970 Update to 0.4.1 2002-10-26 16:25:05 +00:00
Mario Sergio Fujikawa Ferreira
94f8b9b1f9 New port gstreamer-plugins version 0.4.0: GStreamer written collection
of plugins handling several media types
2002-07-15 21:44:09 +00:00