diff options
author | obache <obache@pkgsrc.org> | 2014-09-13 02:40:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-09-13 02:40:38 +0000 |
commit | 8a358689ab9b9849fe6d118fcacb0ed3378c6bf9 (patch) | |
tree | 3627b3e743fe14ad4a74f347da5915d941f37954 /devel/gmtk | |
parent | 4c79ec83701ba6dab98c97038f05f590d91b177e (diff) | |
download | pkgsrc-8a358689ab9b9849fe6d118fcacb0ed3378c6bf9.tar.gz |
Update gmtk to 1.0.9.
Development
1.0.9
Don't force a minimum size on the tracker
1.0.9b
Only do the media player allocation event if no video is present
Fix parameter warning to gtk_widget_get_visible
Add backend variable to gmtk.pc
Run autoreconf
Updated Hungarian translation
Updated Polish translation
Updated Portuguese translation
Add key bindings for h tv_step_channel down and k tv_step_channel up
1.0.9a
Only emit size_allocation when the widget is visible
Fix bug where title was getting reset when genre was found
Fix gnome-mplayer Issue 683 more granular
gmtk_media_player - fix OSD messages so they only displayed for level 1 and higher
gmtk_media_player - exclude input.conf from file not found message
Use case inspecific parsing of metadata attributes fixes issue #13
Diffstat (limited to 'devel/gmtk')
-rw-r--r-- | devel/gmtk/Makefile | 7 | ||||
-rw-r--r-- | devel/gmtk/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/gmtk/Makefile b/devel/gmtk/Makefile index 6a8090d43a5..24ab9f9dfc5 100644 --- a/devel/gmtk/Makefile +++ b/devel/gmtk/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2014/06/09 14:18:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.26 2014/09/13 02:40:38 obache Exp $ # -DISTNAME= gmtk-1.0.8 -PKGREVISION= 10 +DISTNAME= gmtk-1.0.9 CATEGORIES= devel -MASTER_SITES= http://gmtk.googlecode.com/files/ +MASTER_SITES= http://gmtk.googlecode.com/svn/packages/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://code.google.com/p/gmtk/ diff --git a/devel/gmtk/distinfo b/devel/gmtk/distinfo index 403ee7c8514..efab90d0e09 100644 --- a/devel/gmtk/distinfo +++ b/devel/gmtk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/03/16 10:43:43 obache Exp $ +$NetBSD: distinfo,v 1.5 2014/09/13 02:40:38 obache Exp $ -SHA1 (gmtk-1.0.8.tar.gz) = b27a1e2ee69437d359d8005e468eb6ec023ef621 -RMD160 (gmtk-1.0.8.tar.gz) = c401b448ead161ff2c21b315ee20bb82dc667455 -Size (gmtk-1.0.8.tar.gz) = 407790 bytes +SHA1 (gmtk-1.0.9.tar.gz) = 6f77451dcbaa41e4cca8868f8aba312102d72cc7 +RMD160 (gmtk-1.0.9.tar.gz) = 4e1ee6644105b56f89511454df1d097a265112a7 +Size (gmtk-1.0.9.tar.gz) = 411609 bytes |