File DirectFB.changes of Package DirectFB

-------------------------------------------------------------------
Fri Dec 21 11:30:05 UTC 2012 - dvaleev@suse.com

- Fix cyber5k and radeon drivers build on powerpc 
  (DirectFB-setregion.patch)

-------------------------------------------------------------------
Tue Dec 18 10:02:38 UTC 2012 - mvyskocil@suse.com

- remove unused files
  * 85-directfb.rules
  * DirectFB-1.5.3-lm.patch
  * DirectFB-1.6.1-fix-Wimplicit-function-declaration-cflags-error.patch
  * DirectFB-1.7.11.3-mesa-libgbm-stridefix.patch

-------------------------------------------------------------------
Thu Dec  6 21:36:32 UTC 2012 - joop.boonen@opensuse.org

- Only apply patch DirectFB-1.6.1-mesa-libgbm-stridefix.patch on
  openSUSE > 12.2  

-------------------------------------------------------------------
Mon Oct 22 16:20:07 UTC 2012 - p.drouand@gmail.com

- Update to 1.6.2 version :
  * IDirectFB
    - When creating a windowed primary, translate 
    window-surface-policy option to DSCAPS_SYSTEMONLY/VIDEOONLY.
  * Core
    - Stub out Core_Push/Pop/GetCalling in case of single app build, thanks to Mike Nelis!
    - Temporary solution for permissions not being granted to a surface from GetSurface().
    - prevent segfault when calls are launched from non-dfb threads.
    - Reset flip counter to zero when changing buffer mode.
    - When creating a window pass through DSCAPS_GL.
  * Util
    - Add dfb_regions_unite() to calculate bounds of one or more regions.
  * Genefx
    - Avoid division by zero with rotation and formats < 1 byte per pixel.
  * gfxutil
    - Avoid double premultiplication when loading an image scaled.
  * One
    - Use direct_list_foreach_safe() when iterating through receiving list.
    - In OneAppTarget_Destroy() remove from receiving list if needed.
  * fonts
    - Make x and y advances 24.8 fixed point to fix font rotation.
  * X11
    - Set max value for absolute motion events.
  * EGL
    - Support ARGB directly in fboWrite(), add fboRead().
  * Android
    - Use sawman wm.
    - Force quit by segfaulting on purpose.
  * Video Provider
    - Add WIP gstreamer video provider.
  * Tools
    - dfbg: Add option '-p' to create a surface with DSCAPS_PREMULTIPLIED.
- Update baselibs.conf

-------------------------------------------------------------------
Thu Sep 27 08:59:42 UTC 2012 - idonmez@suse.com

- Update baselibs.conf 

-------------------------------------------------------------------
Thu Sep  6 11:01:42 UTC 2012 - pgajdos@suse.com

- updated to 1.4.17:
  * removed libpng15.patch (DirectFB have libpng15 suport from 1.4.16)
  * removed upstreamed DirectFB-1.1.1.patch
  * upstream changes:
    - fix race condition between dfb_wm_close_all_stacks() and 
      layer_context destructor
    - add function CoreDFB_CallMode() which determines whether calls 
      should be direct, indirect or denied.
    - cleaner shutdown
    - Add CoreGraphicsState::ReleaseSource() to fix 
      IDirectFBSurface::ReleaseSource() in secure fusion mode.
    - opimize single-app mode by forcing COREDFB_CALL_DIRECT
    - set_region: lock region buffer also on flags CLRCF_SRCKEY,
      CLRCF_DSTKEY,CLRCF_OPACITY,CLRCF_SOURCE,CLRCF_DEST
    - remove bogus asserts for optional output parameters in Core API 
      and mark these parameters in .flux files
    etc. see NEWS

-------------------------------------------------------------------
Fri Mar 16 13:29:52 UTC 2012 - jengelh@medozas.de

- Restore parallel build

-------------------------------------------------------------------
Fri Jan  6 17:10:14 UTC 2012 - pgajdos@suse.com

- build also against libpng15
  * libpng15.patch

