pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/nvtv PR/30432 -- Add command-line options to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5ba191cf95f
branches:  trunk
changeset: 604223:e5ba191cf95f
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sat May 26 10:13:29 2012 +0000

description:
PR/30432 -- Add command-line options to set TV alignment.  Patch taken
from upstream tracker.

diffstat:

 graphics/nvtv/Makefile         |   4 ++--
 graphics/nvtv/distinfo         |   5 +++--
 graphics/nvtv/patches/patch-ab |   2 ++
 graphics/nvtv/patches/patch-ad |  17 +++++++++++++++++
 4 files changed, 24 insertions(+), 4 deletions(-)

diffs (58 lines):

diff -r 9c4ed7866a88 -r e5ba191cf95f graphics/nvtv/Makefile
--- a/graphics/nvtv/Makefile    Sat May 26 08:50:53 2012 +0000
+++ b/graphics/nvtv/Makefile    Sat May 26 10:13:29 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2012/03/03 00:13:17 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2012/05/26 10:13:29 shattered Exp $
 
 DISTNAME=      nvtv-0.4.7
-PKGREVISION=   14
+PKGREVISION=   15
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=nv-tv-out/}
 
diff -r 9c4ed7866a88 -r e5ba191cf95f graphics/nvtv/distinfo
--- a/graphics/nvtv/distinfo    Sat May 26 08:50:53 2012 +0000
+++ b/graphics/nvtv/distinfo    Sat May 26 10:13:29 2012 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.4 2009/03/13 12:48:51 hasso Exp $
+$NetBSD: distinfo,v 1.5 2012/05/26 10:13:29 shattered Exp $
 
 SHA1 (nvtv-0.4.7.tar.gz) = 5ea23e4bfcdf91766ec4600a90866a3ccede252b
 RMD160 (nvtv-0.4.7.tar.gz) = 866128297f30b36758e8dadfd04a562515bfc8e3
 Size (nvtv-0.4.7.tar.gz) = 419564 bytes
 SHA1 (patch-aa) = 5427ad734597a76f4dbd65d17d95604f0df88d1e
-SHA1 (patch-ab) = 672fce1536dc7070f7b44d999c5da0a75b4d4c4c
+SHA1 (patch-ab) = 6b4e77864b7f42a6e95020a62d31ad4d569ac6d9
 SHA1 (patch-ac) = af493d9f8209203b50379f93146ba6504eb39829
+SHA1 (patch-ad) = ba6d7653d90f5b0b4fa54a4f4eb106a0e7954f88
diff -r 9c4ed7866a88 -r e5ba191cf95f graphics/nvtv/patches/patch-ab
--- a/graphics/nvtv/patches/patch-ab    Sat May 26 08:50:53 2012 +0000
+++ b/graphics/nvtv/patches/patch-ab    Sat May 26 10:13:29 2012 +0000
@@ -1,3 +1,5 @@
+$NetBSD: patch-ab,v 1.4 2012/05/26 10:13:29 shattered Exp $
+
 --- src/mmio.c.orig    2009-03-12 00:40:06 +0200
 +++ src/mmio.c 2009-03-12 00:40:28 +0200
 @@ -40,7 +40,7 @@
diff -r 9c4ed7866a88 -r e5ba191cf95f graphics/nvtv/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/nvtv/patches/patch-ad    Sat May 26 10:13:29 2012 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ad,v 1.3 2012/05/26 10:13:29 shattered Exp $
+
+PR 34032
+
+--- src/nvtv.c.orig    2004-04-20 14:55:17.000000000 +0000
++++ src/nvtv.c
+@@ -172,6 +172,10 @@ static OptIntDecl opt_set_list [] = {
+   {"ChromaBandwidth", min:   0, max:100, SET_FIELD(chroma_bandwidth)},
+   {"Sharpness",       min:   0, max:100, SET_FIELD(sharpness)},
+   {"CrossColor",      min:   0, max:100, SET_FIELD(cross_color)},
++  {"TVPositionX",     min:-100, max:100, SET_FIELD(tv_hoffset)},
++  {"TVPositionY",     min:-100, max:100, SET_FIELD(tv_voffset)},
++  {"MonitorPositionX",     min:-100, max:100, SET_FIELD(mon_hoffset)},
++  {"MonitorPositionY",     min:-100, max:100, SET_FIELD(mon_voffset)},
+   {NULL}
+ };
+ 



Home | Main Index | Thread Index | Old Index