pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/brasero Update to 2.26.2. Set LICENSE to gnu-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8010a2208269
branches:  trunk
changeset: 393432:8010a2208269
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 20 13:21:13 2009 +0000

description:
Update to 2.26.2. Set LICENSE to gnu-gpl-v2.

18-5-2009

Bug fixed:
#578970 – should allow all text targets, not just UTF8_STRING
#578977 – use g_uri_list_extract_uris
#578959 – brasero crashed with SIGSEGV in g_closure_invoke()
#579023 – No error message when attempting to burn on incorrect medium
and part of #573807 – Image selection filters are badly named
#582143 – Reports successful copy when out of disk space in copying DVD


Translations:
Marios Zindilis <m.zindilis%dmajor.org@localhost>: Updated Greek translation
David Planella <david.planella%gmail.com@localhost>: Added Catalan translation by Joan Duran
Jorge Gonzalez <jorgegonz%svn.gnome.org@localhost>: Updated Spanish translation
Mattias Põldaru <mahfiaz gmail com>: Updating Estonian translation
Khaled Hosny <khaledhosny%eglug.org@localhost>: Updated Arabic translation, with various spell checking and translation fixes

diffstat:

 sysutils/brasero/Makefile |   8 +++-----
 sysutils/brasero/PLIST    |  10 +++++++++-
 sysutils/brasero/distinfo |   8 ++++----
 3 files changed, 16 insertions(+), 10 deletions(-)

diffs (94 lines):

diff -r 913b033f1afe -r 8010a2208269 sysutils/brasero/Makefile
--- a/sysutils/brasero/Makefile Wed May 20 13:19:04 2009 +0000
+++ b/sysutils/brasero/Makefile Wed May 20 13:21:13 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2009/03/22 19:01:41 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2009/05/20 13:21:13 wiz Exp $
 #
 
-DISTNAME=      brasero-2.26.0
-PKGREVISION=   1
+DISTNAME=      brasero-2.26.2
 CATEGORIES=    sysutils gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/brasero/2.26/}
 EXTRACT_SUFX=  .tar.bz2
@@ -10,12 +9,11 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://projects.gnome.org/brasero/
 COMMENT=       Disc-burning software for the GNOME desktop
+LICENSE=       gnu-gpl-v2
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= yes
-CONFIGURE_ENV+=        GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/
-MAKE_ENV+=     GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config gmake intltool autoconf automake gawk msgfmt
 USE_DIRS+=     gnome2-1.6
diff -r 913b033f1afe -r 8010a2208269 sysutils/brasero/PLIST
--- a/sysutils/brasero/PLIST    Wed May 20 13:19:04 2009 +0000
+++ b/sysutils/brasero/PLIST    Wed May 20 13:21:13 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/16 10:49:06 jmcneill Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/05/20 13:21:13 wiz Exp $
 bin/brasero
 include/brasero/brasero-drive-selection.h
 include/brasero/brasero-drive.h
@@ -197,6 +197,8 @@
 share/gnome/help/brasero/C/brasero.xml
 share/gnome/help/brasero/C/figures/brasero_main.png
 share/gnome/help/brasero/C/legal.xml
+share/gnome/help/brasero/ca/brasero.xml
+share/gnome/help/brasero/ca/figures/brasero_main.png
 share/gnome/help/brasero/de/brasero.xml
 share/gnome/help/brasero/de/figures/brasero_main.png
 share/gnome/help/brasero/el/brasero.xml
@@ -240,6 +242,7 @@
 share/icons/hicolor/48x48/apps/brasero.png
 share/icons/hicolor/scalable/apps/brasero.svg
 share/locale/ar/LC_MESSAGES/brasero.mo
+share/locale/as/LC_MESSAGES/brasero.mo
 share/locale/bg/LC_MESSAGES/brasero.mo
 share/locale/bn_IN/LC_MESSAGES/brasero.mo
 share/locale/ca/LC_MESSAGES/brasero.mo
@@ -285,12 +288,15 @@
 share/locale/ta/LC_MESSAGES/brasero.mo
 share/locale/te/LC_MESSAGES/brasero.mo
 share/locale/th/LC_MESSAGES/brasero.mo
+share/locale/tr/LC_MESSAGES/brasero.mo
+share/locale/uk/LC_MESSAGES/brasero.mo
 share/locale/vi/LC_MESSAGES/brasero.mo
 share/locale/zh_CN/LC_MESSAGES/brasero.mo
 share/locale/zh_HK/LC_MESSAGES/brasero.mo
 share/locale/zh_TW/LC_MESSAGES/brasero.mo
 share/mime/packages/brasero.xml
 share/omf/brasero/brasero-C.omf
+share/omf/brasero/brasero-ca.omf
 share/omf/brasero/brasero-de.omf
 share/omf/brasero/brasero-el.omf
 share/omf/brasero/brasero-en_GB.omf
@@ -336,6 +342,8 @@
 @dirrm share/gnome/help/brasero/el
 @dirrm share/gnome/help/brasero/de/figures
 @dirrm share/gnome/help/brasero/de
+@dirrm share/gnome/help/brasero/ca/figures
+@dirrm share/gnome/help/brasero/ca
 @dirrm share/gnome/help/brasero/C/figures
 @dirrm share/gnome/help/brasero/C
 @dirrm share/gnome/help/brasero
diff -r 913b033f1afe -r 8010a2208269 sysutils/brasero/distinfo
--- a/sysutils/brasero/distinfo Wed May 20 13:19:04 2009 +0000
+++ b/sysutils/brasero/distinfo Wed May 20 13:21:13 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/03/16 10:49:06 jmcneill Exp $
+$NetBSD: distinfo,v 1.2 2009/05/20 13:21:13 wiz Exp $
 
-SHA1 (brasero-2.26.0.tar.bz2) = 3f4e6595b5c8d6767ac220568b183e51d31c3c63
-RMD160 (brasero-2.26.0.tar.bz2) = 522baad9bd7e0aad238067f690c9f3ca16b7a755
-Size (brasero-2.26.0.tar.bz2) = 3129146 bytes
+SHA1 (brasero-2.26.2.tar.bz2) = a65f0167d209e86535611d37887481beb21e33c8
+RMD160 (brasero-2.26.2.tar.bz2) = 5110cd570448b9f3c4213483ee90f8f13a7dc038
+Size (brasero-2.26.2.tar.bz2) = 3326163 bytes
 SHA1 (patch-aa) = ec853f5d230d7d9296ef042bcd9a65d87f172b08
 SHA1 (patch-ab) = 3a1c1671d44ed0533540556b5b0bab89c2ff9175


Home | Main Index | Thread Index | Old Index