Commit Graph

48 Commits

Author SHA1 Message Date
Xin LI
5bbd5cd2dc Bump PORTREVISION's after OpenLDAP update.
Suggested by:	rafan
2009-01-05 19:04:45 +00:00
Dmitry Marakasov
9b36d18d6f - Add missing xv dependency
PR:		127384
Submitted by:	Mel <mel dot xyzzy at rachie dot is-a-geek dot net>
Approved by:	"Danny Pansters" <danny at ricin dot com> (maintainer)
2008-09-23 21:06:06 +00:00
Dmitry Marakasov
1a39d25607 - Fix build when WITH_TUBESTUFF is defined
PR:		127005
Submitted by:	Alex Keda <admin at lissyara dot su>
Patch by:	me
Approved by:	maintainer timeout
2008-09-06 13:20:56 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
5afc678aac - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 16:44:09 +00:00
Martin Wilke
697cfd49da - Update to 0.10.0c, the last release for KDE3
- Add depends for gtk stuff (used if found by configure)
- Update tubestuff add-on

Submitted by:	Danny Pansters <danny@ricin.com> (maintainer via private mail)
2008-03-20 12:46:02 +00:00
Jeremy Messenger
df76ebd873 -Update to 0.9.4a, submitted by Pawel Pekala.
-Remove autochecks.
-Pass the maintainership from multimedia@ to danny@ricin.com.

PR:		ports/116407
Submitted by:	Danny Pansters <danny@ricin.com>
2007-09-18 18:15:57 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Mario Sergio Fujikawa Ferreira
1229d39834 Give maintainership to multimedia@FreeBSD.org. 2007-04-01 07:50:30 +00:00
Jean-Yves Lefort
b31785b717 Track libxine update. 2007-02-15 08:35:23 +00:00
Mario Sergio Fujikawa Ferreira
56f74501e7 Update to 0.9.3
PR:		103452
Submitted by:	ale
2006-09-25 00:08:46 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Ade Lovett
fdd27607c6 Post libtool-conversion fixups
Submitted by:	pointyhat and others
Approved by:	portmgr (implicit)
2006-02-26 19:03:38 +00:00
Mario Sergio Fujikawa Ferreira
9ea3bb06ee Update to 0.9.1b 2006-02-09 15:09:47 +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
Mario Sergio Fujikawa Ferreira
3198463d49 o Update to 0.9.1a
o Bump PORTEPOCH since the new DISTVERSION number is smaller than
  the previous one
2005-11-28 17:25:23 +00:00
Mario Sergio Fujikawa Ferreira
9a4b87b1c7 Add SHA256 checksum 2005-11-11 06:06:17 +00:00
Mario Sergio Fujikawa Ferreira
4f34aa131c Update to 0.9.1-pre3 2005-10-03 00:49:03 +00:00
Mario Sergio Fujikawa Ferreira
19fd23af52 Update to 0.9.1-pre2: fixes plugin issues 2005-09-11 11:52:52 +00:00
Mario Sergio Fujikawa Ferreira
b1d13a3310 Update to 0.9.1-pre1 2005-08-28 18:06:01 +00:00
Mario Sergio Fujikawa Ferreira
6787a51e1f Update to 0.9.0-pre3
PR:		81190
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
2005-05-28 21:23:30 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Mario Sergio Fujikawa Ferreira
4cc340e295 Update to 0.9.0-pre2 2005-04-03 00:09:32 +00:00
Kirill Ponomarev
654eefb3e5 Properly cleanout mt locale.
Reported by:	awful pointyhat via brutal kris
Approved by:	portmgr (implicit)
2005-03-29 21:55:03 +00:00
Mario Sergio Fujikawa Ferreira
85e2d97c4c Bump PORTEPOCH since new DISTVERSION is smaller than previous one 2005-03-04 00:16:59 +00:00
Mario Sergio Fujikawa Ferreira
9d11b8047f Update to 0.8.4a 2005-03-03 02:58:13 +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
Mario Sergio Fujikawa Ferreira
91ada3514c Update to 0.8.4-rc5 2005-01-10 00:48:49 +00:00
MANTANI Nobutaka
fa01c31ca8 Sync with libxine shared library version bump. 2004-12-30 00:59:15 +00:00
Mario Sergio Fujikawa Ferreira
8e4d4c560d o Pet devel/portlint(1)
- Remove extraneous whitespaces at end of lines
- Place DISTVERSION on the correct location
2004-12-25 12:49:11 +00:00
Mario Sergio Fujikawa Ferreira
39abd90c90 o Update to 0.8.4-rc4b
o Disable gstreamer backend which is not currently working

PR:		75375
Reported by:	Mats Dufberg <mats@dufberg.se>
2004-12-22 04:39:58 +00:00
Mario Sergio Fujikawa Ferreira
890338a77f Update to 0.8.4-rc4a with both VDR (kxvplayer) and gstreamer
(kgstplayer) backends
2004-12-15 16:05:14 +00:00
Mario Sergio Fujikawa Ferreira
26716c88ed Fix build if < 500035 (GCC < 3.1) 2004-11-13 19:01:48 +00:00
Mario Sergio Fujikawa Ferreira
5249cc2c80 Update to 0.8.4 release candidate 2 2004-11-11 03:11:48 +00:00
Michael Nottebrock
0d5722c076 Pthread-check fix for this one as well. 2004-11-10 01:20:16 +00:00
Mario Sergio Fujikawa Ferreira
56551727c7 Update to 0.8.3a
PR:		72541
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
2004-10-14 02:16:09 +00:00
Mario Sergio Fujikawa Ferreira
96246bede6 Update to 0.8.3.rc4 2004-07-20 03:16:33 +00:00
Mario Sergio Fujikawa Ferreira
750ebba29e o Update to 0.8.3rc2
o Take over maintainership
2004-06-23 17:10:57 +00:00
Ernst de Haan
c148c5e6b6 Missed in last commit. 2004-04-16 01:36:01 +00:00
Ernst de Haan
9cbc6ec250 - Update to 0.8.2 [1]
- Changed maintainer from will@ to ports@ [2]

PR:		62403 [1]
Submitted by:	Michael Ranner <mranner@inode.at> [1]
Approved by:	will [2]
2004-04-16 01:35:35 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
Will Andrews
fb64ddda79 Fix build on -CURRENT.
Submitted by:	Andy Fawcett <andy@athame.co.uk>
Tested by:	deischen
2003-09-03 05:55:57 +00:00
Mario Sergio Fujikawa Ferreira
21c6bef5c9 Update to 0.7.4.a
Approved by:	maintainer
2003-05-01 20:49:49 +00:00
Mario Sergio Fujikawa Ferreira
4c7d679b5e Update to 0.7.3
Reviewed by:	kde (members)
Approved by:	maintainer
2003-03-05 00:22:49 +00:00
Will Andrews
8dad52a115 Add kmplayer 0.6.5a, a KDE frontend to mplayer. This port allows the
embedding of MPlayer in Konqueror.  It has been successfully tested to
play QuickTime and WMP encoded movies.

Tested by:	Michael Colette <metrol@metrol.net> (and myself)
2003-03-02 17:21:06 +00:00