summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2009-09-16Add new package: libxfce4menureed5-0/+126
Menu library for Xfce.
2009-09-16Add new package: xfce4-settingsreed8-0/+151
The Xfce settings manager allows you to customize your desktop environment in an easy and intuitive way. You can set some hardware components such as mouse, keyboard or display; but also theme your windows, widgets and icons, set your preferred applications, manage your sessions.
2009-09-15+xlsfontsdrochner1-1/+2
2009-09-15add xlsfonts-1.0.2, the base X11 font information tool, fromdrochner4-0/+30
Blair Sadewitz per pkgsrc-wip
2009-09-15update to 248drochner2-6/+6
changes: minor bugfixes
2009-09-13Allow python26.wiz1-2/+2
2009-09-12remove bwidget as it is a duplicate of tk-BWidgetplunky5-155/+1
2009-09-12update to BWidget 1.9.0plunky4-138/+143
2009-09-12Add 'clean' to PRIVILEGED_STAGES.snj1-1/+3
2009-09-11Publish gtksourceview binding by default.tonio2-4/+4
It does not bring additional dependencies, except gtksourceview bump pkgrevision, as this changes the default binary package.
2009-09-11Fix variable name to not use -I without argument.joerg2-1/+15
2009-09-11Update to 6.12.4.hasso2-6/+6
Brown paper bag release for X.org 7.5, missed one of the need commits in the cherry picker. Dave Airlie (2): Update to xextproto 7.1 support. ati 6.12.4
2009-09-11Update to 6.12.3.hasso5-215/+18
It contains numerous fixes to 6.12.2 backported from master over the last few months, along with PCI IDs for some new hardware. Adam Jackson (1): Fix misleading filenames in DRI setup failure messages Alex Deucher (42): R6xx/R7xx: set proper 3D client driver name for r600 radeon: chip family typo R6xx/R7xx: cleanup macro radeon: remove old crtc size heuristics radeon: fix tmds_pll randr property Revert "DCE3/3.2: cleanup dpms after previous changes" Remove old messages Endian fixes for object table RS690: add quirk for acer board AVIVO: fix for cursor corruption issue r2xx/r3xx/r4xx: further i2c fixups AVIVO: make sure cursor width isn't negative RV410: SE variants only have 1 quad pipe AVIVO: fix cursor corruption/flickering issues R6xx/r7xx: fix CURSOR_SWAPPING_* macros AVIVO: better fix for cursor flickering/corruption issues radeon: fix several dpms issues r2xx-r4xx: fix typo in last i2c fix and clarify hw i2c pin sel AVIVO: move cusor offscreen when disabling AVIVO: fix cursor corruption bands for real AVIVO: set default cursor mode in cursor init RS690/RS740: fix connector enumeration in some cases RS690: gpio/connector fixes R3xx-R5xx: don't set TX_OFFSET_RS in RS_INST_COUNT r3xx-r5xx: switch to 1/12 subpixel precision R3xx/R4xx tex vid: increase the guardband limit for rendering with a tri RV770: add missing pci id radeon: try harder when checking if a card is posted r4xx: Add some missing pci ids Add RV740 (HD4770) support atom: connector quirk Add some missing M96 pci ids RV280: Add an AGP quirk RV280: another AGP quirk Add an r420 AGP quirk radeon: Set PCI/PCIE bus type properly per asic radeon: fix typo in object header to connector type conversion radeon: add some new r7xx pci ids RS880: enable accel RV280: add agp quirk RV740: disable small DFS transfers RV280: add agp quirk Bryce Harrington (3): radeon: AGPMode quirk needed for HP Omnibook 6200 radeon: AGPMode quirk needed for IBM Thinkpad T40 with Mobility M7 LW radeon: AGPMode quirk needed for SiS Dave Airlie (13): radeon: fix DDC on rv410 VGA ports for non-atom use. radeon: tweak ddc fix for all r300s. radeon: fix r600 shadow fb mode with cursor allocation in wrong place radeon/tv: fix typo in crtc register modifications r100/r200: dont emit wrong clamp modes. atom/tvout: set the correct scaler up for tv out atombios: store dac detect result into save register. atom: recall crtc source script after tv dpms on radeon: move detected monitor type debugging. r600: fix bad unit in texture setup ati: update for resources/RAC API removal ati: change to using ABI version check ati 6.12.3 Fredrik Höglund (1): Check if the composite op is supported in R200CheckComposite. Markus Gapp (1): Add quirk for asus hd3450 board Michel Dänzer (2): Clear the framebuffer before initializing modes. Pre-R600 EXA: Fix coordinate limits off-by-one error. Roland Scheidegger (1): R6xx/R7xx: fix pixel centers
2009-09-10Update to 2.16.0:wiz4-32/+20
pygtk-2.16.0 23-Aug-2009 - Allow to use automake 1.11 (Paolo Borelli) - Remove compiler warnings (Gian) - Add gtk.gdk.CURRENT_TIME constant (Paul) - Fix gtk.IMContext().set_client_window() (Gian) - Some docs fix (John Finlay) - Fixed invocation of FileChooserDialog in print demo (Pietro Battiston) - Some autotools tweaks (Gian) - Fix arg parsing format typo for gtk_toggle_button_new (John Finlay) - Update some docs to the new 2.16 API (Gian) pygtk-2.15.2 20-Jun-2009 - Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message (Paul) - Allow pango.Context creation (Paul, #550855) - Make gtk.gdk.Pixbuf.add_alpha accept integers, retaining backward compatibility accepting also chars (Paul, #586094) - Protect window obj from GC in gtk.window_get_toplevels (Gustavo, #574259) - Plug huge number of memory leaks in Pango wrappers (Paul) - Add gtk.gdk.WINDOWING constant (Paul, #555112) - Wrap gdk_pixbuf_apply_embedded_orientation (Chris Wilson) - Modernize constructors of seven more types (Paul) - Don't free a string we don't own (Paul, #585458) - Some docs tweaking (Gian) pygtk-2.15.1 25-May-2009 - (Add HSV support to gtk.gdk.Color objects) - Add floating-point support to gtk.gdk.Color (Paul) - Retire hand-written ChangeLog; autocreate from Git history (Paul) - Fix conditional in docs/Makefile.am (Frederic Peters) - Document that gtk.gdk.GC coordinates are not related to allocation (Paul) - Make pygtk_boxed_unref_shared() also handle Py_None (Paul) - Make gtk.MenuItem.set_submenu accept None (Paul) - Don't run 'fixxref.py' if documentation is not built (Bj - Apply libtool 2.2 compatibility patch (Gian) - Plug reference leak on main signal watch source (Paul) - Add extra warning against accidental misuse of tree model columns (Paul) - Wrap gtk.Border attributes and constructor (Mariano Su - Make gtk.gdk.Event.time accept 'long' in assignments (Paul) - Wrap gtk.RcStyle attributes (Paul) pygtk-2.15.0 01-May-2009 - Update pygtk to use numpy instead of Numeric (Josselin Mouette, Brian Cameron, #397544) - Update the address of the FSF (Tobias Mueller, #577154) - Wrap gtk_builder_add_objects_from_string and gtk_builder_add_objects_from_file. - Add GTK+ 2.16 API (Gian) - wrap gtk.IconView.convert_widget_to_bin_window_coords (Gian) - add gtk.gdk.Window.redirect_to_drawable (Gian) - add GtkNumberUpLayout enum (Gian) - some method argument fixes (Gian) - add gtk.PrintSettings.[get|set]_number_up_layout (Gian) - Some demo fixes (Gian, Andi Albrecht) - Add various deprecation warnings (Gian Mario)
2009-09-09Fix lossage due to the assumption that a time_t has the same widthdrochner4-3/+78
as a pointer, which fails at least on NetBSD-64bit <=5 and -32bit >5. Unfortunately this assumption is deep in the code, in particular already in gtk-sharp, so this fix isn't great because it only corrects the translation of a C structure into C# data. (With this fix, I can import pictures into f-spot from the filesystem.) Many thanks to Brian de Alwis for explaining how conditionals can be done in C#. bump PKGREVISION
2009-09-09Remove references to python-2.3.wiz2-4/+4
2009-09-08Use libtool --mode=XXX in all cases.joerg6-17/+17
2009-09-08Fix x11/labltk for ocaml 3.11.1 [PR pkg/42017]tonio1-2/+1
2009-09-08Update to 0.90.3.ahoka2-7/+6
2009-09-07Update lang/ocaml to 3.11.1 [PR pkg/41695]tonio2-3/+19
(Changes that can break existing programs are marked with a "*" ) Language features: - Addition of lazy patterns: "lazy <pat>" matches suspensions whose values, after forcing, match the pattern <pat>. - Introduction of private abbreviation types "type t = private <type-expr>", for abstracting the actual manifest type in type abbreviations. - Subtyping is now allowed between a private abbreviation and its definition, and between a polymorphic method and its monomorphic instance. Compilers: - The file name for a compilation unit should correspond to a valid identifier (Otherwise dynamic linking and other things can fail, and a warning is emitted.) * Revised -output-obj: the output name must now be provided; its extension must be one of .o/.obj, .so/.dll, or .c for the bytecode compiler. The compilers can now produce a shared library (with all the needed -ccopts/-ccobjs options) directly. - -dtypes renamed to -annot, records (in .annot files) which function calls are tail calls. - All compiler error messages now include a file name and location, for better interaction with Emacs' compilation mode. - Optimized compilation of "lazy e" when the argument "e" is already evaluated. - Optimized compilation of equality tests with a variant constant constructor. - The -dllib options recorded in libraries are no longer ignored when -use_runtime or -use_prims is used (unless -no_auto_link is explicitly used). - Check that at most one of -pack, -a, -shared, -c, -output-obj is given on the command line. - Optimized compilation of private types as regular manifest types (e.g. abbreviation to float, float array or record types with only float fields). Native-code compiler: - New port: Mac OS X / Intel in 64-bit mode (configure with -cc "gcc -m64"). - A new option "-shared" to produce a plugin that can be dynamically loaded with the native version of Dynlink. - A new option "-nodynlink" to enable optimizations valid only for code that is never dynlinked (no-op except for AMD64). - More aggressive unboxing of floats and boxed integers. - Can select which assembler and asm options to use at configuration time. Run-time system: - New implementation of the page table describing the heap (two-level array in 32 bits, sparse hashtable in 64 bits), fixes issues with address space randomization on 64-bit OS (PR#4448). - New "generational" API for registering global memory roots with the GC, enables faster scanning of global roots. (The functions are caml_*_generational_global_root in <caml/memory.h>.) - New function "caml_raise_with_args" to raise an exception with several arguments from C. - Changes in implementation of dynamic linking of C code: under Win32, use Alain Frisch's flexdll implementation of the dlopen API; under MacOSX, use dlopen API instead of MacOSX bundle API. - Programs may now choose a first-fit allocation policy instead of the default next-fit. First-fit reduces fragmentation but is slightly slower in some cases. Standard library: - Parsing library: new function "set_trace" to programmatically turn on or off the printing of a trace during parsing. - Printexc library: new functions "print_backtrace" and "get_backtrace" to obtain a stack backtrace of the most recently raised exception. New function "record_backtrace" to turn the exception backtrace mechanism on or off from within a program. - Scanf library: fine-tuning of meta format implementation; fscanf behaviour revisited: only one input buffer is allocated for any given input channel; the %n conversion does not count a lookahead character as read. Other libraries: - Dynlink: on some platforms, the Dynlink library is now available in native code. The boolean Dynlink.is_native allows the program to know whether it has been compiled in bytecode or in native code. - Bigarrays: added "unsafe_get" and "unsafe_set" (non-bound-checking versions of "get" and "set"). - Bigarrays: removed limitation "array dimension < 2^31". - Labltk: added support for TK 8.5. - Num: added conversions between big_int and int32, nativeint, int64. More efficient implementation of Num.quo_num and Num.mod_num. - Threads: improved efficiency of mutex and condition variable operations; improved interaction with Unix.fork (PR#4577). - Unix: added getsockopt_error returning type Unix.error. Added support for TCP_NODELAY and IPV6_ONLY socket options. - Win32 Unix: "select" now supports all kinds of file descriptors. Improved emulation of "lockf" (PR#4609). Tools: - ocamldebug now supported under Windows (MSVC and Mingw ports), but without the replay feature. (Contributed by Dmitry Bely and Sylvain Le Gall at OCamlCore with support from Lexifi.) - ocamldoc: new option -no-module-constraint-filter to include functions hidden by signature constraint in documentation. - ocamlmklib and ocamldep.opt now available under Windows ports. - ocamlmklib no longer supports the -implib option. - ocamlnat: an experimental native toplevel (not built by default). Camlp4: * programs linked with camlp4lib.cma now also need dynlink.cma.
2009-09-07Retire Python 2.3 support.joerg1-2/+2
2009-09-07don't propagate the "cups" dependency, this is nut referenced bydrochner1-5/+1
the exported libraries (according to the CVS log, this was only to work around spurious db4 dependencies which are hopefully fixed by my last change to db4/bl3)
2009-09-03Fix compiling against NetBSD popcount libc function.roy7-2/+89
2009-09-03Use --mode=install for libtool, don't dependency on the legacyjoerg7-14/+14
detection.
2009-09-02Explicitly call libtool with --mode=install.joerg1-4/+4
2009-09-01Fix build with openssl-1.0. From markd.wiz3-13/+33
Enable openssl again on NetBSD-current and bump PKGREVISION.
2009-08-31Fix build with openssl-1.0. From markd.wiz5-23/+155
Enable openssl again on NetBSD-current. Bump PKGREVISION.
2009-08-30Update xterm to Patch#246.obache2-6/+6
Patch #246 - 2009/8/16 * remove obsolete logic for saving/restoring wrapping flags, which did not work on 64-bit platform. Wrapping flags (stored in the line-index) are now copied with line-data (Debian #541160). * modify comments in app-defaults files to avoid problem with C preprocessor used by xrdb (Debian #541603). * restore special case in makeColorPair, needed for colorBDMode resource (Debian #541089). * correct SetLineFlags() macro, broken in patch #244 when recoding to avoid gcc-specific bitfields (Debian #541236). * modify initialization of screen buffers to ensure that pointers align to int-boundaries. This fixes a problem introduced in patch #244 where the color- and character-arrays (stored after the video-attributes in each row) might be misaligned (report by Rajeev V Pillai). * add limit-check in ScrnRefresh for handling saved-lines from the circular buffer which are repainted on a screen whose width has increased. To improve performance, circular buffer entries are not resized (report by Rajeev V Pillai). * correct type for CellColor (a late change in patch #244 to avoid gcc- specifc enums made that unsigned rather than unsigned short, for the 256-color option). * fix typo in configure option --enable-16bit-chars (report by Rajeev V. Pillai). Patch #245 - 2009/8/12 * correct a special case in saving FIFO-lines from patch #244. If the screen was shrunk, xterm used the wrong amount for copying to FIFO-lines, and then used this amount to adjust the current row on the screen. That was both a visible defect (Debian #541109) as well as a potential addressing error (Debian #541132, #541160, and #541236). * add clarification in xterm manual about the various allowXXXOps resources, which are disabled when the allowSendEvents resource is active (patch by Julien Cristau, Debian #531597). Patch #244 - 2009/8/9 * refactored storage of saved-lines, providing a configure option to manage them as a FIFO (actually a circular buffer), improving performance. Added configure option --enable-fifo-lines to enable/disable the new feature (it is enabled by default). * added fastScroll resource, to amuse people who measure terminal emulator performance by cat'ing large files to the screen. * modify check in readPtyData from return values to provide exit on zero- bytes read from pty for FreeBSD, or eliminate high-CPU in "xterm-hold" processing (discussion with Ulrich Spoerlein, FreeBSD ports/136686). The check was originally modified to combine negative/zero values in XFree86-3.1.2E, 1996/05/06. * add configure option --enable-16bit-chars to provide wide-characters with 16-bits (rather than the default 32-bits). * add retryInputMethod resource to allow configuring out the retries xterm uses to connect to non-responsive XIM server, to work around defective X configurations as noted in NetBSD mailing list. http://mail-index.netbsd.org/tech-x11/2009/06/07/msg000511.html * make regular-expression selection work for VT100 double-sized characters. * improve layout when drawing missing characters in a proportional font, e.g., as boxes, to take into account whether they are double-width (report by Guilbert Stabilo on comp.unix.shell). * add capability for keypad-center (kb2/KA2) to termcap entry for xterm-new, as well as xterm-8bit, xterm-sun and xterm-vt220 (FreeBSD conf/136336). * change default for keepSelection resource to true (prompted by discussion with David Muir Sharnoff). * remove a limit-check in ptydata.c, allowing Unicode values past 64k to be displayed using TrueType fonts (Debian #458432). * remove a vt52-specific ifdef to allow mapping F1-F4 to PF1-PF4 when vt52 support is not compiled (report by Olaf 'Rhialto' Seibert). * save/restore line-wrapping flags when converting from ISO-8859-1 encoding to UTF-8 encoding, as well as when resizing screen. * remove extra adjustment of position in fix for Debian #418324. * modify default check for mkWidth resource to check for line-drawing characters, which are categorized as double-width in Solaris 10 (report by Sebastian Kayser). * add "print-everything" action (patch by Ovidiu Gheorghioiu). * start refactoring scrollback data using new getLineData() function. * demote recent change to Debian #252873 fix to experimental, ifdef'd out as EXP_BOGUS_FG (Debian #522141). * work around groff mapping of ASCII quotes using macros (requested by Reuben Thomas based on Colin Watson advice, fixes Debian #378700). * correct symbol used for default of allowWindowOps which was DEF_ALLOW_FONT rather than DEF_ALLOW_WINDOW (report by Matthieu Herrb). * amend fix for tek4014 from patch #243 to make it only apply to the Tek Options menu.
2009-08-29Same as for kdelibs3:wiz1-3/+9
Disable openssl on NetBSD>=5.99.15 because of openssl problems (STACK etc) until someone fixes it.
2009-08-29Update to 2.16.6:wiz2-6/+6
* Bugs fixed: 161489 Make left/right arrows change focus between bookmarks... 592883 Spin cell rendererer problem with double click 478519 GtkTooltip segfaults on NULL gdk-display-current-tooltip. 592003 Shift+click should always modify selection 589195 gtktreeview.c warning 588199 GtkTreeView rendering glitch while using a default sort... 526149 GtkCellRendererAccel editing conflicts with mnemonics 592901 Crash in JPEG pixbuf loader instead of error 592461 preserve errno and use g_strerror 589745 Apply message in GtkAssistant 588943 set correct selection before emitting cursor-changed... 592606 Activate the default button in a respose-request callback 591526 Accelerator keys with <super> modifier also triggered... 588958 Typo in startup-id window property 580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE... 564695 Pressing enter key in print to file "Name" box does not print 528283 Problems when using PageUp & PageDown to navigate... 534462 Focus issues in file chooser 543310 set_enable_tree_lines doesn't work when a cellrenderer... * Translation updates: Brazilian Portuguese Catalan (Valencian) Galician
2009-08-29Update to 0.16.0:wiz2-6/+6
New features since the last stable release, 0.14.0, include: * Support for PDF blend modes [Benjamin Otte, Carlos Garcia Campos] * A number of fast paths for ARM NEON [Jeff Muizelaar, Jonathan Morton, Siarhei Siamashka, Ian Rickards] * Support for PIXMAN_REPEAT_REFLECT for images [Thomas Jaeger] * New image formats: a2r10g10b10, x2r10g10b10 [Ben Skeggs] b8g8r8a8, b8g8r8x8 [Mike Kettenis] * Support for MMX and SSE2 on Sun compilers and Solaris [Alan Coopersmith] * Support for SSE2 on Windows x64 [George Yohng] Also new in this release: * A reorganisation of pixman's internals to make future development and maintenance easier [Søren Sandmann Pedersen] * A substantial expansion of pixman's test suite [Siarhei Siamashka] Thanks to everyone who contributed to pixman 0.16.0, including Adam Jackson, Adrian Bunk, Alan Coopersmith, Andre Tupinamba, Ben Skeggs, Benjamin Otte, Carlos Garcia Campos, Chris Wilson, George Yohng, Guillaume Letellier, Ian Rickards, Jeff Muizelaar, Jonathan Morton, Loïc Minier, Luca Barbato, M Joonas Pihlaja, Magnus Kessler, Makoto Kato, Mark Kettenis, Michel Dänzer, Miha Vrhovnik, Siarhei Siamashka, Søren Sandmann Pedersen, Thomas Jaeger, and William Bonnet.
2009-08-29Update to 2.4.13:wiz2-6/+6
New release for a function I should have exposed from libdrm a long time ago. It lets us fix ARB_oq support, and I needed it for ARB_map_buffer_range. Alex Deucher (3): Add R600_SCRATCH_REG_OFFSET to radeon_drm.h Add RADEON_INIT_R600_CP too radeon: pull in z pipe changes from kernel Anssi Hannula (1): link libdrm_intel with -lrt for new use of clock_gettime(). Ben Skeggs (6): nouveau: drm api 0.0.15, update object header, remove fake bo support nouveau: user buffers need to be mappable nouveau: don't overwrite user-specified bo size needlessly nouveau: for the moment, assert if we exceed some reloc limits nouveau: support for copy-less pushbuf ioctl nouveau: fix a thinko in copyless pushbuf ioctl Christoph Brill (1): Filter radeon pkgconfig file as do intel and nouveau Dave Airlie (4): radeon: don't map/unmap explicitly. libdrm_radeon: add tiling support radeon: fix GTT writing space check radeon: fix bo wait at map time. Eric Anholt (2): Add drm_intel_bo_busy to query whether mapping a BO would block. Bump to version 2.4.13 for release. Jakob Bornecrantz (1): Kill last remnant of replacefb ioctl Maarten Maathuis (1): libdrm/nouveau: unmap before ufree means nvbo->sysmem != NULL, which inbalances cpu_prep/cpu_finish Michel Dänzer (2): libdrm_radeon: Always wait for BO idle in bo_map. Revert "libdrm_radeon: Always wait for BO idle in bo_map." Pauli Nieminen (4): libdrm/radeon: Update head of linked list not to point freed memory. libdrm_radeon: Fix loops so that compiler can optimize them. libdrm_radeon: Optimize copy of table to cs buffer with specialized call. radeon: add support for busy/domain check interface.
2009-08-29Update to 1.1.10:wiz2-6/+6
Just a few packaging changes and cleanups. Alan Coopersmith (1): Add README with pointers to mailing list, bugzilla & git repos James Cloos (1): Replace static ChangeLog with dist-hook to generate from git log Matthieu Herrb (1): nuke RCS Ids Paulo Cesar Pereira de Andrade (1): Janitor: make distcheck, compiler warnings, extra .gitignore files. Peter Hutterer (1): libXcursor 1.1.10
2009-08-29Update to 1.0.5:wiz2-6/+6
Improved file locking for file systems w/o support for hardlinks. Other than that one general packaging cleanup, removal of some really old kerberos code. Alan Coopersmith (1): Restore FamilyKrb5Principal definition Jeremy Huddleston (1): Make file locking more robust for network shares like AFP Paulo Cesar Pereira de Andrade (2): Janitor: Correct make distcheck and remove extra .gitignore file. Remove old api kerberos. Peter Hutterer (1): libXau 1.0.5
2009-08-29Update to 2.1.0:wiz3-7/+8
No protocol changes, packaging changes only. Julien Cristau (1): Bump to 2.0.4 Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (4): Remove RCS tags Move xf86dristr.h to xf86driproto.h for consistency with other modules. Remove Xfuncproto.h include. Bump to 2.1.0
2009-08-29Update to 1.2.0:wiz3-7/+8
No protocol changes, packaging changes only. Alan Coopersmith (1): renamed: .cvsignore -> .gitignore James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (4): Rename xf86bigfstr.h to xf86bigfproto.h for consistency with other modules. Remove RCS tags Remove server-specific declarations. xf86bigfontproto 1.2.0
2009-08-29Update to 1.2.0:wiz3-7/+8
No protocol changes, packaging changes only. Alan Coopersmith (1): renamed: .cvsignore -> .gitignore James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (3): Remove RCS tags Rename xcmiscstr.h to xcmiscproto.h for consistency with other modules. xcmiscproto 1.2.0
2009-08-29Update to 2.3.0:wiz2-6/+6
No protocol changes, packaginc changes only. Unlike the other protocol modules, this one hasn't seen the Xlib header cleanup. If you want to untangle this, be my guest. Alan Coopersmith (1): renamed: .cvsignore -> .gitignore James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (2): Remove RCS tags videoproto 2.3.0
2009-08-29Update to 1.0.6:wiz2-6/+6
Some warning fixes, documentation update. Alan Coopersmith (1): Add README with pointers to mailing list, bugzilla & git repos Paulo Cesar Pereira de Andrade (1): Janitor: Correct sparse warnings. Peter Hutterer (1): libICE 1.0.6
2009-08-29Update to 2.1.0:wiz2-7/+6
Packaging changes only. Alan Coopersmith (1): renamed: .cvsignore -> .gitignore James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (2): Remove RCS tags fontsproto 2.1.0
2009-08-29Update to 1.1.0:wiz3-7/+8
No protocol changes, packaging changes only. Alan Coopersmith (1): renamed: .cvsignore -> .gitignore James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (3): Remove RCS tags Move Xeviestr.h to evieproto.h for consistency with other modules. evieproto 1.1.0
2009-08-29Update to 1.2.0:wiz2-6/+6
One documentation update, the rest are just packaging changes. Gaetan Nadon (1): damageproto: use XORG_CHANGELOG macro to create ChangeLog. #22611 James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Owen Taylor (1): Document that 'parts' may be None for DamageSubtract Peter Hutterer (2): Remove RCS tags damageproto 1.2.0
2009-08-29Update to 1.1.0:wiz3-7/+8
No changes to the protocol itself, packaging changes only. Alan Coopersmith (1): renamed: .cvsignore -> .gitignore James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (3): Remove RCS tags. Move bigreqstr.h to bigreqsproto.h.
2009-08-29Mark as destdir-ready.wiz1-1/+3
2009-08-29Really mark as destdir-ready.wiz1-3/+3
2009-08-29Disable ssl support on NetBSD-5.99.15 and newer (openssl-1.0 snapshot)wiz1-3/+9
because of incompatible changes (STACK removal etc.) until someone fixes it.
2009-08-29Bump PKGREVISION for libjpeg7 fix.wiz1-2/+2
2009-08-29Fix scaling issue caused by jpeg7 update.dogcow2-1/+26
http://bugzilla.gnome.org/show_bug.cgi?id=588740
2009-08-27Fix fallout from recursive jpeg shlib bump.wiz8-16/+16
The man page says that you should check the diff before committing, especially for the case that went wrong here (PYPKGPREFIX -> py25). Hi sno!
2009-08-26bump revision because of graphics/jpeg updatesno7-12/+15