summaryrefslogtreecommitdiff
path: root/graphics/xine-lib
diff options
context:
space:
mode:
authorseb <seb>2003-09-30 12:17:01 +0000
committerseb <seb>2003-09-30 12:17:01 +0000
commit9d79819a3484771296873cbe366bafe18ad9b8b6 (patch)
treed659e3a49a11b3fbb6096a2f50dcf7ef83bebeef /graphics/xine-lib
parent1f345fafcd3dcc3677e18319e5406d4469af787d (diff)
downloadpkgsrc-9d79819a3484771296873cbe366bafe18ad9b8b6.tar.gz
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 (limited to 'graphics/xine-lib')
-rw-r--r--graphics/xine-lib/Makefile3
-rw-r--r--graphics/xine-lib/distinfo4
-rw-r--r--graphics/xine-lib/patches/patch-aj13
-rw-r--r--graphics/xine-lib/patches/patch-ak13
4 files changed, 31 insertions, 2 deletions
diff --git a/graphics/xine-lib/Makefile b/graphics/xine-lib/Makefile
index a29dbfaa38a..76997d19183 100644
--- a/graphics/xine-lib/Makefile
+++ b/graphics/xine-lib/Makefile
@@ -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 --git a/graphics/xine-lib/distinfo b/graphics/xine-lib/distinfo
index 5bd55e543ca..6df845a95bc 100644
--- a/graphics/xine-lib/distinfo
+++ b/graphics/xine-lib/distinfo
@@ -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-ae) = cf7486ed50a782fcfb17ad0985e76a7ae09a2938
SHA1 (patch-ag) = dd466b04766e9f7c43106ee163e339cf30a6a6ad
SHA1 (patch-ah) = 3f9b23c4a7994259056b73209a9e194db759f06d
SHA1 (patch-ai) = f71e3cb57bf30cbf9653a469c040b6e3f717ba97
+SHA1 (patch-aj) = 54cf69b028d46327d46b5cc2a0ec457bd4a59b67
+SHA1 (patch-ak) = 5e791e17755e0b7515d81f80790d529992e827d6
diff --git a/graphics/xine-lib/patches/patch-aj b/graphics/xine-lib/patches/patch-aj
new file mode 100644
index 00000000000..2da6cf4e518
--- /dev/null
+++ b/graphics/xine-lib/patches/patch-aj
@@ -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 --git a/graphics/xine-lib/patches/patch-ak b/graphics/xine-lib/patches/patch-ak
new file mode 100644
index 00000000000..c13a3ac93a7
--- /dev/null
+++ b/graphics/xine-lib/patches/patch-ak
@@ -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 */