aboutsummaryrefslogtreecommitdiff
path: root/multimedia/kmplayer
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTEPOCH since new DISTVERSION is smaller than previous oneMario Sergio Fujikawa Ferreira2005-03-041-0/+1
| | | | Notes: svn path=/head/; revision=130301
* Update to 0.8.4aMario Sergio Fujikawa Ferreira2005-03-034-14/+116
| | | | Notes: svn path=/head/; revision=130235
* - split multimedia/gstreamer-plugins in to individual ports perMichael Johnson2005-02-281-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=130046
* Update to 0.8.4-rc5Mario Sergio Fujikawa Ferreira2005-01-102-7/+3
| | | | Notes: svn path=/head/; revision=126023
* Sync with libxine shared library version bump.MANTANI Nobutaka2004-12-301-0/+1
| | | | Notes: svn path=/head/; revision=125494
* o Pet devel/portlint(1)Mario Sergio Fujikawa Ferreira2004-12-251-2/+2
| | | | | | | | - Remove extraneous whitespaces at end of lines - Place DISTVERSION on the correct location Notes: svn path=/head/; revision=125130
* o Update to 0.8.4-rc4bMario Sergio Fujikawa Ferreira2004-12-222-3/+4
| | | | | | | | | | o Disable gstreamer backend which is not currently working PR: 75375 Reported by: Mats Dufberg <mats@dufberg.se> Notes: svn path=/head/; revision=124782
* Update to 0.8.4-rc4a with both VDR (kxvplayer) and gstreamerMario Sergio Fujikawa Ferreira2004-12-153-6/+39
| | | | | | | (kgstplayer) backends Notes: svn path=/head/; revision=124130
* Fix build if < 500035 (GCC < 3.1)Mario Sergio Fujikawa Ferreira2004-11-132-1/+18
| | | | Notes: svn path=/head/; revision=121525
* Update to 0.8.4 release candidate 2Mario Sergio Fujikawa Ferreira2004-11-115-34/+33
| | | | Notes: svn path=/head/; revision=121349
* Pthread-check fix for this one as well.Michael Nottebrock2004-11-101-0/+3
| | | | Notes: svn path=/head/; revision=121267
* Update to 0.8.3aMario Sergio Fujikawa Ferreira2004-10-142-3/+3
| | | | | | | | PR: 72541 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Notes: svn path=/head/; revision=119350
* Update to 0.8.3.rc4Mario Sergio Fujikawa Ferreira2004-07-205-8/+22
| | | | Notes: svn path=/head/; revision=114265
* o Update to 0.8.3rc2Mario Sergio Fujikawa Ferreira2004-06-235-128/+44
| | | | | | | o Take over maintainership Notes: svn path=/head/; revision=112071
* Missed in last commit.Ernst de Haan2004-04-161-0/+11
| | | | Notes: svn path=/head/; revision=107182
* - Update to 0.8.2 [1]Ernst de Haan2004-04-164-31/+93
| | | | | | | | | | | - Changed maintainer from will@ to ports@ [2] PR: 62403 [1] Submitted by: Michael Ranner <mranner@inode.at> [1] Approved by: will [2] Notes: svn path=/head/; revision=107181
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Fix build on -CURRENT.Will Andrews2003-09-031-1/+2
| | | | | | | | Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: deischen Notes: svn path=/head/; revision=88410
* Update to 0.7.4.aMario Sergio Fujikawa Ferreira2003-05-014-10/+53
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=79958
* Update to 0.7.3Mario Sergio Fujikawa Ferreira2003-03-056-24/+32
| | | | | | | | Reviewed by: kde (members) Approved by: maintainer Notes: svn path=/head/; revision=76889
* Add kmplayer 0.6.5a, a KDE frontend to mplayer. This port allows theWill Andrews2003-03-025-0/+67
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) Notes: svn path=/head/; revision=76740