-------------------------------------------------------------------
Mon Dec 19 16:13:23 UTC 2011 - coolo@suse.de

- %suse_update_libdir was a work around for very old versions

-------------------------------------------------------------------
Wed Nov 30 17:05:56 CET 2011 - ro@suse.de

- complete last change 

-------------------------------------------------------------------
Mon Nov 28 15:24:24 CET 2011 - ro@suse.de

- fix build on s390/s390x 

-------------------------------------------------------------------
Thu Nov  3 06:40:31 UTC 2011 - adrian@suse.de

- reduce driver set on arm
  (TI drivers are broken atm)

-------------------------------------------------------------------
Fri Sep 16 17:46:10 UTC 2011 - jengelh@medozas.de

- Implement shlib policy and add baselibs
- Remove redundant tags/sections

-------------------------------------------------------------------
Sun Jul 10 20:24:31 CEST 2011 - meissner@suse.de

- pxa3xx and gl drivers also for PowerPC.

-------------------------------------------------------------------
Mon Jan  3 10:19:36 UTC 2011 - mvyskocil@suse.cz

- fix bnc#660772: split the plugins with huge dependencies to subpackages
  * DirectFB-libSDL
  * DirectFB-Mesa
  * DirectFB-libvncclient
- remove unneeded png14 patch

-------------------------------------------------------------------
Mon Oct  4 16:45:48 UTC 2010 - cristian.rodriguez@opensuse.org

- Update to version 1.4.5, There is a large list of changes
  see Changelog for details 

-------------------------------------------------------------------
Tue Sep  7 20:31:45 UTC 2010 - aj@suse.de

- BuildRequire sysfsutils-devel

-------------------------------------------------------------------
Mon Apr 19 09:11:01 UTC 2010 - mvyskocil@novell.com

- fix bnc#597667 - splashy needs DirectFB-devel

-------------------------------------------------------------------
Wed Apr  7 10:54:05 UTC 2010 - mvyskocil@suse.cz

- workaround for bnc#304995: splashy image not fullscreen or screwed-up while suspending
  SUSE_IGNORE_FBMODES can ignore the /etc/fb.modes
- split libraries according Shared Library Policy
- apply png14 patch only for openSUSE > 11.2 to enable backports
- clean up the configure call and polish the spec

-------------------------------------------------------------------
Sun Apr  4 19:19:02 CEST 2010 - ro@suse.de

- extend libpng14 fixes 

-------------------------------------------------------------------
Sun Apr  4 15:21:36 CEST 2010 - ro@suse.de

- fix build with libpng14
  (deprecated png_check_sig had been removed)

-------------------------------------------------------------------
Sun Jan 31 21:46:51 UTC 2010 - jengelh@medozas.de

- package baselibs.conf

-------------------------------------------------------------------
Tue Nov 24 14:54:16 UTC 2009 - mvyskocil@suse.cz

- updated to 1.2.9 - a bugfix release with merged changes from 1.4.x branch
  * several API features that are required by SaWMan have been added.
    - Add application_id to a window with IDirectFBWindow_Set/GetApplicationID
    - dynamic window association via IDirectFBWindow::SetAssociation()
    - add DWCAPS_COLOR to the window capabilities
    - allow the window config value "color" to colorize the window
- refreshed patches

-------------------------------------------------------------------
Sat Jun 20 12:00:18 CEST 2009 - cmorve69@yahoo.es

- update to 1.2.8
- reenable as-needed since the update fixes it

-------------------------------------------------------------------
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com

- disable as-needed for this package as it fails to build with it

-------------------------------------------------------------------
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de

- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
  (bnc#437293)

-------------------------------------------------------------------
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de

- obsolete old -XXbit packages (bnc#437293)

-------------------------------------------------------------------
Mon Sep  8 14:08:06 CEST 2008 - hvogel@suse.de

- Update to 1.2.3
  * Fixed new bug with reopening X11 window when layer resizes
  * Generate name/value pairs for DFBWindowOptions.
  * improve shutdown behaviour of X11 module.
  * Added DirectUnregisterInterface() and destructor to call it
  * Added very simple dedicated master
  * Implemented primaryRemoveRegion() with a new call to destroy
    the X11 window.
  * Avoid most of the recursive calls of wind_of_change().
  * Fix unconditional use of SA_SIGINFO
  * Added SH7722: Experimental JPEG decoding
  * Fix redefinitions by moving up kernel headers.
  * Removed MPEG2 I-Frame Imageprovider.
  * Added option "-ds" for dumping surfaces
  * Added minimum glyph alignment of 8 bytes
  * Combine multiple x and/or y motion events before sending events
     or updating the cursor.
  * Cleaned up LCD Buffer Setup Code

-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de

- added baselibs.conf file to build xxbit packages
  for multilib support

-------------------------------------------------------------------
Thu Jan 17 12:14:11 CET 2008 - mskibbe@suse.de

- update to 1.1.1 which
  o Added 3x2 transformation for all drawing and blitting 
  o Fixed missing translation of characters to indices in
    GetKerning()
  o Fixes to CPU/GPU read/write access interlock management
  o lot of other bugfixes

- Bug 242049 - DirectFB-0.9.25-42 : array subscript is above
  array bounds

-------------------------------------------------------------------
Thu Oct 25 14:31:49 CEST 2007 - mskibbe@suse.de

- update to 1.0.1 which
 o Use a Skirmish to synchronize slaves with the master's post
   core initialization
 o Enable X11 System Module by default
 o Support non-SHM connections
 o includes DirectFB.linux-compiler.patch 

-------------------------------------------------------------------
Mon Aug  6 21:41:13 CEST 2007 - olh@suse.de

- remove inclusion of linux/compiler.h, linux/config.h and asm/page.h

-------------------------------------------------------------------
Wed Aug  1 14:23:08 CEST 2007 - mmaher@suse.de

- added subpackage for documentation

-------------------------------------------------------------------
Thu Jul 19 16:31:15 CEST 2007 - hmacht@suse.de

- move directfb-config out of -devel package. We need it for
  mkinitrd to determine needed libraries for splashy

-------------------------------------------------------------------
Tue Jun 26 17:07:35 CEST 2007 - bk@suse.de

- Update to 1.0.0, fix filelists and devel requires and s390 tuning

-------------------------------------------------------------------
Mon Feb 19 10:02:46 CET 2007 - mskibbe@suse.de

- DirectFB contains a number of GPL licensed files (#212904) 

-------------------------------------------------------------------
Fri Jan 12 14:36:43 CET 2007 - mskibbe@suse.de

- Segmentation fault in DirectFBInit in libdirectfb (#233108) 

-------------------------------------------------------------------
Tue Nov 14 11:12:07 CET 2006 - tpatzig@suse.de

- fixed comma at end of enumerator list in directfb.h [*216155]

-------------------------------------------------------------------
Tue Oct 17 06:58:49 CEST 2006 - aj@suse.de

- Fix filelist.

-------------------------------------------------------------------
Tue Oct 17 00:23:39 CEST 2006 - ro@suse.de

- fix devel package filelist 

-------------------------------------------------------------------
Mon Oct 16 14:04:21 CEST 2006 - mskibbe@suse.de

- create devel package 

-------------------------------------------------------------------
Mon Jul 10 13:10:35 CEST 2006 - mskibbe@suse.de

- updated to version 0.9.25 (including some fixes for stability
  and speed)
- change paths in specfile (from /usr/bin/ to %{_bindir})

-------------------------------------------------------------------
Tue Feb 21 17:01:13 CET 2006 - hvogel@suse.de

- fix arg* usage [#146446] 

-------------------------------------------------------------------
Thu Feb 16 12:38:02 CET 2006 - hvogel@suse.de

- fix comma at end of list for directfb.h:849 [#150804]

-------------------------------------------------------------------
Mon Jan 30 11:49:05 CET 2006 - hvogel@suse.de

- add libstdc++-devel to buildrequires

-------------------------------------------------------------------
Sun Jan 29 14:35:02 CET 2006 - hvogel@suse.de

- Add libpng-devel, freetype2-devel, sysfs to buildrequires
- enable x11 module
- enable unique wm

-------------------------------------------------------------------
Wed Jan 25 21:31:10 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Fri Jan 13 12:20:53 CET 2006 - hvogel@suse.de

- update to version 0.9.24 

-------------------------------------------------------------------
Thu Jan 12 17:58:17 CET 2006 - sbrabec@suse.cz

- Removed unused libmpeg3 from neededforbuild.

-------------------------------------------------------------------
Wed Dec 21 00:37:33 CET 2005 - ro@suse.de

- silence gcc warning about malloc result being ignored 

-------------------------------------------------------------------
Wed Nov  2 16:43:40 CET 2005 - hvogel@suse.de

- add -fno-strict-aliasing to CFLAGS for fbdev

-------------------------------------------------------------------
Mon Oct 24 16:29:29 CEST 2005 - hvogel@suse.de

- update to version 0.9.23 

-------------------------------------------------------------------
Tue May 31 13:59:20 CEST 2005 - hvogel@suse.de

- update to version 0.9.22

-------------------------------------------------------------------
Thu Apr 28 09:28:38 CEST 2005 - hvogel@suse.de

- disable savage gfxdriver on some archs, it tries to use sys/io.h

-------------------------------------------------------------------
Wed Apr 13 00:23:47 CEST 2005 - ro@suse.de

- fix build in savage driver 

-------------------------------------------------------------------
Wed Jan 19 16:26:13 CET 2005 - hvogel@suse.de

- use disable-gettid

-------------------------------------------------------------------
Thu Jan 13 14:52:57 CET 2005 - hvogel@suse.de

- Update to version 0.9.21
- enable zlib support

-------------------------------------------------------------------
Mon Jan 12 12:11:12 CET 2004 - adrian@suse.de

- fix build
- use BuildRoot
- add not packaged files

-------------------------------------------------------------------
Fri Jan  9 02:08:28 CET 2004 - stepan@suse.de

- update to 0.9.20

-------------------------------------------------------------------
Mon Oct 20 11:52:35 CEST 2003 - schwab@suse.de

- Fix use of kernel headers.

-------------------------------------------------------------------
Mon Jun 30 00:06:26 CEST 2003 - ro@suse.de

- fix build with current includes 

-------------------------------------------------------------------
Fri May 23 02:21:01 CEST 2003 - ro@suse.de

- fixed file list
- fix build with current includes

-------------------------------------------------------------------
Thu May 22 16:15:52 CEST 2003 - coolo@suse.de

- use BuildRoot
- run ldconfig

-------------------------------------------------------------------
Thu Feb  6 12:17:10 CET 2003 - stepan@suse.de

- update -> 0.9.16

-------------------------------------------------------------------
Thu Nov 14 16:26:26 CET 2002 - stepan@suse.de

- update -> 0.9.15

-------------------------------------------------------------------
Tue Nov  5 11:20:25 CET 2002 - uli@suse.de

- update -> 0.9.14 (API extensions, enhanced drivers, SDL backend,
  fixes)
- fixed and enabled MMX and SSE optimizations for x86-64

-------------------------------------------------------------------
Tue Sep 17 14:18:10 CEST 2002 - uli@suse.de

- update -> 0.9.13 (API extensions, optimizations, bugfixes)
- fixed warnings on 64 bit archs

-------------------------------------------------------------------
Thu Aug  1 15:23:11 CEST 2002 - uli@suse.de

- fixed for lib64 archs

-------------------------------------------------------------------
Thu Jun  6 16:00:31 CEST 2002 - uli@suse.de

- update -> 0.9.11

-------------------------------------------------------------------
Tue Apr 30 16:30:20 CEST 2002 - uli@suse.de

- update -> 0.9.10

-------------------------------------------------------------------
Wed Apr 24 11:06:20 CEST 2002 - uli@suse.de

- fixed to build on x86-64

-------------------------------------------------------------------
Mon Apr 22 12:42:21 CEST 2002 - uli@suse.de

- initial package

openSUSE Build Service is sponsored by