aboutsummaryrefslogtreecommitdiff
path: root/multimedia/totem
Commit message (Collapse)AuthorAgeFilesLines
* Sync with libxine shared library version bump.MANTANI Nobutaka2004-12-301-2/+2
| | | | Notes: svn path=/head/; revision=125494
* This port conflicts with totem-gstreamer.Joe Marcus Clarke2004-12-181-0/+1
| | | | Notes: svn path=/head/; revision=124397
* Prepare totem to be a master port.Joe Marcus Clarke2004-12-041-4/+4
| | | | Notes: svn path=/head/; revision=123127
* - Update to 0.99.22 to fix problem with playing any video file in gnome 2.8Michael Johnson2004-11-254-33/+18
| | | | | | | | | | | - Use new INSTALLS_OMF Note: dvd support is currentlly broken. Approved by: marcus (co mentor) Notes: svn path=/head/; revision=122390
* Update to version 0.99.19 [1].Koop Mast2004-11-134-17/+61
| | | | | | | | | | | Use new GCONF_SCHEMAS option. PR: 72841 [1] Submitted by: ahze Approved by: maintainer (timeout 3,5 weeks), pav (mentor) Notes: svn path=/head/; revision=121527
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* - Update to 0.99.15.1Pav Lucistnik2004-08-285-33/+10
| | | | | | | | | PR: ports/70907 Submitted by: Koop Mast <kwm@rainbow-runner.nl> Approved by: maintainer Notes: svn path=/head/; revision=117504
* Update to 0.99.13 (includes new locales es & de)Volker Stolz2004-07-293-3/+33
| | | | | | | | | PR: ports/68702 Submitted by: Koop Mast Approved by: maintainer timeout (busy) Notes: svn path=/head/; revision=114987
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger2004-07-071-80/+4
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=113150
* - Add option to use GStreamer backend instead of XinePav Lucistnik2004-05-171-8/+51
| | | | | | | | | | | - Adjust default CD/DVD device and allow override PR: ports/66186 Submitted by: michael johnson <ahze@ahze.net> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=109368
* - Update to 0.99.11Pav Lucistnik2004-05-014-27/+55
| | | | | | | | | PR: ports/65642 Submitted by: Koop Mast <kwm@rainbow-runner.nl> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=108119
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Add a bunch of missing gconf entries.Adam Weinberger2004-03-272-1/+37
| | | | Notes: svn path=/head/; revision=105431
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* - Proper handle installation of OMF files as described inKirill Ponomarev2004-03-122-0/+3
| | | | | | | | | | http://www.freebsd.org/gnome/docs/porting.html PR: ports/64070 Submitted by: Koop Mast <kwm@rainbow-runner.nl> Notes: svn path=/head/; revision=103760
* Use intlhack to fix the build on 4.X.Joe Marcus Clarke2004-02-211-1/+1
| | | | | | | Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=101592
* Chase libdvdnav shlib version.Adam Weinberger2004-02-201-1/+1
| | | | Notes: svn path=/head/; revision=101537
* Update to 0.99.9Tilman Keskinoz2004-02-203-4/+5
| | | | | | | | PR: 62880 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=101501
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Sync with libxine shared library version bump.MANTANI Nobutaka2004-01-071-2/+2
| | | | Notes: svn path=/head/; revision=97572
* Sync with libxine shared library version bump.MANTANI Nobutaka2003-11-151-1/+2
| | | | Notes: svn path=/head/; revision=94017
* * Update to 0.99.8Pav Lucistnik2003-11-133-2/+17
| | | | | | | | | | | | | | | | | | | - Online manual from Chee Bin HOH - Use the statusbar for buffering feedback - Use less memory when there's no video output - Fix playback of Quicktime files with reference urls - Fix Real playlists support with "stop" commands - Support the XvMC video driver - Support audio/x-ms-asf data type - Added ability to launch totem in fullscreen mode - Fix compilation with GTK+ 2.3.x PR: ports/59234 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer) Approved by: adamw (mentor) Notes: svn path=/head/; revision=93874
* - Update to 0.99.7Kirill Ponomarev2003-10-242-2/+2
| | | | | | | | | | | | | | | | * Fix .pls playlist parsing and saving, as well as .m3u, .asx * and .desktop playlist parsing * Fix seeking with the arrows * Add more paths for the Realplayer codecs * Add an error message when we can't save the playlist * Fix warnings when we have ampersands in the filename * Fix XRandR handling PR: 58473 Submitted by: maintainer Notes: svn path=/head/; revision=92052
* Update to 0.99.6.Adam Weinberger2003-10-143-2/+3
| | | | | | | | PR: ports/58030 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=91244
* Update to 0.99.5.Joe Marcus Clarke2003-09-303-4/+3
| | | | | | | | PR: 57432 Submitted by: maintainer Notes: svn path=/head/; revision=89930
* - Update to version 0.99.4Kirill Ponomarev2003-09-042-2/+2
| | | | | | | | | | | | o Fix possible crasher due to an old version of glade o Update the subtitle and languages menus after having played a DVD or ogm file PR: 56412 Submitted by: maintainer Notes: svn path=/head/; revision=88507
* - Update to version 0.99.3Kirill Ponomarev2003-08-313-3/+8
| | | | | | | | PR: 56251 Submitted by: maintainer Notes: svn path=/head/; revision=88223
* Update to 0.99.2.Adam Weinberger2003-07-102-3/+3
| | | | | | | | PR: ports/54313 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=84606
* Remove a patch forgotten in the last commit.Joe Marcus Clarke2003-06-231-10/+0
| | | | Notes: svn path=/head/; revision=83492
* Update to 0.99.1.Joe Marcus Clarke2003-06-233-3/+6
| | | | | | | | PR: 53630 Submitted by: maintainer Notes: svn path=/head/; revision=83491
* Sync with libxine shared library version bump.MANTANI Nobutaka2003-06-221-2/+2
| | | | Notes: svn path=/head/; revision=83418
* Fix the dreaded thread problem on -CURRENT.Joe Marcus Clarke2003-06-072-1/+12
| | | | Notes: svn path=/head/; revision=82418
* Update to 0.99.0.Adam Weinberger2003-06-032-3/+3
| | | | | | | | PR: ports/52836 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=82223
* Update to 0.98.0.Adam Weinberger2003-05-173-3/+11
| | | | | | | | PR: ports/52356 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer) Notes: svn path=/head/; revision=81161
* * Update to 0.97.0Joe Marcus Clarke2003-05-022-4/+20
| | | | | | | | | | | * Add optional libdvdnav support [1] PR: 51208 [1] Submitted by: maintainer [1] Approved by: maintainer Notes: svn path=/head/; revision=79998
* Update to 0.96.0.Joe Marcus Clarke2003-04-233-5/+7
| | | | | | | Approved by: timeout from maintainer Notes: svn path=/head/; revision=79522
* * Chase libxine shared lib version (nobutaka, I'm looking at you ;-) )Joe Marcus Clarke2003-04-141-5/+3
| | | | | | | * Convert to new GNOME infrastructure Notes: svn path=/head/; revision=78969
* Chase libxine shared lib version.Joe Marcus Clarke2003-04-051-1/+2
| | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=78254
* After repo copy from graphics category to newly create multimediaMario Sergio Fujikawa Ferreira2003-04-041-1/+1
| | | | | | | | | | one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections) Notes: svn path=/head/; revision=78074
* Update to 0.95.1.Joe Marcus Clarke2003-02-273-5/+75
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=76580
* Sync with libxine shared library version bump.MANTANI Nobutaka2003-02-241-2/+2
| | | | | | | Bump PORTREVISION of graphics/totem to encourage rebuild. Notes: svn path=/head/; revision=76399
* Sync with the category changes of libdvdnav, libxine and xine.MANTANI Nobutaka2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=76391
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* Chase libgnomeui's shared lib version.Joe Marcus Clarke2003-02-071-1/+2
| | | | Notes: svn path=/head/; revision=75046
* Update to 0.90.0.MANTANI Nobutaka2003-02-033-3/+6
| | | | | | | | PR: ports/47788 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=74587
* Add totem, a xine-based video player for the GNOME 2 desktop.Joe Marcus Clarke2002-10-177-0/+73
PR: 44177 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=68224