pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gxine Changes 0.4.9:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fb908d6aa5f
branches:  trunk
changeset: 501246:0fb908d6aa5f
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 19 13:26:01 2005 +0000

description:
Changes 0.4.9:
        * Make XTest optional (screenblanker-defeating fake keypresses).
          It seems to be causing problems...
        * Don't touch the volume at startup if remember_volume isn't set.
        * Don't reset the volume on exit - xine-lib alters it (if
          remember_volume is set) before gxine gets anywhere near it.
        * Fix Xinerama handling.
        * Enforce black background beyond video area within video window.
        * Don't create links to the browser plugin if it isn't present.
        * Added Simplified Chinese translation. (Tao Pin, Dong Changdao)
        * Fix a few filename-related memory leaks.
        * Fixed problems with # in filenames.
        * Use --as-needed (if supported) when linking.

diffstat:

 multimedia/gxine/Makefile         |  21 ++++++++++-----------
 multimedia/gxine/PLIST            |   3 ++-
 multimedia/gxine/distinfo         |  10 +++++-----
 multimedia/gxine/patches/patch-ab |   6 +++---
 4 files changed, 20 insertions(+), 20 deletions(-)

diffs (83 lines):

diff -r 14b301bc4267 -r 0fb908d6aa5f multimedia/gxine/Makefile
--- a/multimedia/gxine/Makefile Wed Oct 19 12:39:24 2005 +0000
+++ b/multimedia/gxine/Makefile Wed Oct 19 13:26:01 2005 +0000
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.15 2005/10/06 18:02:10 drochner Exp $
-#
+# $NetBSD: Makefile,v 1.16 2005/10/19 13:26:01 adam Exp $
 
-DISTNAME=              gxine-0.4.8
-CATEGORIES=            multimedia
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=xine/}
+DISTNAME=      gxine-0.4.9
+CATEGORIES=    multimedia
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xine/}
 
-MAINTAINER=            tech-pkg%NetBSD.org@localhost
-HOMEPAGE=              http://xinehq.de/
-COMMENT=               Gtk-based media player
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://xinehq.de/
+COMMENT=       Gtk-based media player
 
-GNU_CONFIGURE=         YES
-USE_LIBTOOL=           YES
-USE_PKGLOCALEDIR=      YES
+USE_LIBTOOL=           yes
+USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake pkg-config
+GNU_CONFIGURE=         yes
 
 PTHREAD_OPTS+=         require
 
diff -r 14b301bc4267 -r 0fb908d6aa5f multimedia/gxine/PLIST
--- a/multimedia/gxine/PLIST    Wed Oct 19 12:39:24 2005 +0000
+++ b/multimedia/gxine/PLIST    Wed Oct 19 13:26:01 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2005/07/29 16:10:44 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/10/19 13:26:01 adam Exp $
 bin/gxine
 bin/gxine_client
 lib/gxine/gxineplugin.la
@@ -13,6 +13,7 @@
 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gxine.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gxine.mo
 ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gxine.mo
+${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gxine.mo
 share/pixmaps/gxine-logo.png
 @dirrm share/gxine/pixmaps
 @dirrm share/gxine
diff -r 14b301bc4267 -r 0fb908d6aa5f multimedia/gxine/distinfo
--- a/multimedia/gxine/distinfo Wed Oct 19 12:39:24 2005 +0000
+++ b/multimedia/gxine/distinfo Wed Oct 19 13:26:01 2005 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.10 2005/10/06 18:02:10 drochner Exp $
+$NetBSD: distinfo,v 1.11 2005/10/19 13:26:01 adam Exp $
 
-SHA1 (gxine-0.4.8.tar.gz) = 7898810f61e953362bc44cf831cc0093a6c894ce
-RMD160 (gxine-0.4.8.tar.gz) = 7078c5e7ae99c2700abf04907d490facdcc31dae
-Size (gxine-0.4.8.tar.gz) = 1324873 bytes
+SHA1 (gxine-0.4.9.tar.gz) = f6a83973aee03e836a1c6953d86677fc2db9baed
+RMD160 (gxine-0.4.9.tar.gz) = 258f74c684a0da1fc1ce59ca14f5372c243117ea
+Size (gxine-0.4.9.tar.gz) = 1352672 bytes
 SHA1 (patch-aa) = 168f7149dbffd7b191721a30193c6d58320534fc
-SHA1 (patch-ab) = 581122a87dd3ea1a61b434ba721866efd3455ab6
+SHA1 (patch-ab) = b2488c6febee6bc41be26ab8a36563fed5105a52
 SHA1 (patch-ac) = b4db5fbfb45f283937b38db2d2e22110b7e113be
 SHA1 (patch-ad) = 1a0cf404f16806bc75cb12659a6f0f86e5e52705
 SHA1 (patch-af) = e7cee400257c84808064dcc344ac6623c373350d
diff -r 14b301bc4267 -r 0fb908d6aa5f multimedia/gxine/patches/patch-ab
--- a/multimedia/gxine/patches/patch-ab Wed Oct 19 12:39:24 2005 +0000
+++ b/multimedia/gxine/patches/patch-ab Wed Oct 19 13:26:01 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/01/26 13:18:07 jmmv Exp $
+$NetBSD: patch-ab,v 1.2 2005/10/19 13:26:02 adam Exp $
 
---- src/http.c.orig    Wed Mar 19 09:22:55 2003
+--- src/http.c.orig    2005-03-17 00:55:23.000000000 +0000
 +++ src/http.c
-@@ -29,6 +29,7 @@
+@@ -28,6 +28,7 @@
  #include <sys/types.h>
  #include <sys/socket.h>
  #include <netdb.h>



Home | Main Index | Thread Index | Old Index