pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/xine-lib Fix installed include file xine.h: r...
details: https://anonhg.NetBSD.org/pkgsrc/rev/91fa4a818e63
branches: trunk
changeset: 462322:91fa4a818e63
user: seb <seb%pkgsrc.org@localhost>
date: Tue Sep 30 12:17:01 2003 +0000
description:
Fix installed include file xine.h: remove comma at end of enumerator list.
This fix the build of kdemultimedia3 with GCC 3.3.1.
Bump PKGREVISION.
diffstat:
graphics/xine-lib/Makefile | 3 ++-
graphics/xine-lib/distinfo | 4 +++-
graphics/xine-lib/patches/patch-aj | 13 +++++++++++++
graphics/xine-lib/patches/patch-ak | 13 +++++++++++++
4 files changed, 31 insertions(+), 2 deletions(-)
diffs (63 lines):
diff -r 0035bbf210d0 -r 91fa4a818e63 graphics/xine-lib/Makefile
--- a/graphics/xine-lib/Makefile Tue Sep 30 12:06:38 2003 +0000
+++ b/graphics/xine-lib/Makefile Tue Sep 30 12:17:01 2003 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2003/09/05 09:58:36 drochner Exp $
+# $NetBSD: Makefile,v 1.14 2003/09/30 12:17:01 seb Exp $
#
DISTNAME= xine-lib-1-rc0a
PKGNAME= xine-lib-1rc0a
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/}
diff -r 0035bbf210d0 -r 91fa4a818e63 graphics/xine-lib/distinfo
--- a/graphics/xine-lib/distinfo Tue Sep 30 12:06:38 2003 +0000
+++ b/graphics/xine-lib/distinfo Tue Sep 30 12:17:01 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/09/05 09:58:36 drochner Exp $
+$NetBSD: distinfo,v 1.5 2003/09/30 12:17:01 seb Exp $
SHA1 (xine-lib-1-rc0a.tar.gz) = ee41ba602179a9f02208a15e3dff36a1dfa00fac
Size (xine-lib-1-rc0a.tar.gz) = 4211552 bytes
@@ -10,3 +10,5 @@
SHA1 (patch-ag) = dd466b04766e9f7c43106ee163e339cf30a6a6ad
SHA1 (patch-ah) = 3f9b23c4a7994259056b73209a9e194db759f06d
SHA1 (patch-ai) = f71e3cb57bf30cbf9653a469c040b6e3f717ba97
+SHA1 (patch-aj) = 54cf69b028d46327d46b5cc2a0ec457bd4a59b67
+SHA1 (patch-ak) = 5e791e17755e0b7515d81f80790d529992e827d6
diff -r 0035bbf210d0 -r 91fa4a818e63 graphics/xine-lib/patches/patch-aj
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/xine-lib/patches/patch-aj Tue Sep 30 12:17:01 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2003/09/30 12:17:01 seb Exp $
+
+--- include/xine.h.in.orig 2003-07-13 19:29:04.000000000 +0000
++++ include/xine.h.in
+@@ -1677,7 +1677,7 @@ void xine_osd_get_palette (xine
+
+ typedef enum {
+ XINE_TVSYSTEM_PAL = 0,
+- XINE_TVSYSTEM_NTSC = 1,
++ XINE_TVSYSTEM_NTSC = 1
+ } xine_tvsystem;
+
+ /* connect to nvtvd server and save current TV and X settings */
diff -r 0035bbf210d0 -r 91fa4a818e63 graphics/xine-lib/patches/patch-ak
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/xine-lib/patches/patch-ak Tue Sep 30 12:17:01 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2003/09/30 12:17:01 seb Exp $
+
+--- include/xine.h.orig 2003-08-02 13:51:35.000000000 +0000
++++ include/xine.h
+@@ -1677,7 +1677,7 @@ void xine_osd_get_palette (xine
+
+ typedef enum {
+ XINE_TVSYSTEM_PAL = 0,
+- XINE_TVSYSTEM_NTSC = 1,
++ XINE_TVSYSTEM_NTSC = 1
+ } xine_tvsystem;
+
+ /* connect to nvtvd server and save current TV and X settings */
Home |
Main Index |
Thread Index |
Old Index