diff options
author | pav <pav@FreeBSD.org> | 2003-11-13 17:51:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-13 17:51:38 +0800 |
commit | ba6a7339f2453c7550be495c4f3597b688ee6b11 (patch) | |
tree | a4432d8a69a231c733256261cdd27283d2689227 /multimedia/totem/Makefile | |
parent | aaf5f19967612756f896c6832918420cfe3d4e30 (diff) | |
download | freebsd-ports-gnome-ba6a7339f2453c7550be495c4f3597b688ee6b11.tar.gz freebsd-ports-gnome-ba6a7339f2453c7550be495c4f3597b688ee6b11.tar.zst freebsd-ports-gnome-ba6a7339f2453c7550be495c4f3597b688ee6b11.zip |
* Update to 0.99.8
- 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)
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r-- | multimedia/totem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 0df451f9a9be..a266a2df9a1b 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -6,7 +6,7 @@ # PORTNAME= totem -PORTVERSION= 0.99.7 +PORTVERSION= 0.99.8 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/..$//} |