Skip to content

Commit

Permalink
Update gmtk to 1.0.8.
Browse files Browse the repository at this point in the history
1.0.8
    Updated Spanish translation
    Updated Japanese translation
	Rework initial subtitle visibility setting
1.0.8b
    Updated Korean translation
    Run make update-po
    Add message when screenshot capture fails
    Switch to GLIB for GMLIB header files, since GTK is not included
    Switch to GTK VERSION tags when possible
    Updated Japanese translation
    Fix compliation of gmtk_media_tracker in generic application
    Run make update-po
    Remove audio export filter when codec cannot use it
    Remove cairo variable from gmtk_media_player
    Version bump to 1.0.8a
    Use cairo and the draw event to draw the background in GTK3
    Set background color in gmtk_media_player widget using specific realize events
    Address parallel build problem from Issue #11
  • Loading branch information
obache committed Mar 16, 2013
1 parent 3a88d8f commit ff87e46
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 54 deletions.
5 changes: 2 additions & 3 deletions devel/gmtk/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.14 2013/02/16 11:18:52 wiz Exp $
# $NetBSD: Makefile,v 1.15 2013/03/16 10:43:43 obache Exp $
#

DISTNAME= gmtk-1.0.7
PKGREVISION= 1
DISTNAME= gmtk-1.0.8
CATEGORIES= devel
MASTER_SITES= http://gmtk.googlecode.com/files/

Expand Down
4 changes: 2 additions & 2 deletions devel/gmtk/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.13 2013/02/16 11:18:53 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.14 2013/03/16 10:43:43 obache Exp $
#

BUILDLINK_TREE+= gmtk

.if !defined(GMTK_BUILDLINK3_MK)
GMTK_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.gmtk+= gmtk>=1.0.6
BUILDLINK_API_DEPENDS.gmtk+= gmtk>=1.0.7
BUILDLINK_ABI_DEPENDS.gmtk+= gmtk>=1.0.7nb1
BUILDLINK_PKGSRCDIR.gmtk?= ../../devel/gmtk

Expand Down
10 changes: 4 additions & 6 deletions devel/gmtk/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
$NetBSD: distinfo,v 1.3 2013/01/05 12:17:16 obache Exp $
$NetBSD: distinfo,v 1.4 2013/03/16 10:43:43 obache Exp $

SHA1 (gmtk-1.0.7.tar.gz) = 6bebe7bb5d247472eb6f4d7b0a34ad3b94b29dc2
RMD160 (gmtk-1.0.7.tar.gz) = eebfc01875b6b89331e2ef889c378ff6672e9b80
Size (gmtk-1.0.7.tar.gz) = 405357 bytes
SHA1 (patch-src_Makefile.am) = 2484c730e3fe06c6826aa65128f95e3b2207b7af
SHA1 (patch-src_Makefile.in) = aed5db1941d3e2fbed0d5545a8cc7b761d47f72c
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
16 changes: 0 additions & 16 deletions devel/gmtk/patches/patch-src_Makefile.am

This file was deleted.

27 changes: 0 additions & 27 deletions devel/gmtk/patches/patch-src_Makefile.in

This file was deleted.

0 comments on commit ff87e46

Please sign in to comment.