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

xserver-xorg-video-openchrome: Changes to 'debian-unstable'



 debian/changelog |    7 +++++--
 debian/links     |    1 +
 debian/overrides |    1 -
 debian/rules     |    1 +
 src/via_driver.c |    1 -
 src/via_swov.c   |    2 +-
 6 files changed, 8 insertions(+), 5 deletions(-)

New commits:
commit c5c9d9ffcc17d044df0068b999f56828ecb15838
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Thu Jun 19 23:42:47 2008 -0500

    Added missing dh_link call

diff --git a/debian/rules b/debian/rules
index f4cc01f..57ae5d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,6 +72,7 @@ binary-arch: serverabi install
 	install -D -m 0644 debian/overrides \
 		debian/$(PACKAGE)/usr/share/lintian/overrides/$(PACKAGE)
 	dh_strip
+	dh_link
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs

commit de8c9ca1a60c2b8aebc6bfe72728ff8c26c0a0a2
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Thu Jun 19 23:40:47 2008 -0500

    Install a symlink to xserver-xorg-core's bugreport script

diff --git a/debian/changelog b/debian/changelog
index e48cbb8..5d88f2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,8 +19,9 @@ xserver-xorg-video-openchrome (1:0.2.902+svn577-1) UNRELEASED; urgency=low
   * Stripped enclosing chevrons from the unichrome link (Closes: #485957)
     - p.d.o displays the link with or without them, and looks ugly
   * Removed a useless lintian override
+  * Install a symlink to xserver-xorg-core's bugreport script
 
- -- Raphael Geissert <atomo64@gmail.com>  Thu, 19 Jun 2008 22:10:17 -0500
+ -- Raphael Geissert <atomo64@gmail.com>  Thu, 19 Jun 2008 23:39:43 -0500
 
 xserver-xorg-video-openchrome (1:0.2.902+svn570-1) unstable; urgency=low
 
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..aedc5bd
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+usr/share/bug/xserver-xorg-core/script usr/share/bug/xserver-xorg-video-openchrome/script
\ No newline at end of file

commit f25e8a67fb8d1e3664e9d03ed66843c7eb2d7695
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Thu Jun 19 22:11:10 2008 -0500

    Update changelog to reflect changes made by upstream

diff --git a/debian/changelog b/debian/changelog
index 84476fc..e48cbb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-openchrome (1:0.2.902+svn575-1) UNRELEASED; urgency=low
+xserver-xorg-video-openchrome (1:0.2.902+svn577-1) UNRELEASED; urgency=low
 
   [ Timo Aaltonen ]
   * debian/patches/01_gen_pci_ids.diff:
@@ -13,13 +13,14 @@ xserver-xorg-video-openchrome (1:0.2.902+svn575-1) UNRELEASED; urgency=low
   * New upstream snapshot.
     + Fixes some Xv issues.
     + Disables XvDMA for P4M890 and K8M890, as it is broken.
+    + Enables CLE video engine on VM800/CN700.
   * Bump Standards-Version to 3.8.0
     + Use find instead of findstring for DEB_BUILD_OPTIONS parsing in d/rules
   * Stripped enclosing chevrons from the unichrome link (Closes: #485957)
     - p.d.o displays the link with or without them, and looks ugly
   * Removed a useless lintian override
 
- -- Raphael Geissert <atomo64@gmail.com>  Sun, 15 Jun 2008 16:38:30 -0500
+ -- Raphael Geissert <atomo64@gmail.com>  Thu, 19 Jun 2008 22:10:17 -0500
 
 xserver-xorg-video-openchrome (1:0.2.902+svn570-1) unstable; urgency=low
 

commit da2e50a6485667c0d2c5fc1b2b15610523c705ef
Author: ben <ben@e8d65cb0-85f4-0310-8831-c60e2a5ce829>
Date:   Sun Jun 15 22:17:42 2008 +0000

     VM800/CN700 appears to have a CLE video engine (reported by Vincent Magnin).
    
    
    git-svn-id: http://svn.openchrome.org/svn/trunk@577 e8d65cb0-85f4-0310-8831-c60e2a5ce829

diff --git a/src/via_driver.c b/src/via_driver.c
index e51ed8e..0287e78 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -824,7 +824,6 @@ VIASetupDefaultOptions(ScrnInfoPtr pScrn)
             pVia->DRIIrqEnable = FALSE;
             break;
         case VIA_VM800:
-            pVia->VideoEngine = VIDEO_ENGINE_CME;
             pVia->agpEnable = FALSE;
             break;
         case VIA_K8M890:

commit 0ca2f123dda4897f4d26c67f5fe4202deb04c784
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sun Jun 15 16:39:12 2008 -0500

    Removed a useless lintian override

diff --git a/debian/changelog b/debian/changelog
index c71ebf1..84476fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,8 +17,9 @@ xserver-xorg-video-openchrome (1:0.2.902+svn575-1) UNRELEASED; urgency=low
     + Use find instead of findstring for DEB_BUILD_OPTIONS parsing in d/rules
   * Stripped enclosing chevrons from the unichrome link (Closes: #485957)
     - p.d.o displays the link with or without them, and looks ugly
+  * Removed a useless lintian override
 
- -- Raphael Geissert <atomo64@gmail.com>  Thu, 12 Jun 2008 11:52:35 -0500
+ -- Raphael Geissert <atomo64@gmail.com>  Sun, 15 Jun 2008 16:38:30 -0500
 
 xserver-xorg-video-openchrome (1:0.2.902+svn570-1) unstable; urgency=low
 
diff --git a/debian/overrides b/debian/overrides
index 2884826..847b813 100644
--- a/debian/overrides
+++ b/debian/overrides
@@ -1,4 +1,3 @@
 xserver-xorg-video-openchrome: non-dev-pkg-with-shlib-symlink usr/lib/libchromeXvMCPro.so.1.0.0 usr/lib/libchromeXvMCPro.so
 xserver-xorg-video-openchrome: non-dev-pkg-with-shlib-symlink usr/lib/libchromeXvMC.so.1.0.0 usr/lib/libchromeXvMC.so
-xserver-xorg-video-openchrome: several-sonames-in-same-package libchromeXvMC.so.1 libchromeXvMCPro.so.1
 xserver-xorg-video-openchrome: package-name-doesnt-match-sonames libchromeXvMC1 libchromeXvMCPro1

commit 48a5888fcb96eb619891de62f101181c81299b52
Author: schlobinux <schlobinux@e8d65cb0-85f4-0310-8831-c60e2a5ce829>
Date:   Fri Jun 13 19:31:32 2008 +0000

    fix typo
    
    git-svn-id: http://svn.openchrome.org/svn/trunk@576 e8d65cb0-85f4-0310-8831-c60e2a5ce829

diff --git a/src/via_swov.c b/src/via_swov.c
index 1806c0e..2a13419 100644
--- a/src/via_swov.c
+++ b/src/via_swov.c
@@ -1727,7 +1727,7 @@ Upd_Video(ScrnInfoPtr pScrn, unsigned long videoFlag,
      * FIXME:
      * Enable video on secondary 
      */
-    if (pVia->VideoEngine == VIDEO_ENGINE_CME;
+    if (pVia->VideoEngine == VIDEO_ENGINE_CME
         && pVia->pBIOSInfo->PanelActive) {
         /* V1_ON_SND_DISPLAY */
         vidCtl |= 0x80000000;


Reply to: