diff options
author | obache <obache> | 2012-04-13 13:04:20 +0000 |
---|---|---|
committer | obache <obache> | 2012-04-13 13:04:20 +0000 |
commit | 5b67b888c69949603f9192cc4a5ed2e58421d678 (patch) | |
tree | 43a2c67681937566876bb7669a2ffa78ac51fe7d /multimedia | |
parent | a4f5dcc555d4fa0f155e3252a9c47125080d84c6 (diff) | |
download | pkgsrc-5b67b888c69949603f9192cc4a5ed2e58421d678.tar.gz |
Update gnome-mplayer to 1.0.6.
1.0.6
Apply patch from David Coppa that removes the depreciated slide away code
Separate delete and destroy events
Updated Portuguese translation
Updated Japanese translation
Apply fix from David Coppa to fix problem with glib 2.32
Fix gmlib includes due to change in gmtk .pc file
Updated Turkish translation
1.0.6b1
Updated Polish translation
Fix gecko-mediaplayer Issue #106
Fix gecko-mediaplayer Issue #167
Add Kazakh translation, issue #601
Take the KP_Enter patch, the volume adjustment values for keys GDK_9 & GDK_0 from Issue #598
Enhance subtitle visibility tracking (requires minor gmtk updates)
Rework keyhandler to use the custom key mappings
Make customized keyboard shortcut for "Fullscreen Toggle" work in Fullscreen mode (part of Issue #600)
Applied dbus.txt patch from Issue #595
Applied uk.po patch from Issue #594
Applied ru.po patch from Issue #593
Applied ru.po patch from Issue #592
Commit gvfs.patch from Issue #579
Initialize a few more structs to zero
Initialize buf to all zeros
Additional NULL check
Check for NULL values from gvfs, Issue #579
Only try to enable dark theme in GTK3, Issue #591
Hide message in normal mode
Rework cover art fetch so that Amazon cover art is preferred over local thumbnail
Use nautilus thumbnail for cover art if it exists
ru.po fix Issue #586
uk.po fix Issue #585
Fix problem with directory vs dvd detection Issue #587
Set PACKAGE_LOCALE_DIR based on --localedir from configure
Add option to enable or disable Nautilus plugin in Edit->Preferences [Interface] tab
Updated German translation
Updated Portugeuse translation
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gnome-mplayer/Makefile | 5 | ||||
-rw-r--r-- | multimedia/gnome-mplayer/PLIST | 3 | ||||
-rw-r--r-- | multimedia/gnome-mplayer/distinfo | 10 | ||||
-rw-r--r-- | multimedia/gnome-mplayer/patches/patch-Makefile.in | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/multimedia/gnome-mplayer/Makefile b/multimedia/gnome-mplayer/Makefile index 94df33c9b36..6cb882d2b64 100644 --- a/multimedia/gnome-mplayer/Makefile +++ b/multimedia/gnome-mplayer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2012/03/03 00:13:39 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/04/13 13:04:20 obache Exp $ # -DISTNAME= gnome-mplayer-1.0.5 -PKGREVISION= 3 +DISTNAME= gnome-mplayer-1.0.6 CATEGORIES= multimedia MASTER_SITES= http://gnome-mplayer.googlecode.com/files/ diff --git a/multimedia/gnome-mplayer/PLIST b/multimedia/gnome-mplayer/PLIST index 3d07bd19ecc..f7a481041d9 100644 --- a/multimedia/gnome-mplayer/PLIST +++ b/multimedia/gnome-mplayer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/07/12 14:09:39 obache Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/04/13 13:04:20 obache Exp $ bin/gnome-mplayer ${PLIST.nautilus}lib/nautilus/extensions-2.0/libgnome-mplayer-properties-page.so man/man1/gnome-mplayer.1 @@ -42,6 +42,7 @@ share/locale/hu/LC_MESSAGES/gnome-mplayer.mo share/locale/id/LC_MESSAGES/gnome-mplayer.mo share/locale/it/LC_MESSAGES/gnome-mplayer.mo share/locale/ja/LC_MESSAGES/gnome-mplayer.mo +share/locale/kk/LC_MESSAGES/gnome-mplayer.mo share/locale/ko/LC_MESSAGES/gnome-mplayer.mo share/locale/lt/LC_MESSAGES/gnome-mplayer.mo share/locale/nl/LC_MESSAGES/gnome-mplayer.mo diff --git a/multimedia/gnome-mplayer/distinfo b/multimedia/gnome-mplayer/distinfo index 6933cca9c0c..6e24a2ddb5a 100644 --- a/multimedia/gnome-mplayer/distinfo +++ b/multimedia/gnome-mplayer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2012/01/08 05:47:47 obache Exp $ +$NetBSD: distinfo,v 1.5 2012/04/13 13:04:20 obache Exp $ -SHA1 (gnome-mplayer-1.0.5.tar.gz) = 780750f10b1b759bf638a34018ebb39bcd104bbb -RMD160 (gnome-mplayer-1.0.5.tar.gz) = 3353d3a66d452d170b7dada9a24dae0d4ca64d17 -Size (gnome-mplayer-1.0.5.tar.gz) = 1004154 bytes -SHA1 (patch-Makefile.in) = 4714b03dbdba43ca293a7d1eceb1cc892f6ec094 +SHA1 (gnome-mplayer-1.0.6.tar.gz) = 36eb536a3656afab4564f835aa86bab667724129 +RMD160 (gnome-mplayer-1.0.6.tar.gz) = bc4d4275bc525b8e016d1f2318e13aa1e2f98907 +Size (gnome-mplayer-1.0.6.tar.gz) = 1027857 bytes +SHA1 (patch-Makefile.in) = d368d7c3702a52df66c4bdf325e64792b9f7a7c7 diff --git a/multimedia/gnome-mplayer/patches/patch-Makefile.in b/multimedia/gnome-mplayer/patches/patch-Makefile.in index 18f34a26c5d..d920924bcbf 100644 --- a/multimedia/gnome-mplayer/patches/patch-Makefile.in +++ b/multimedia/gnome-mplayer/patches/patch-Makefile.in @@ -1,10 +1,10 @@ -$NetBSD: patch-Makefile.in,v 1.3 2012/01/08 05:47:47 obache Exp $ +$NetBSD: patch-Makefile.in,v 1.4 2012/04/13 13:04:20 obache Exp $ Always install schema files (but not install-schemas). ---- Makefile.in.orig 2011-12-29 14:31:01.000000000 +0000 +--- Makefile.in.orig 2012-04-06 15:48:11.000000000 +0000 +++ Makefile.in -@@ -331,8 +331,8 @@ gnome_mplayerdoc_DATA = \ +@@ -333,8 +333,8 @@ gnome_mplayerdoc_DATA = \ DOCS/tech/dbus.txt \ DOCS/tech/plugin-interaction.txt |