pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/gnome-subtitles Update to 1.3. Changelist inc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ca050f3815a5
branches: trunk
changeset: 652109:ca050f3815a5
user: kefren <kefren%pkgsrc.org@localhost>
date: Sat May 23 14:54:12 2015 +0000
description:
Update to 1.3. Changelist include:
* Allow to set the gap between subtitles, to be used when inserting or splitting subtitles
* Fixed character count when editing text
* Multiple subtitle engine fixes:
* Fixed parsing and writing (AQTitle, Karaoke Lyrics LRC, MacSUB, MPSub, Panimator,
Phoenix Japanimation Society, Sofni, SubCreator 1.x, ViPlay Subtitle File)
* Fixed output of deciseconds (SubCreator 1.x)
* Removed extra newline in the output (MacSUB, Phoenix Japanimation Society, Panimator)
* Fixed bug with multiple lines of text per subtitle (Sofni)
* Switched to GStreamer 1.0
* Fixed Help menu items
diffstat:
textproc/gnome-subtitles/Makefile | 10 +++++-----
textproc/gnome-subtitles/PLIST | 10 ++++++++--
textproc/gnome-subtitles/distinfo | 8 ++++----
3 files changed, 17 insertions(+), 11 deletions(-)
diffs (87 lines):
diff -r 323f118cff27 -r ca050f3815a5 textproc/gnome-subtitles/Makefile
--- a/textproc/gnome-subtitles/Makefile Sat May 23 14:14:27 2015 +0000
+++ b/textproc/gnome-subtitles/Makefile Sat May 23 14:54:12 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2015/04/25 14:24:57 tnn Exp $
+# $NetBSD: Makefile,v 1.49 2015/05/23 14:54:12 kefren Exp $
-DISTNAME= gnome-subtitles-1.1
-PKGREVISION= 33
+DISTNAME= gnome-subtitles-1.3
CATEGORIES= multimedia textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnome-subtitles/}
@@ -10,6 +9,7 @@
COMMENT= Subtitle editor for the GNOME desktop
LICENSE= gnu-gpl-v2
+MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share
@@ -23,8 +23,8 @@
DEPENDS+= gtkspell>=2.0:../../textproc/gtkspell
.include "../../devel/GConf/schemas.mk"
-.include "../../lang/mono2/buildlink3.mk"
-.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+.include "../../lang/mono/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
diff -r 323f118cff27 -r ca050f3815a5 textproc/gnome-subtitles/PLIST
--- a/textproc/gnome-subtitles/PLIST Sat May 23 14:14:27 2015 +0000
+++ b/textproc/gnome-subtitles/PLIST Sat May 23 14:54:12 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2011/01/29 09:09:35 obache Exp $
+@comment $NetBSD: PLIST,v 1.5 2015/05/23 14:54:12 kefren Exp $
bin/gnome-subtitles
lib/gnome-subtitles/gnome-subtitles.exe
lib/gnome-subtitles/gnome-subtitles.exe.config
@@ -10,6 +10,7 @@
share/gnome/help/gnome-subtitles/C/legal.xml
share/gnome/help/gnome-subtitles/ca/gnome-subtitles.xml
share/gnome/help/gnome-subtitles/cs/gnome-subtitles.xml
+share/gnome/help/gnome-subtitles/da/gnome-subtitles.xml
share/gnome/help/gnome-subtitles/de/gnome-subtitles.xml
share/gnome/help/gnome-subtitles/el/gnome-subtitles.xml
share/gnome/help/gnome-subtitles/es/gnome-subtitles.xml
@@ -44,12 +45,17 @@
share/locale/ro/LC_MESSAGES/gnome-subtitles.mo
share/locale/ru/LC_MESSAGES/gnome-subtitles.mo
share/locale/sl/LC_MESSAGES/gnome-subtitles.mo
+share/locale/sr/LC_MESSAGES/gnome-subtitles.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-subtitles.mo
share/locale/sv/LC_MESSAGES/gnome-subtitles.mo
share/locale/tr/LC_MESSAGES/gnome-subtitles.mo
share/locale/zh_CN/LC_MESSAGES/gnome-subtitles.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-subtitles.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-subtitles.mo
share/omf/gnome-subtitles/gnome-subtitles-C.omf
share/omf/gnome-subtitles/gnome-subtitles-ca.omf
share/omf/gnome-subtitles/gnome-subtitles-cs.omf
+share/omf/gnome-subtitles/gnome-subtitles-da.omf
share/omf/gnome-subtitles/gnome-subtitles-de.omf
share/omf/gnome-subtitles/gnome-subtitles-el.omf
share/omf/gnome-subtitles/gnome-subtitles-es.omf
@@ -58,4 +64,4 @@
share/omf/gnome-subtitles/gnome-subtitles-ro.omf
share/omf/gnome-subtitles/gnome-subtitles-sl.omf
share/omf/gnome-subtitles/gnome-subtitles-sv.omf
-share/pixmaps/gnome-subtitles.png
+share/pixmaps/gnome-subtitles.svg
diff -r 323f118cff27 -r ca050f3815a5 textproc/gnome-subtitles/distinfo
--- a/textproc/gnome-subtitles/distinfo Sat May 23 14:14:27 2015 +0000
+++ b/textproc/gnome-subtitles/distinfo Sat May 23 14:54:12 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2011/01/29 09:09:35 obache Exp $
+$NetBSD: distinfo,v 1.4 2015/05/23 14:54:12 kefren Exp $
-SHA1 (gnome-subtitles-1.1.tar.gz) = 500442c266d4440f68099d76b97ca80f906e3415
-RMD160 (gnome-subtitles-1.1.tar.gz) = 299c2593f148c29aeae44b528f35950c1d6b7d03
-Size (gnome-subtitles-1.1.tar.gz) = 1033533 bytes
+SHA1 (gnome-subtitles-1.3.tar.gz) = 9edfa12403a4563a53d4a7758fec36bbac223720
+RMD160 (gnome-subtitles-1.3.tar.gz) = 41eda3170a78c55436f37d5f5d95e2dbdf72be30
+Size (gnome-subtitles-1.3.tar.gz) = 1182246 bytes
SHA1 (patch-aa) = e425f50e137f9b9b0ab46b0188c77874bce72897
Home |
Main Index |
Thread Index |
Old Index