aboutsummaryrefslogtreecommitdiff
path: root/multimedia/kmplayer
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-25/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Give maintainership to multimedia@FreeBSD.org.Mario Sergio Fujikawa Ferreira2007-04-011-1/+1
| | | | Notes: svn path=/head/; revision=188911
* Track libxine update.Jean-Yves Lefort2007-02-151-0/+1
| | | | Notes: svn path=/head/; revision=185216
* Update to 0.9.3Mario Sergio Fujikawa Ferreira2006-09-253-5/+16
| | | | | | | | PR: 103452 Submitted by: ale Notes: svn path=/head/; revision=173756
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Post libtool-conversion fixupsAde Lovett2006-02-262-1/+6
| | | | | | | | Submitted by: pointyhat and others Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156834
* Update to 0.9.1bMario Sergio Fujikawa Ferreira2006-02-092-4/+4
| | | | Notes: svn path=/head/; revision=155599
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-57/+57
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154114
* o Update to 0.9.1aMario Sergio Fujikawa Ferreira2005-11-283-5/+114
| | | | | | | | o Bump PORTEPOCH since the new DISTVERSION number is smaller than the previous one Notes: svn path=/head/; revision=149807
* Add SHA256 checksumMario Sergio Fujikawa Ferreira2005-11-111-0/+1
| | | | Notes: svn path=/head/; revision=147883
* Update to 0.9.1-pre3Mario Sergio Fujikawa Ferreira2005-10-033-5/+5
| | | | Notes: svn path=/head/; revision=144020
* Update to 0.9.1-pre2: fixes plugin issuesMario Sergio Fujikawa Ferreira2005-09-112-3/+3
| | | | Notes: svn path=/head/; revision=142437
* Update to 0.9.1-pre1Mario Sergio Fujikawa Ferreira2005-08-283-3/+10
| | | | Notes: svn path=/head/; revision=141153
* Update to 0.9.0-pre3Mario Sergio Fujikawa Ferreira2005-05-283-6/+3
| | | | | | | | PR: 81190 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Notes: svn path=/head/; revision=136354
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to 0.9.0-pre2Mario Sergio Fujikawa Ferreira2005-04-035-136/+4
| | | | Notes: svn path=/head/; revision=132299
* Properly cleanout mt locale.Kirill Ponomarev2005-03-291-2/+0
| | | | | | | | Reported by: awful pointyhat via brutal kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=132115
* 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