Commit graph

28 commits

Author SHA1 Message Date
Joe Marcus Clarke
103670c02a Chase the gstreamer shared lib bump. 2004-08-16 21:28:25 +00:00
Joe Marcus Clarke
e16376e54e Chase the gstreamer shared lib version. 2004-08-02 20:02:46 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +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
Joe Marcus Clarke
9693507d26 Update to 0.8.0.
Approved by:	maintainer (implicit)
2004-04-05 04:17:08 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Adam Weinberger
7602ef6eba GTK2 mozilla is now the default, and GTK1 support will be built only if explicitly
requested.

This means that mozilla-gtk2 and mozilla-devel-gtk2 are now mozilla and
mozilla-devel, respectively; and the old mozilla and mozilla-devel are now
mozilla-gtk1 and mozilla-devel-gtk1.

This is done for a whole plethora of reasons, and should please everybody
except galeon1 fanatics and uhm... anybody else who it doesn't please.

If you have WITH_MOZILLA set in your /etc/make.conf, you'll need to update
the value accordingly. GTK2 ports will automatically install GTK2 mozilla,
and GTK1 ports will automatically install GTK1 ports, so WITH_MOZILLA need
be defined only if you want the development version... which are dormant
right now anyway.

For now, all ports that honoured WITH_MOZILLA=mozilla-{,-devel}-gtk2 will
still honour those values as well as WITH_MOZILLA=mozilla{,-devel}, but
future ports reserve the right to ignore the *-gtk2 values.
2004-02-18 03:50:38 +00:00
Mario Sergio Fujikawa Ferreira
43485240fb USE_SIZEify 2004-02-08 01:14:05 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Joe Marcus Clarke
94ddbfca3d Add a missing dependency on gnomedesktop, and simplify the USE_GNOME bits.
Reported by:	bento via kris
Approved by:	maintainer (implicit)
		portmgr (implicit)
2003-11-29 22:03:00 +00:00
Joe Marcus Clarke
ee14383750 Fix the plug-in build on -STABLE.
Submitted by:	bland
Approved by:	maintainer (implicit)
2003-11-08 07:49:55 +00:00
Joe Marcus Clarke
17149c1581 Add support for I18N.
Submitted by:	adamw
Approved by:	maintainer (implicit)
2003-11-07 22:02:58 +00:00
Joe Marcus Clarke
fafa0416e6 Add a pre-everything message about how to enable the Mozilla plug-in.
Submitted by:	adamw
Approved by:	maintainer (implicit)
2003-11-07 21:53:17 +00:00
Joe Marcus Clarke
726f3c9735 Distfile was re-rolled so to fix a version number. Also, fix the plug-in
build.

Submitted by:	bland
2003-11-07 07:11:49 +00:00
Joe Marcus Clarke
0c7b0a78bc Update to 0.6.0 and add support for the Mozilla plug-in.
Submitted by:	bland
Approved by:	maintainer (implicit)
2003-11-07 02:18:23 +00:00
Joe Marcus Clarke
1c007d498f Fix build by removing some bogus plist entries. 2003-09-21 03:52:42 +00:00
Mario Sergio Fujikawa Ferreira
cb18e399d0 Chase library version bump on gstreamer{,-plugins} 2003-06-11 22:45:58 +00:00
Mario Sergio Fujikawa Ferreira
1be40ff172 Fix patch: sh if statements end with token fi
Noticed by:	Sergey Akifyev <asa@gascom.ru>
2003-05-13 03:29:00 +00:00
Mario Sergio Fujikawa Ferreira
f4c737a074 Add specific handling of and appropriate dependences for
libexec/gst-player-view binary

Submitted by:	marcus
2003-05-11 02:28:55 +00:00
Mario Sergio Fujikawa Ferreira
a362aae2ef Update to 0.5.1 2003-04-22 05:46:38 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Mario Sergio Fujikawa Ferreira
dbc529953a o Unmark IGNORE
o Update to 0.5.0
2003-02-28 04:55:24 +00:00
Mario Sergio Fujikawa Ferreira
74740483d0 De-pkg-comment 2003-02-23 19:58:35 +00:00
Joe Marcus Clarke
7305030530 Chase gtk20's shared lib version. 2003-02-07 19:21:11 +00:00
Mario Sergio Fujikawa Ferreira
00bdd4f259 Mark IGNORE since this is not compatible with latest gstreamer libraries 2002-12-18 16:33:20 +00:00
Mario Sergio Fujikawa Ferreira
ee7adffbe0 After repo copy from graphics category, update all appropriate
references from graphics to multimedia category

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-28 00:09:51 +00:00
Mario Sergio Fujikawa Ferreira
9e0daa64a9 New port gstreamer-player version 0.4.0: Simple yet functional
mediaplayer written with GStreamer
2002-07-15 21:45:20 +00:00