liballegro_color5_2-5.2.7.0-bp154.1.56 >  A b|^!M@eeeS[B̧MB[Zz0`W !$إso ݰѧ[# @ k3Z!z3:.±wPݿ ]'Z91ooZW.,W=xP8=]g:/F\4lWf|`c?vCzz˰Е>6xqd,hisxuɦ50-؟yr:.)Lc:, z8o=퀋™*#8f84b40b23709be5a14079791fdc78c20fa0ab0ddcd18f92a83e4d57d452c8649ac461ac4f198c767bfb6af3da83054d788047e9`b|^!M@eee>g2RV} c(Oō /;{vr^ޖ%4"o8m֦.wE{{&k)]44>Lڂ eEiXMѿd74+_l/n.wRR9M@*SSL 14M8xvU(@m7 gOnA89NJK:36fA ۿڦm՗==-vsC]h>p@5 ?4d ) D 6G\blt x |   $,   (89L:F>1@1F1G2H2 I2X2Y2$\2L]2T^2b2c3;d3e3f3l3u3v3w4px4xy4z44444Cliballegro_color5_25.2.7.0bp154.1.56A game programming libraryAllegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform. However, Allegro is not a game engine: developers are free to design and structure the program as desired.b|]obs-power8-03SUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxppc64leb|]b|]326ddeb987d1605bab6b66baa5754c4d00bc74bc0749afc8ac2a6576d9b976bdliballegro_color.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp154.1.56.src.rpmliballegro_color.so.5.2()(64bit)liballegro_color5_2liballegro_color5_2(ppc-64)@@@@@@    /sbin/ldconfig/sbin/ldconfigliballegro.so.5.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libm.so.6(GLIBC_2.29)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3a9@`@`x*^h\"\\P@@\HW@\E@\E@\E@Z YLYéYo@W~D@U[%UXTT@TTA@Martin Hauke Ferdinand Thiessen Ferdinand Thiessen Paolo Stivanin mvetter@suse.comlnussel@suse.deFerdinand Thiessen Jan Engelhardt mvetter@suse.commvetter@suse.commvetter@suse.comrpm@fthiessen.derpm@fthiessen.derpm@fthiessen.deicomputo@icomputo.comdap.darkness@gmail.comdap.darkness@gmail.commeissner@suse.comnemysis@gmx.chnemysis@gmx.chnemysis@gmx.chmailaender@opensuse.org- Add missing dependencies to allegro-devel * allegro5/allegro_opengl.h includes GL/gl.h Requires: pkgconfig(gl) * allegro5/allegro_x.h includes X11/Xlib.h Requires: pkgconfig(x11)- Fixed dumb dependency- Update to version 5.2.7.0 * Avoid some undefined behavior errors. * Return key modifiers in ALLEGRO_EVENT_KEY_UP and ALLEGRO_EVENT_KEY_DOWN. * Allow calling al_map_* color functions before Allegro is initialized. * Allow minimum bitmap size to be something other than 16 on non-Android platforms * Fix ALLEGRO_KEEP_INDEX flag for bitmaps. * Add ALLEGRO_OPENGL_CORE_PROFILE display flag. * The experimental Emscripten support (via the SDL backend) is now documented in README_sdl.txt. * Fix bug in SDL voice driver. * Audio: Allows playing sounds in reverse by specifying a negative speed. Use more sensible values for PulseAudio's playback buffer, potentially resolving some crashes and high CPU usage. * Acodec: Fix edge-case looping in Ogg Vorbis stream * Native Dialog: Migrate from GTK2 to GTK3. GTK3 dropped support for menu icons. * TTF: Allow initializing TTF addon before the Font addon. Shut-down the TTF addon automatically in al_uninstall_system. * PhysFS: Fix handling of native path separators. Stop using deprecated PhysFS API. * Primitives: Fix segfault in al_draw_ribbon when num_segments > 128 Issue 1215: Correctly handle small scales when determining subdivision level for high level primitives - Enabled Opus audio and freeImage support- Update to 5.2.6.0 Core: * Fix timestamps being clamped to ints on touch inputs with X11. * Fix al_utf8_width argument type mismatch on platforms where sizeof(int) != 4. * Fix building for GNU/Linux without GNU extensions enabled * Some refactoring to simplify adding new drivers. Graphics: * Fix for OpenGL version selection and reporting on Windows and X (Edgar Reynaldo). * Report OpenGL version in display options on Android, iOS and Raspberry Pi. * Fix creation of the bitmap depth buffer for non-square bitmaps (Kevin Wellwood). * Fix ALLEGRO_ALPHA_TEST_VALUE not being interpreted correctly. * Fix reported bitshifts for ARGB_4444 and RGBA_4444 pixel formats. * Fix alpha test with the GLSL version. Linux: * Fix al_inhibit_screensaver function. SDL: * Fix requesting GLES profile on GL Allegro. * Add audio recorder implementation. * Don’t link with dl, it’s unnecessary. Addons: * Add a whole bunch of al_is_*_initialized functions (Mark Oates). * Acodec addon: * Add MP3 support via the MiniMP3 library. * Audio addon: * Allow calling al_destroy_audio_recorder on NULL. * Fix some stream garbage audio issues for high playback speeds. Image addon: * Add support for FreeImage library. * Always prefer non-system image loaders. Python wrapper: * Fix a number of bugs (zachs18 and others). Misc: * Convert our internal Python scripts to Python 3.- Update to 5.2.5: Core: * Try to identify bitmap format for unknown extensions. * Add some missing OpenGL 4.3 functions. * Add ‘al_create_thread_with_stacksize’ to create threads with a custom stack size. (Aldrik Ramaekers) * Add ‘al_get_system_id’ function, letting you disambiguate platforms at runtime. Graphics: * Add ‘al_get_monitor_dpi’ to query the DPI of a monitor. * Add new API for making blender a bitmap-local state (like transformations), which can simplify some code. See ‘al_set_bitmap_blender’ and the related APIs. Also see the ‘ex_blend_target’ example. * Added ‘al_transpose_transform’. This is useful for rotation transformations. * Rework internal GLES support for better portability. * Don’t force POT bitmaps on GLES. * Fix repeated bitmap locking on OpenGL. Linux: * Improve linux joystick detections. * Fix a number of memory leaks/crashes in the audio addon when using pulseaudio/alsa. (Julian Smythe) * Fix compilation with Mesa 18.2.5 and later. * Fix OpenGL version reporting after display creation (Edgar Reynaldo). * Fix requesting specific OpenGL versions via display options (Edgar Reynaldo). SDL: * Sebastian Krzyszkowiak has spent a lot of effort to making the SDL backend usable as a nearly fully featured Allegro backend. You can use it on platforms native Allegro implementations do not support (such as emscripten, etc.). Addons: * Better logging when failing to load a resource. * Fix a memory leak when destroying a mixer with attached streams. * Fix a memory leak in the audio destroying a mixer with attached streams. Acodec addon: * Allow modules to loop properly when the user hasn’t specified loop points. (Todd Cope) Audio addon: * Better support for big endian. (Douglas Mencken) TTF addon: * Added support of HarfBuzz in FreeType (Arves100). Documentation: * Source links now point to the correct commit on GitHub. * General improvements and clarifications. Examples: * Add ‘ex_blend_target’. - Remove allegro-5-ifdef.patch: upstreamed See https://github.com/liballeg/allegro5/issues/987 - Remove allegro-5-mesa.patch: upstreamed See https://github.com/liballeg/allegro5/issues/987- remove dependency to dumb, that causes a build cycle- Removed baselib.conf- Fix SRPM group. Generalize description.- Add allegro-5-mesa.patch: Fix build with mesa >= 18.2.5- Add allegro-5-ifdef.patch: Fix glXCreateContextAttribsARB error- Update to 5.2.4: Core: * Fix errors when reading/writing 0 byte buffers (Bruce Pascoe). * Re-initialize TLS when Allegro is installed (Issue #865). * Add al_transform_coordinates_4d. * Don't initialize the trace mutex multiple times (Issue #874). * Fix 3D (non-projection) transforms with al_hold_bitmap_drawing. Linux port: * Make compositor bypass configurable in X11, and bypass only when fullscreen by default. Audio addon: * Fix ALSA lag. * Add an option to use the desktop window when initializing DirectSound (Issue #877). Font addon: * Add support for bmfont format. Native dialog addon: * Resize the display on Windows when hiding/showing the menu (Issue #860). * Detect when al_popup_menu fails to actually work under GTK (Issue #808). * Don't clear the top-level menu when destroying the popup menu. Build system: * Don't link in libm on MSVC for DUMB (Issue #847). * Don't use the LOCATION property (Issue #847). * Don't use SYSTEM for DirectX includes. * Add hints for mingw-w64 path locations for DirectX includes/libs. Python binding: * Fix the Python code-generation scripts to run under Python 2. Lua binding: * Add script to generate LuaJIT C API for Allegro 5 (BQ). Documentation: * Many improvements (Andreas Rönnquist, others) Examples: * Add a texture to the skybox in ex_camera.- Update to 5.2.3: - Core: * Add ‘al_path_ustr’ * Handle NULL sections more gracefully with the config API. * Add missing ‘glStencilMaskSeparate prototype’. * Don’t add blank lines before config sections when writing them out. * Enable blocked locking of S3TC formats unconditionally. - Raspberry Pi port: * Set default file interface when attempting to read /boot/config.txt. - Linux port: * Make three finger salute and LED toggle configurable. * Fix KEY_CHAR events under X11 with compose key enabled. * Fix clearing the ‘ALLEGRO_MAXIMIZED’ flag under X11. * Read Allegro system config from ~/.allegro5rc on Unix. - Audio addon: * Allow setting the buffer size for ALSA. - Acodec addon: * Add DUMB 2.0 support. - Color addon: * Add XYZ, xyY, Lab and LCH color spaces. * Remove "purwablue" named color, add "rebeccablue". - Image addon: * Set compression level to ‘Z_DEFAULT_COMPRESSION’ in png saver by default. * Make PNG, JPEG compression level configurable. * Make PNG gamma value configurable. * Add WebP support with libwebp. - Python binding: * Fix some corrupted regexps in the generation script (verderten).- Restructured the spec file- Fixed changelog style to match openSUSE guidelines: * Style of bullet points. * Dropped information about non linux related changes.- Changes from 5.2.1.1 to 5.2.2 (December 2016) * Core: * Don’t accumulate time in the timer while it is stopped. * Use dynamic OpenGL ES checks, so binaries produced on newer platforms don’t crash on older ones. * Destabilize the OpenGL extensions API (BREAKING CHANGE!). * Raspberry Pi port: * Add various optimizations. * Fix ‘al_set_mouse_xy’ under X. * Python binding: * Add support Python 3 (Gabriel Queiroz). * Documentation: * Document the behavior of ‘al_set_target_bitmap’ with respect to transformations (Edgar Reynaldo). * Fix typo in ‘al_use_transform’ docs (Ryan Roden-Corrent). * Examples: * Add kerning to the ‘al_get_glyph’ example in ex_ttf. * Various fixes in ex_camera (Erich Erstu).- Update to 5.2.0 * changes attached via %%doc macro. - Introduced %%cmake macro. - Set "release with debug info" cmake build type. - Introduced liballegro_video5_2* subpackages.- update to 5.1.10 * changes: http://alleg.sourceforge.net/changes-unstable.html - update to 5.0.5 * Graphics: * Don't re-bind the FBO in al_set_target_bitmap if the new target bitmap shares the parent bitmap with the new target bitmap (Paul Suntsov). * Zero out fake refresh rate information from the nvidia proprietary driver on X11 (Peter Wang). * Input: * Fixed a race condition in al_init_joystick. * TTF fonts: * Save new bitmap flags and bitmap format at time of loading font and use them when creating pages. * Primitives addon: * Very thin arcs/pieslices were not drawn due to an overzealous check (Paul Suntsov). * Documentation: * Various documentation updates. * Generate multiple copies of a man page for all the API entries that it documents. - Update to 5.0.4 * dropped allegro-4.4.2-agl_no_dlopen.patch * dropped allegro-4.4.2-modules.patch * dropped allegro-4.4.2-monotonic.patch * dropped allegro-4.4.2-no_c++.patch * dropped allegro-4.4.2-pkgconfig.patch * dropped allegro-4.4.2-shared_plugins.patch * dropped allegro-4.4.2-src_x_xkeyboard.c.patch * dropped allegro-4.4.2-underlinking.patch- info deinstall needs to be in preun section- Use for patch(es) %{name}-version instead of %{name}-%{version}- Use SED-FIX-OPENSUSE for sed- Rename allegro4 to allegro - Change Summary - Change URL for The giftware licence - Use for patches %{name}-%{version} instead of liballeg4_4 or allegro-4.4.2 and add descriptions for patches - Add patch allegro4-4.4.2-src_x_xkeyboard.c.patch - Use check for openSUSE %if 0%{?suse_version} - Change Description - Add sed, fix include xf86dga.h- fixed rpmlint warnings/sbin/ldconfig/sbin/ldconfigobs-power8-03 16523176405.2.7.0-bp154.1.565.2.7.0-bp154.1.56liballegro_color.so.5.2liballegro_color.so.5.2.7/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/bd02647df1b39c0b60eeeaa9ac92c947-allegrocpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe5ebcd70672f7dc37d1e73826dde3f5acf8becc, strippedPRRRRRR%#Rw8X']utf-8705b78b7b3ee3ff041493df163d8ae1cc6c4b3b1ff3b6d7b6a21e27f2703df89?7zXZ !t/g&] cr$x#FҜm#kH%H?h/'5GkM !HnHBE;3Ik3T}?ڴ$'1V0\V-r7ttARl6 Mt lι5`=WJ:#"^ǐ`a>5)zvF\FL%:VY @x?;%J@yw좮\(zQ.~*n?s}aq#ҸL$t^AuO TeSoQ~V,nȵί5KI3/u/p*ozhz8ܞ>^tpąM~5B=.s8ȭ)gC*ñ8xsq%ݫY~pkRj}׎BT`Ғyj^LNf,zQ\qBq Mⓒ:j[j>`) 'p{}t+~vlьZD¬e|[X8VqtapM-.);a(NZKsg[C |\#c:;zVM0{:Mǥ=i>88 Es!|gCa5wE !8vT+Y8pH5+2T'ZkT`k1U$J(2U٤C,d)QKqZ)pZ=O3O* ֑gQ%(,]M CV劬;8'z{+ٟڥ΅a;\3rmYt=sXO jmۏsrǼF:X,wk"e`ry!6 dRdc$N+#>I.x/.Tmad+ l]p!DhNoVO,.t|bY^^Xh֛([ R2`WKW% t-tSE;L8E85%]&{ܢkl?vW̯!BO ró;S͵'9gZLXOJׅ,S 1/! x'X*_3@<4?hfD85n+> X뱒U>C8 "Ĭ8x:ةo`$Y@`ry@7B66rbk/2ρfAmFX5T*5=M񔉗67M{c7k` p}J:u*+Xh$ >yz H*xG ,=m> ,4qU߮P/n Q/3{J)Γ3p_e'\.,b>(j8J r}hJ U]@iϸf _!UK MlA:GgrW" _u'Y^М"ԸFհ=6zdޙ=&1&8֘+Tʮ\{Sɯ:KZ^m')ѬbJOI)VM"T/p\6=FئwbSJWGh҅k_܌bicP0[6 vlpx[Y$v c(ŗǫ Yz{E~r _V:wಖM=r-BBR t& ]d 1}/L~y51ϰp`ғf%I ^U]id'#.%;r\{PIg[?Kɥw7YO4>L` '] >ou꧌$UQ@rZmUdgtE61*a HQ5휃LWigMYEgzR :tng#l]W$#)c g]cH M>_x~_wT<9JaS ђCX/#J#AZ@J(7%( W]H:` 9+O̯v+I]r:&|{vpYC$آ` e U#iyrDR( (ז<ZZ"cd"( Ju4h^^7afkφ`_AP*Eg,Hk*b`+NȍҾqRY(_i_%õ曻1AUWK9xvg0y e!ei##.hrdm:@^3xG_9f悒@fPT wL eXjМb Z6c۬l+\jE})j?b!C*&Tq} 7䤐|!ҜEƕmn4ɉ͐˾$%Af^&otvTٕ 0/7k7gW{|6=Ҳ#7[5Z,TyŗJһP e%Wpkɟe@+qAB uDNfGv 8(WGnpoKj[~鎧W~g⇈BV')E po@n2ޕB5BKb*sn|aH&P켫=]ЯIer[zޠm-ݕ?/ښ84T$'.=.}~?%X%Qc(43Lp<) ndm` Tj6UR]|Lh}7#԰Ip:c@":ă"~ZGD9`Z4Qli6}0TneCaOn&u mEc)g, />":N_6ޘtvMR2 HOjv -E$I~q$GNӫ R~KE$fJaV҇<,3Ŷe}m YVȑAjxn,ǘwk٤׼|Ӥ3"%_3/޹uCv'(d('m|;=Ƭ=#h߼l3A^>%2?owV i s*'z6zyc>RWsᙎYr]U5grCZ! gG)7s]TL&XBux~D&4h٩LLU\[Uh6CdoeMÁgGm3;q!DQYX$$yS }-3`I?OZ(Y+1|~=៰=hCۧ^e *;$AQ` ` }1jGz`S Խ0T`3Q K]^Z3f8<ۑ{ Tߴl]Ӣ33 'M9FMl:S2&n!F/,*iz$Q" 8:߻ `VM Ui~ғX܊1-WE?F[,K;5+ 3Gm:cKeo> x>XgL'9lGOvɿ% ح#O #=A%j{?vF|Ƅț򕾷 =6k U=aǓQ5jZ0YV@EoƏu̒!Unxגu r)^=&H9' MpDnM+H$c+ggN3cz )Xʰ?rdP\x$Z}ߪ( 7%Yl5eg3#R ϵ8=R J)h swFaSQd k"4L0) ݐi#ѐWI3teFX]g$Ṵ̥[Aӽ͸591]cD\D~$,b,͟-lNacM:zvP$.-Y aG(*J3vTVk^$}Gz \$ q~іכ㏋{xA;r߇#B_nl5XS$̕墛E7B oPfbB-]iů E46ଜ/ta_M#s9qrJ=w|mi2T7.Jy;?Pˌ ;Ҝ{ZcaN&I/`(Zk:whNLH52BeUnn P7~ sƦ8rR<#еj\PX Jt|H=Nh9!_!*1#2*Ig\'I ^: FnzIaR#D+ĦpUPLl}WkC?x9y.G`O(Ֆ}&kyL( 2 ^_Ȯa_`q1:NyW- ˇ y5[X4dIYGuUū` 0.H>x : t)}BoSTJ5$@=T7[Q}.tՅ*az Ys]SZgg+)ˈ0Xϫj\e+'=:Ms⒘Iw z; bĠCUCs5PYRUТ4/zպN{ #%W6a ',!f FK3YTfnsBd_O$#s&~]l>kPDZ9Lh:wCAg(`0!^q'LoM4p:5ҌuP BV7`B|ߩ3[@kGf,E~.rnm"8Q9y^<%w4=d #q9\kև[xB򚤯N$'p{;K5_buw˓^>5gaAy5`ќ=] G]h)ڇ(VΨPNxMAKYD- 3HF n@@^EJ#2䛭حXB9Oy8m|g ȣ̑j60fƄ9|`q\d8=%V)Lstౚ Еxu1`~ ]#ԣ RDhGzv9݆ϋ{\K` 0vLK; b@FU."| N3r$ѐα5+&Xyi֮匙;0}*%fGUwImPQӴ#dEH$sz~E4[tv 2+Y<?k)xGU3=7rHD{oÕX3.іƁҲ4J ӑJc \p"uaɫ7¿LL"dnG)Ch"pbLm#2hg{ŀȼq,?g]Iҝ8/]'4{M= j P>.A }]^je>K/ƹ̈uFR(-.0T 9!IJv$nGh8r! xmrqUZe_){zEepvOhm9XdS8g9 3Y vKV!"z١f5M{nbog:J7 rH*qc! Kx APóX$rMB[|HzXIv<8Lk|orK6(BF>W1k;Иdeup :*UpTNAU7ILYMa 6\Dpt>?I!llT|N(EY?<3W ܅X;#)`fDAbk[gԕq=ap/3"a=I2S+a LZmK`IZRc% !sgsMu&咖|Qz/;jwM)۽xǏ\QV zGN<) z:(ƛ&/p5Ȋ#[ͽCeG R9#2K=ȳIkRYCnAvXC|3MfMA'F&THWӗDd5=/ B?1IP!U=uͨc_ x3GZÆF ~ͣ4>YG `ЀoGہ9j\ԒsPDb3e.slj4!~ /,53к c,!'l/M 9 YZ