diff options
author | obache <obache@pkgsrc.org> | 2013-03-16 10:46:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-16 10:46:05 +0000 |
commit | 39223deb1f2060b402831bd14a5bcba485bd55a0 (patch) | |
tree | 22bcb8cc85c79c98f83041a35941f817dfabf4d9 /multimedia | |
parent | 909a8cb9ae0a0544be8045c08fb8b8f7d95fadf3 (diff) | |
download | pkgsrc-39223deb1f2060b402831bd14a5bcba485bd55a0.tar.gz |
Update gnome-mplayer to 1.0.8.
Development
1.0.8
Updated Spanish translation
Apply patch from Issue 673
Updated German translation
Updated Japanese translation
Updated Portuguese translation
Set the subtitle visibility in set_media_player_attributes
Fix fullscreen activation using defined accelerator key
1.0.8b
Updated Polish translation
Run make update-po
Add volume control type display to preference screen
Update spec.in file for libgda
Switch back to using CURL instead of GIO for cover art retrieval
Change "Save" in context menu to "Save As"
Fix problem with localized positions in mark_uri_in_db_as_resumable
Fix libgda compile issue
Rework database code to use GValues instead of sql commands, should avoid localization issues
Apply patch from Issue #669 to fix network stream regression
Hide some items on the context menu, when not under plugin control
Additional changes to Japanese translation
Updated Japanese translation
Updated Polish translation
Fix Issue #667 - Subtitles not hidden by default when specified
Updated Korean and Portuguese translations
Add "Play Single Track from Playlist" under Edit menu
Mark streams and CDs as playable when adding to playlist
Present a warning message when about to overwrite a file on save
Resize player when on video present event
Fix some layout issues when playing audio only files
Ensure the Gvalue contains a double before trying to use it
Ellipsize items on the playlist, so they don't add extra spacing to the list
Add gl3 to list of available VOs. make sure mplayer2 supports this on your setup before setting
Save media state in file->open and file->recent selections
Rework UBUNTU_MENUPROXY reading
Add some extra debug information for enable_global_menu
Fix cut and paste error with vbox padding
Prevent assertion warning in database retrieval code
Fix fullscreen icon used in place of play icon, problem caused by symbolic icon fix (Issue #656)
Only update the database when we really want to change something, speeds things up on load
Keep code from infinitly looping if audio device is not found
Apply patch to compile with libgda4 or libgda5
Fix some problems on initial volume setup, when pulseaudio device query is slow
Don't monitor system volume, when running in softvol mode
Update metadata in database as needed
Don't reset unchanged values in the database
Implement media play resume, from last viewed location
Cleanup some minor compiler warnings
Track resumable media in database
Force a resize if we know the size from the database when opening a file
Apply recommended fix from Issue #658
Prevent crash when loading large playlist the first time
Handle ' character in metadata
Allow code to compile without libgda
Update metadata in playlist as it becomes more precise
Read metadata from database and use it
Insert metadata into sqlite database, please delete $HOME/.config/gnome-mplayer/gnome-mplayer.db if you get insert errors
as database schema has changed
More database foundation code
Clean up some more depreciated GTK2 calls in GTK3 mode
Clean up unused variable messages is GTK2 mode
Clean up some depreciated GTK2 calls in GTK3 mode
Wrap some more symbolic icons to fix Issue 656
Add create and delete tables code to database.c
Add disable cover art fetch as a interface preference rather than only a command line preference
Add initial support for playlist database which should result in faster loading of playlists
This can be disabled with --with-libgda=no passed to configure
Fix issue #656, fallback to non-symbolic icons if they don't exist in GTK3 mode
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gnome-mplayer/Makefile | 5 | ||||
-rw-r--r-- | multimedia/gnome-mplayer/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/multimedia/gnome-mplayer/Makefile b/multimedia/gnome-mplayer/Makefile index 9d45cb04a8f..8961198f0f1 100644 --- a/multimedia/gnome-mplayer/Makefile +++ b/multimedia/gnome-mplayer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2013/02/16 11:23:33 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2013/03/16 10:46:05 obache Exp $ # -DISTNAME= gnome-mplayer-1.0.7 -PKGREVISION= 2 +DISTNAME= gnome-mplayer-1.0.8 CATEGORIES= multimedia MASTER_SITES= http://gnome-mplayer.googlecode.com/files/ diff --git a/multimedia/gnome-mplayer/distinfo b/multimedia/gnome-mplayer/distinfo index 2838e3454d7..cc952c714b6 100644 --- a/multimedia/gnome-mplayer/distinfo +++ b/multimedia/gnome-mplayer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2013/01/05 12:17:56 obache Exp $ +$NetBSD: distinfo,v 1.7 2013/03/16 10:46:05 obache Exp $ -SHA1 (gnome-mplayer-1.0.7.tar.gz) = cedb3b3b2e67f2acef328c077f70e388e02839ce -RMD160 (gnome-mplayer-1.0.7.tar.gz) = 93c188b2c58f3e35b22563984c39ce2b22476816 -Size (gnome-mplayer-1.0.7.tar.gz) = 1039861 bytes +SHA1 (gnome-mplayer-1.0.8.tar.gz) = c073f6f713d9cfc58e3d94344c95a787911ab448 +RMD160 (gnome-mplayer-1.0.8.tar.gz) = 5a853b672587f4e819580f9344229927dbd46c2c +Size (gnome-mplayer-1.0.8.tar.gz) = 1062691 bytes SHA1 (patch-Makefile.in) = d368d7c3702a52df66c4bdf325e64792b9f7a7c7 |