summaryrefslogtreecommitdiffstats
path: root/multimedia/totem/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Fix autosymlink for real playerpav2005-04-031-1/+3
| | | | | | PR: ports/78633 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Approved by: maintainer timeout (3 weeks)
* Chase the slit of gconf to a seperate port.kwm2005-03-201-2/+2
|
* Fully-qualify the path to update-desktop-database and update-mime-database inmezz2005-03-161-0/+1
| | | | the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
* Add INSTALLS_SHLIB.marcus2005-03-141-0/+1
| | | | Found by: my GNOME 2.10 upgrade
* Presenting GNOME 2.10 for FreeBSD!marcus2005-03-121-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy!
* - split multimedia/gstreamer-plugins in to individual ports perahze2005-02-281-1/+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.
* Update to version 0.100kwm2005-01-231-6/+8
| | | | | PR: 76006 Submitted by: maintainer
* Sync with libxine shared library version bump.nobutaka2004-12-301-2/+2
|
* This port conflicts with totem-gstreamer.marcus2004-12-181-0/+1
|
* Prepare totem to be a master port.marcus2004-12-041-4/+4
|
* - Update to 0.99.22 to fix problem with playing any video file in gnome 2.8ahze2004-11-251-1/+2
| | | | | | | | - Use new INSTALLS_OMF Note: dvd support is currentlly broken. Approved by: marcus (co mentor)
* Update to version 0.99.19 [1].kwm2004-11-131-9/+7
| | | | | | | | Use new GCONF_SCHEMAS option. PR: 72841 [1] Submitted by: ahze Approved by: maintainer (timeout 3,5 weeks), pav (mentor)
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-071-0/+1
| | | | big upgrade.
* - Update to 0.99.15.1pav2004-08-281-4/+4
| | | | | | PR: ports/70907 Submitted by: Koop Mast <kwm@rainbow-runner.nl> Approved by: maintainer
* Update to 0.99.13 (includes new locales es & de)vs2004-07-291-1/+1
| | | | | | PR: ports/68702 Submitted by: Koop Mast Approved by: maintainer timeout (busy)
* - Add option to use GStreamer backend instead of Xinepav2004-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)
* - Update to 0.99.11pav2004-05-011-3/+4
| | | | | | PR: ports/65642 Submitted by: Koop Mast <kwm@rainbow-runner.nl> Approved by: maintainer timeout (14 days)
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* Add a bunch of missing gconf entries.adamw2004-03-271-1/+1
|
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* - Proper handle installation of OMF files as described inkrion2004-03-121-0/+1
| | | | | | | http://www.freebsd.org/gnome/docs/porting.html PR: ports/64070 Submitted by: Koop Mast <kwm@rainbow-runner.nl>
* Use intlhack to fix the build on 4.X.marcus2004-02-211-1/+1
| | | | Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Chase libdvdnav shlib version.adamw2004-02-201-1/+1
|
* Update to 0.99.9arved2004-02-201-2/+1
| | | | | PR: 62880 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Sync with libxine shared library version bump.nobutaka2004-01-071-2/+2
|
* Sync with libxine shared library version bump.nobutaka2003-11-151-1/+2
|
* * Update to 0.99.8pav2003-11-131-1/+1
| | | | | | | | | | | | | | | | - 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)
* - Update to 0.99.7krion2003-10-241-1/+1
| | | | | | | | | | | | | * 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
* Update to 0.99.6.adamw2003-10-141-1/+1
| | | | | PR: ports/58030 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* Update to 0.99.5.marcus2003-09-301-1/+1
| | | | | PR: 57432 Submitted by: maintainer
* - Update to version 0.99.4krion2003-09-041-1/+1
| | | | | | | | | 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
* - Update to version 0.99.3krion2003-08-311-1/+1
| | | | | PR: 56251 Submitted by: maintainer
* Update to 0.99.2.adamw2003-07-101-2/+2
| | | | | PR: ports/54313 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* Update to 0.99.1.marcus2003-06-231-2/+1
| | | | | PR: 53630 Submitted by: maintainer
* Sync with libxine shared library version bump.nobutaka2003-06-221-2/+2
|
* Fix the dreaded thread problem on -CURRENT.marcus2003-06-071-1/+2
|
* Update to 0.99.0.adamw2003-06-031-2/+2
| | | | | PR: ports/52836 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* Update to 0.98.0.adamw2003-05-171-2/+2
| | | | | PR: ports/52356 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* * Update to 0.97.0marcus2003-05-021-3/+19
| | | | | | | | * Add optional libdvdnav support [1] PR: 51208 [1] Submitted by: maintainer [1] Approved by: maintainer
* Update to 0.96.0.marcus2003-04-231-3/+2
| | | | Approved by: timeout from maintainer
* * Chase libxine shared lib version (nobutaka, I'm looking at you ;-) )marcus2003-04-141-5/+3
| | | | * Convert to new GNOME infrastructure
* Chase libxine shared lib version.marcus2003-04-051-1/+2
| | | | Reported by: Mike Harding <mvh@ix.netcom.com>
* After repo copy from graphics category to newly create multimedialioux2003-04-041-1/+1
| | | | | | | one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
* Update to 0.95.1.marcus2003-02-271-4/+8
| | | | Approved by: maintainer
* Sync with libxine shared library version bump.nobutaka2003-02-241-2/+2
| | | | Bump PORTREVISION of graphics/totem to encourage rebuild.
* Sync with the category changes of libdvdnav, libxine and xine.nobutaka2003-02-241-1/+1
|
* De-pkg-comment.knu2003-02-211-0/+1
|
* Chase libgnomeui's shared lib version.marcus2003-02-071-1/+2
|
OpenPOWER on IntegriCloud