1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515
|
xserver-xorg-video-openchrome (1:0.6.0-4) unstable; urgency=medium
* Team upload.
* Fix build with GCC 10 (closes: #958000). Thanks, Matthias Klose!
-- Julien Cristau <jcristau@debian.org> Fri, 18 Sep 2020 11:38:49 +0200
xserver-xorg-video-openchrome (1:0.6.0-3) unstable; urgency=medium
* Team upload.
[ Dylan Aïssi ]
* Disable the building of via_regs_dump on Hurd because FTBFS.
(Closes: #873463).
* Update descriptions of binary packages.
* Install manpage of via_regs_dump in right section (from .1 to .8).
* Really adopt the package (Closes: #808784).
* Do not explicitly parse d/changelog.
* Bump Standards-Version to 4.1.0.
-- Julien Cristau <jcristau@debian.org> Sat, 09 Sep 2017 18:25:22 +0200
xserver-xorg-video-openchrome (1:0.6.0-2) unstable; urgency=medium
* Build new binary package which contain the tool via_regs_dump.
* Bump Standards-Version to 4.0.0.
-- Dylan Aïssi <bob.dybian@gmail.com> Mon, 05 Jun 2017 22:47:36 +0200
xserver-xorg-video-openchrome (1:0.6.0-1) experimental; urgency=medium
* New upstream release.
* Decrease the minimal version of xserver-xorg-dev to 1.9.4.
No really need to have higher version.
* Install the upstream README file.
* Drop Fix_spelling_error.patch and Reproducible_build.patch:
applied upstream.
-- Dylan Aïssi <bob.dybian@gmail.com> Tue, 07 Mar 2017 23:24:19 +0100
xserver-xorg-video-openchrome (1:0.5.0-3) unstable; urgency=medium
* Disable "hardening=+all" that currently only activate bindnow.
The latter is not supported by xorg video drivers and
it prevents the loading of the driver.
* Cleanup of lintian overrides.
-- Dylan Aïssi <bob.dybian@gmail.com> Mon, 23 Jan 2017 22:56:06 +0100
xserver-xorg-video-openchrome (1:0.5.0-2) unstable; urgency=medium
[ Dylan Aïssi ]
* Fix FTBFS on Hurd:
- Exclude libdrm-dev from Build-Depend for Hurd-any instead only i386.
- Add a condition (!hurd) into dh_install target for libchromeXvMC*.
* Really apply the patch Reproducible_build.patch.
-- Timo Aaltonen <tjaalton@debian.org> Thu, 12 Jan 2017 13:46:48 +0200
xserver-xorg-video-openchrome (1:0.5.0-1) unstable; urgency=medium
* New upstream release. (LP: #1640787)
* Update VCS fields.
* Update lintian overrides.
* Add debian/source/format file.
* Architectures:
- Remove LPIA discontinued.
- Add x32 (Closes: #775201).
* Remove libdrm-dev from Build-Depend for Hurd (Closes: #672546).
* Update debian/watch.
* Bump Standards-Version to 3.9.8:
- Remove DM-Upload-Allowed field.
* Update and convert d/copyright to DEP5.
* Bump debhelper compat to 10.
* Add a patch to fix a spelling error.
* Switch from -dbg to -dbgsym package.
* Bump Build-Depends xserver-xorg-dev to >= 2:1.17.
* Add a patch to enable reproducible build (Closes: #831405).
* Enable hardened build (Closes: #734640).
-- Dylan Aïssi <bob.dybian@gmail.com> Thu, 01 Dec 2016 23:17:22 +0100
xserver-xorg-video-openchrome (1:0.3.3+git20160310-1) unstable; urgency=medium
* New upstream snapshot (Closes: #814682)
* rules: Enable parallel builds.
* Install shared libs in multiarch libdir.
* rules: Add gentarball target
-- Timo Aaltonen <tjaalton@debian.org> Thu, 10 Mar 2016 15:53:41 +0200
xserver-xorg-video-openchrome (1:0.3.3-2) unstable; urgency=medium
* control: Drop Julien Viard de Galbert and Cyril Brulebois from
Uploaders.
* control: Update homepage.
* watch: Updated.
* add-missing-include.diff: Fix build against xserver 1.18.
-- Timo Aaltonen <tjaalton@debian.org> Tue, 09 Feb 2016 16:39:42 +0200
xserver-xorg-video-openchrome (1:0.3.3-1) unstable; urgency=low
[ Maarten Lankhorst ]
* Move to git.
* Remove svn note in README.source
* Remove README.VCS-source
[ Timo Aaltonen ]
* New upstream release. (LP: #1041625)
* Remove 10-Deal-with-xserver-1.12.diff, not needed anymore.
* control: Bump policy to 3.9.3, no changes.
[ Maarten Lankhorst ]
* New upstream release.
-- Maarten Lankhorst <maarten.lankhorst@ubuntu.com> Wed, 25 Sep 2013 16:41:14 +0200
xserver-xorg-video-openchrome (1:0.2.906-1) unstable; urgency=low
* New upstream release (Closes: #676507).
* New patch: 10-Deal-with-xserver-1.12.diff (Closes: #675407), with
thanks to Leon Winter for testing the initial patch and proposing
a working one.
* Add xutils-dev build-dep.
-- Cyril Brulebois <kibi@debian.org> Fri, 08 Jun 2012 12:49:04 +0000
xserver-xorg-video-openchrome (1:0.2.904+svn1050-1) unstable; urgency=low
* New upstream snapshot
+ 921: Fix XAA displaying issues
+ 922: Fix cursor garbare after suspend/hibernate/resume
on VX855/VX900 chipsets #405
+ 923: Revert r922 changes (it added I420 support)
+ 924: Fix cursor garbage after suspen/resume for VX855 and VX900 (#405)
+ 925: Workaround EXA crash with new libcairo2 (#298)
+ 933: MSI PM9M-V (reported by Florin Rentea)
+ 1014: Hewlett Packard DX2020
+ 1037: ASRock PV530
+ 1050: Handle X server 1.12 (videoabi 12) (patch from Adam Jackson)
-- Julien Viard de Galbert <julien@vdg.blogsite.org> Sun, 12 Feb 2012 20:19:22 +0100
xserver-xorg-video-openchrome (1:0.2.904+svn920-1) unstable; urgency=low
* New upstream snapshot
+ 919: Sharp Mebius PC-CS30H
+ 920: Fix Xvideo crash on X.Org server 1.10
* Update standards version, no changes required
-- Julien Viard de Galbert <julien@vdg.blogsite.org> Wed, 04 May 2011 22:44:26 +0200
xserver-xorg-video-openchrome (1:0.2.904+svn918-1) unstable; urgency=low
* New upstream snapshot
+ 917: Add HP t5550 Thin Client support (thanks to dna67)
+ 918: Fix resolution detection for OLPC 1.5
* Fix build on hurd-i386, thanks Samuel Thibault. (Closes: #619863)
-- Julien Viard de Galbert <julien@vdg.blogsite.org> Wed, 30 Mar 2011 17:17:32 +0200
xserver-xorg-video-openchrome (1:0.2.904+svn916-3) unstable; urgency=low
* Wrap Depends for debug package also
-- Julien Viard de Galbert <julien@vdg.blogsite.org> Tue, 08 Mar 2011 17:19:15 +0100
xserver-xorg-video-openchrome (1:0.2.904+svn916-2) experimental; urgency=low
[ Julien Viard de Galbert ]
* Adding debug package
* Removed the dummy transitional package -via
[ Cyril Brulebois ]
* Add DM-Upload-Allowed: yes, Julien is doing a good job, let's allow
him to perform uploads.
-- Cyril Brulebois <kibi@debian.org> Fri, 25 Feb 2011 16:28:22 +0100
xserver-xorg-video-openchrome (1:0.2.904+svn916-1) unstable; urgency=low
* New upstream snapshot
+ 904: FIC CE2A1
+ 905: MSI PM8M-V
+ 906: Use DRICreatePCIBusID when available to create Bus ID string
+ 907: Restore video interrupt flag
+ 908: Fix hardware cursor for VX900
+ 909: Fix OpenGL application crash on VX900 chipset
+ 912: Lenovo ThinkCenter E51 8714 (reported by José Jorge)
+ 913: Fix VIA VB8001 Mini-ITX Board (P4M900) support
+ 914: Add suport for Semp Informática Notebook IS 1462 (reported by Colin)
+ 915: Fix #395 - revert ViaPanelGetSizeFromDDC renaming
thanks to Selim T. Erdogan (Closes: #614022)
+ 916: Add workaround for #177 ticket
-- Julien Viard de Galbert <julien@vdg.blogsite.org> Mon, 21 Feb 2011 12:33:59 +0100
xserver-xorg-video-openchrome (1:0.2.904+svn891-1) unstable; urgency=low
[ Julien Viard de Galbert ]
* New upstream snapshot
+ 859: Fix several typo in code comments
+ 860: Siragon ML-6200 laptop support
+ 861: update VX855 FIFO
+ 862: Fix bug #342 with TV out flickering (Closes: #564688)
+ 873: Replace the deprecated functions with new ones
Refer to "/xserver/include/os.h"
+ 874: Replace remaining xalloc to malloc
+ 878: Change maximum line pitch and virtual height according to chipset
+ 883: Update 1024x600 modeline
+ 884: Add workaround for memory autodetection
+ 887: Enable new mode switch and panel support on K8M800 and VM800
+ 888: Merge VX900 branch to add basic VX900 support
+ 889: fix a typo and add a FIXME following the VX900 merge
+ 890: add VX900 to man page
+ 891: Fix type in VIASave
[ Cyril Brulebois ]
* Switch to dh:
- Use debhelper 8.
- Use dh-autoreconf.
- Bump xserver-xorg-dev build-dep for dh_xsf_substvars and xsf
debhelper sequence.
- Use a .install to install everything in the first package.
- Use debian/xserver-xorg-video-openchrome.lintian-overrides instead
of manually installing debian/overrides. dh_lintian is our friend.
- Use a .docs to get NEWS installed.
* Remove xsfbs accordingly.
* Remove long obsolete Replaces/Conflicts.
* Wrap Depends/Provides.
-- Cyril Brulebois <kibi@debian.org> Sat, 05 Feb 2011 14:53:15 +0100
xserver-xorg-video-openchrome (1:0.2.904+svn858-1) experimental; urgency=low
[ Julien Viard de Galbert ]
* New upstream snapshot
+ 843: Fix DFP parameter description for the ActiveDevice option
+ 845: set colorkey for 2nd_monitor
+ 846: XVideo support for VX855
+ 853: Revert 2 changes that should not have gone into rev 846
+ 848: Improve 2d performance on chipsets without AGP/PCIe
+ 849: Add option I2CDevices
+ 850: Disable Hardware Clipping for the VX855
+ 851: Re-Enable the VQ for VX800/VX855
+ 852: Disable AGP and DMA by default for VX800 and VX855
+ 854: Fixed freeze on 64bit system for K8M090 chipset
+ 855: Increase bandwidth to handle 1920x1200 resolution with DDR266
+ 856: Fix XV crash on PM800 post VX855 rework
+ 857: ECS P4M800PRO-M2 (V2.0) - reported by Jandré le Roux
+ 858: fix typo in r857
[ Cyril Brulebois ]
* Build against Xserver 1.9.1 rc1.
* Add myself to Uploaders.
-- Cyril Brulebois <kibi@debian.org> Tue, 09 Nov 2010 17:08:35 +0100
xserver-xorg-video-openchrome (1:0.2.904+svn842-2) unstable; urgency=high
* Cherry-pick r854 to fix initialization issues on amd64 introduced in
r830, leading to system freeze (Closes: #597379). Many thanks to
Nethanel Elzas for the actual testing.
* Set urgency to “high” accordingly.
* Add myself to Uploaders.
-- Cyril Brulebois <kibi@debian.org> Thu, 30 Sep 2010 18:11:53 +0200
xserver-xorg-video-openchrome (1:0.2.904+svn842-1) unstable; urgency=low
* New upstream snapshot
+ 829: FIC PTM800Pro LF
+ 837: MSI K8M890M2-V
+ 838: Fix bug with suspend and VT switch on VX800 chipset on 64bit sys
+ 840: Fix segfaults with EXA and XV
[ Timo Aaltonen ]
* Build against Xserver 1.7.
* Remove 01_gen_pci_ids.diff. The X server now uses an internal table to
choose a driver during autoconfiguration.
[ Julien Cristau ]
* Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
good reason. Thanks, Colin Watson!
[ Raphael Geissert ]
* Manpage typos patch merged upstream
* Fix watch file not to accept 'latest' as upstream version
[ Christopher James Halse Rogers ]
* Update xsfbs to fix build against xserver-xorg >= 1.7.6.901-1 and use new
substvars in debian/control.
[ Julien Viard de Galbert ]
* New maintainer (Closes: #583501)
* Update standards version, no changes required
-- Julien Cristau <jcristau@debian.org> Sat, 04 Sep 2010 22:36:13 +0200
xserver-xorg-video-openchrome (1:0.2.904+svn827-1) unstable; urgency=low
* New upstream snapshot
+ 816: OLPC XO 1.5
+ 817: Add panel scale support for CLE266 and KM400
+ 818: Enabled new mode switch for PM800 chipset,
+ 819: Add option to enable unaccelerated RandR rotation ("SWRandR")
+ 820: Enable new mode switch for VM800 chipsets
+ 827: Twinhead K15V
* Fix some typos in the man page
* Update xsfbs to latest version
-- Raphael Geissert <geissert@debian.org> Tue, 12 Jan 2010 02:13:51 -0600
xserver-xorg-video-openchrome (1:0.2.904+svn812-1) unstable; urgency=low
* New upstream release + snapshot
+ 742: VX800 integrated TMDS support
+ 748: MSI P4M900M3-L
+ 753: fix a segfault on shutdown when there's no Xv
+ 755: Sharp PC-AE30J
+ 768: Add rotate upside-down
+ 775: Add support of the VIA Openbook
+ 778: Haier A60-440256080BD (actually an ECS mobo)
+ 779: Lenovo S12
+ 784: ECS P4M890T-M v2.0
+ 794: Packard Bell Lima (ASUS MBP5VDZ-NVM)
+ 801: Twinhead H12V (P4M900)
+ 807: ModeSwitchMethod option
+ 812: Guillemot-Hercules ECafe EC900B
+ VX855 support
+ Multiple panel autodetection issues
* Change my email address and drop DM-U-A field
* Bump standards-version, no change needed
-- Raphael Geissert <geissert@debian.org> Mon, 23 Nov 2009 23:04:04 -0600
xserver-xorg-video-openchrome (1:0.2.903+svn741-1) unstable; urgency=low
* New upstream snapshot
+ 709: hwcursor improvements and bug fixes (Closes: #496922)
+ 716: fix 2d initialization for P4M900
+ 726: Fall back to software rendering for unsupported EXA repeat modes
+ 734: Initialize CRTC before a mode switch
+ 737: Samsung NC20
+ 739: Fix 2D engine init
+ 740: CX700 integrated TMDS
+ 741: Foxconn P4M800P7MB-RS2H
* debian/copyright updated to add details about a new copyright holder
* debian/control: bump standards version, no change needed
-- Raphael Geissert <atomo64@gmail.com> Sun, 29 Mar 2009 13:39:13 -0600
xserver-xorg-video-openchrome (1:0.2.903+svn713-1) experimental; urgency=low
* New upstream snapshot
+ 682-685: Initial VX800 chipsets support
+ 708: Initial XVideo support
+ 682: via_cursor.c: register corrections
+ 686: Mitac 8624, but with a P4M890
+ 687: VIA Epia M700
+ 688: Hide overlay when video is invisible
+ 690: Axper XP-M8VM800
+ 693: Added more needed panel modes
+ 694: XvMC Unichrome Pro allocation fixes (LP: #304119)
+ 696: Fixed Crash worked around by XaaNoImageWriteRect (LP: #274340)
+ 713: Twinhead M6
* vt_fix.patch: removed, different solution by upstream in r695
* disable_ARGB_cursor_VM800.patch: removed, no longer needed
-- Raphael Geissert <atomo64@gmail.com> Fri, 09 Jan 2009 19:11:40 -0600
xserver-xorg-video-openchrome (1:0.2.902+svn579-4) unstable; urgency=low
[ Raphael Geissert ]
* New upstream release + snapshot.
+ 584: Simplified memory bandwidth setting.
+ 591: IBM AnyPlace Kiosk 3xx.
+ 592: Added missing 640x480 PAL mode for VT1625.
+ 593-4: Merged randr branch.
+ 595: Disabled ARGB cursor for K8M890.
+ 597: VIA VT8454B has a panel.
+ 598: MSI K8M Neo-V (broken pci id).
* disable_ARGB_cursor_VM800.patch: like r595 but for VM800.
* vt_fix.patch (Closes: #500253):
+ prevent LCD's backlight from being switched off when changing VTs.
* debian/control:
+ Build a dummy xserver-xorg-video-via package to ease the transition.
+ Added lpia to the architectures list.
[ Julien Cristau ]
* Add DM-Upload-Allowed control field to let Raphael upload this package
himself.
-- Raphael Geissert <atomo64@gmail.com> Sun, 19 Oct 2008 16:12:32 +0200
xserver-xorg-video-openchrome (1:0.2.902+svn579-3) experimental; urgency=low
* Build against xserver 1.5.
-- Raphael Geissert <atomo64@gmail.com> Wed, 17 Dec 2008 14:55:38 +0100
xserver-xorg-video-openchrome (1:0.2.902+svn579-2) unstable; urgency=low
[ Raphael Geissert ]
* Cherry-picked the following changesets adding support for new cards:
+ 580: MSI VR321
+ 583: Foxconn P4M9007MB-8RS2H
+ 586: MSI K9MM-V
+ 589: Gigabyte M704 / RoverPC A700GQ
+ 581: ECS CLE266
-- Julien Cristau <jcristau@debian.org> Sun, 14 Sep 2008 17:52:58 +0200
xserver-xorg-video-openchrome (1:0.2.902+svn579-1) unstable; urgency=low
[ Timo Aaltonen ]
* debian/patches/01_gen_pci_ids.diff:
- This patch adds a list of pci id's that the driver supports so that
the server can automatically load it. Stolen from via. (Closes: #487327)
* debian/control:
- Add quilt to build-deps.
* debian/rules:
- Support for patches.
[ Raphael Geissert ]
* 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 filter 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
* Install a symlink to xserver-xorg-core's bugreport script
-- Julien Cristau <jcristau@debian.org> Sat, 12 Jul 2008 21:29:00 +0200
xserver-xorg-video-openchrome (1:0.2.902+svn570-1) unstable; urgency=low
* First upload to Debian (Closes: #464848)
* New upstream release + snapshot
* Updated copyright information
* Conflicts: libchromexvmc1, libchromexvmcpro1 so Replaces takes
effect
-- Raphael Geissert <atomo64@gmail.com> Sat, 19 Apr 2008 19:51:43 -0500
xserver-xorg-video-openchrome (1:0.2.901+svn502-1) experimental; urgency=low
* New upstream release
-- Raphael Geissert <atomo64@gmail.com> Mon, 14 Jan 2008 17:55:56 -0600
xserver-xorg-video-openchrome (1:0.2.901+svn491-1) experimental; urgency=low
* New upstream release
* Merged binary packages (merged overrides/*, *.install, and added Provides)
* Added epoch because of ubuntu's epoch addition
* debian/rules: set the correct Provides of -video and Depends on -core
Code taken from xserver-xorg-video-via-0.2.2's debian/xsfbs/xsfbs.mk
* debian/{rules,control}: rewritten so cdbs is NOT used
* Bumped DH_COMPAT to 6
* debian/control: Added Vcs-* entries
* debian/control: Do not conflict with xserver-xorg-video-{via,unichrome}
The driver is for some time now called 'openchrome'
-- Raphael Geissert <atomo64@gmail.com> Mon, 14 Jan 2008 17:12:00 -0600
xserver-xorg-video-openchrome (0.2.900+svn470-1) experimental; urgency=low
* New upstream release
-- Raphael Geissert <atomo64@gmail.com> Sat, 22 Dec 2007 12:33:17 -0600
xserver-xorg-video-openchrome (0.2.900+svn452-1) experimental; urgency=low
* New upstream release
* clean target now removes some autogen.sh generated files
* Updated to Standards-Version: 3.7.3, no change needed
* Removed non-standard architecture lpia from control
-- Raphael Geissert <atomo64@gmail.com> Sun, 09 Dec 2007 20:28:46 -0600
xserver-xorg-video-openchrome (0.2.900+svn447-1) experimental; urgency=low
* New upstream release
-- Raphael Geissert <atomo64@gmail.com> Sun, 25 Nov 2007 20:31:08 -0600
xserver-xorg-video-openchrome (0.2.900+svn423-1) experimental; urgency=low
* New upstream release
-- Raphael Geissert <atomo64@gmail.com> Sun, 28 Oct 2007 19:51:44 -0600
xserver-xorg-video-openchrome (0.2.6+svn357-0ubuntu3) gutsy; urgency=low
* Add lpia to all binary packages.
-- Mario Limonciello <superm1@ubuntu.com> Thu, 06 Sep 2007 09:59:20 -0500
xserver-xorg-video-openchrome (0.2.6+svn357-0ubuntu2) gutsy; urgency=low
* Only build for i386, amd64, lpia. Hardware isn't available
on sparc, ppc, ia64, and FTBFS on these arch anyhow.
-- Mario Limonciello <superm1@ubuntu.com> Thu, 06 Sep 2007 09:51:48 -0500
xserver-xorg-video-openchrome (0.2.6+svn357-0ubuntu1) gutsy; urgency=low
* Initial Release.
-- Mario Limonciello <superm1@ubuntu.com> Fri, 27 Jul 2007 17:57:42 -0500
|