liballegro_video5_2-5.2.7.0-bp155.2.14 >  A dkxI%z 'X oⒽj;.k| $~WfkW(Ȝo>:\Ub2$ɥ9c md*,"Brͩ'HЏU= ^9QtH %?:}7'0c$v Z^$Am,n*c.ɨOӺD6  =sn%@\܍GvaTؚclui`4%L(vk#V8]Fy!۶mNHAƚۊ`CDʫ8!}{\ XN\Q¯3-t@736#OAvoD?{ o/̬1?Zg^G"Qevp: ȱDT m=2}aMVMlvQ^2) N&F͗|a9@G1aa27a48b945afaa1cc8c758dc4350070b66e90e3da25220f54df3945b96e84eb1ed9168890eb1dd0254c6197d27664cef691540ddkxI%z O(,g]߹z֫ BdUX}@޷Xgli~YMТ YƓsYgu!I=2%!Tݰ6dt]Ѿ_"L|+eEAkhп!Јn@2Nq,R|] wѶan Q0֌`10<  2E~Voۖp/z5KL'%Y7zHGN%CVkDVFjcȎkg# {N;,C?ruaCKVk59}ށy\ \7BpWoTFE]$G~J6 =Ed\" n H!vZIÊ{_?.;pVӷ;=n,*M9܊g P*BV\( R0ز,bZ$T]w'MƈWBBac9*y};X>p@5l?5\d ) D 2CX^dl p t |  $x/(V8`9:>27@2FF2UG2lH2tI2|X2Y2\2]2^2b2c3d4 e4f4l4u4(v40w4x4y4 z45 555XCliballegro_video5_25.2.7.0bp155.2.14A 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.dks390zp29SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxs390xdkmdkt19d2030e5f7aff16201732733b4acd8ad69de08dba19f1583b7f64174781cf38liballegro_video.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp155.2.14.src.rpmliballegro_video.so.5.2()(64bit)liballegro_video5_2liballegro_video5_2(s390-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigliballegro.so.5.2()(64bit)liballegro_audio.so.5.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libogg.so.0()(64bit)libtheoradec.so.1()(64bit)libtheoradec.so.1(libtheoradec_1.0)(64bit)libvorbis.so.0()(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/ldconfigs390zp29 16847817305.2.7.0-bp155.2.145.2.7.0-bp155.2.14liballegro_video.so.5.2liballegro_video.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-SP5/standard/bd02647df1b39c0b60eeeaa9ac92c947-allegrocpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3448f6939695cf44ee31cc4e968f75528857ad78, stripped PRRR RRRR RRЎ}inx b"^O@x}utf-8ad088edc92b7e07de89f3116a4b008abf985a80f9257f76d99f76f19c10d23b3?7zXZ !t/W*+] cr$x#Hd@ȺCpY( !lLxo9BY] [|SC?M>_!3:Qwb@h`gX1Tׇo&C>>m| n*ЄڞbYic1T7vBF `j*@9fRZ2Ik ilp'0M~a@4RWNI -̓3{.df o:ot'LU ZFx#Vz7ܯ ŴO5 !9#ZD`[%gnkpl!8O:Y1Cq>KggMM8 n|2fì2oP{.L&"D H!֯7YZQO\,>P`v4a SaG*-ycfӘyy$]ct3~zQ;߮O ҋ*Xr%$OAn 1ܤblzbn I8]QMҐC/6oӊϲ3ZZ.S7ڝi/;vjh'HHN Ϡ4- =y+߇}Lڟ IC{ 7ItI#e".j~ ͙'H-*yyLٺNCis(>0e溕zƒ"lSgo$KZK>yͳ30O*;1p% AKA+#thMO| /ȋ4^Qҍ G&XvAG5G<2Ͼ[P{Lh4~0[}lm`RBZ88}e{l⛥Q7ܨ)su Ug`COalx3g#:j]1>Mul&CL`(eUKlpYQf ,UArȓΡi\COI LN/INmuٷ/aT|a|  kHϨyPf$!TCgF qf&cOI*'Z'8vs ,86=S>(2wRS 'A=MLH4}\ewZ:{e^(.'j!PHޢ5 喋˰Ja KQBGno~zj`~nCj:ѓЬ>5)i%aJd 2!> Wt4| O~W4X;ʈ*ǜ%kTf~m!"ɬ{=^v 6[? k{A(mK`[VV k/R #'nt,9>&d wSDZ^t`TR)AARsaі DH*G+' uϸ?Aaol.[T˵%="DogǾ 7]?not*JPhڋnj~Pj U6TBꖸp N __OH9I6E80`ˆJy,Dz֋%xuRz"yW2`]pI6 ܓ*l $e=ɘj1\:OJK}c{%i"NEKWlC"8ԡk5\ !İCn_U"4cF1CEN"/d;}s2 ߩ3KZISeV!1c > ]B:.,p(5$j]QYD)A߱5{cYdޞ3˦&m' =^ lhn%WZ|.Rm-CiXѷK䪱} $T̳ӵj:=M c,kXC԰pԎ<xl(J0sn4Nc 8c!TXG-el8_OLYwN᠋*}Z,zI: kMI.RiciwN qq4ymvC~!H8I{-T+˘0i}vL>|}m_:c=b~$ )6a qq/> j[7+^L4:8d:ʎkIu@Q04nM- [5R[" ucugw&?w`e}TڣOuǼf3jɇ+֍B|-gl(u'v(+SР{W yDԺTB"opn5cPEX9/ Vh<x!E-cU#GJю O-bN򴶈P:+E:!AlJ;N}{涚lԒ(X?Y$ϱr'}0d8luY뱚K>|4;!\V۽E&.pc^;I]Ĺiy:>AU|H}mMaZg K_Sb$T(U~-1ztJ"U L4O4 <F/K˯`Ƽ@|G6hSxC 7eop&Z/xg4w.Pk.+d̞eJˍpаL:)Цly͠^rt YL^Xkݎ溸DD,zjY>2Q*A&#FiԷ<':!hYz3ehx:͝Qj @GƑBX+7KupP 1fʿYݹӲmP.P8; !NHs@Z(ݲ֭eܴ__MFUJE)懵Jks01DWh4?7_uHXq^K3MfpuNNg a z6r))({"Q`x0-A\6;I%gq«vFcCPnL1M}'] ogWBj4@r-g?VY8:h9̟ XW \}cu6P|:8n!c 'WB9nf!nNT˳C8> kTwqX6@٩X:ςnrlx OK^)3ROYgQm=+cpQEzVʟ18ďSZ| UޔM 1"'Zp &ޱa,nJU/@T6ieZ)?X(ΑPvVCi Ð_mDLZ〹ɤY;~^1MQ#Sb^> 4eR.@0!$c!NnG}6鸢V5eOq܋;Xfv\:?W3Hhgi6Q*zv=,/Lm7Z7D:ڠx$]m~霁$x18:FﬧvVSB[fX'bwܕ'wlXVQgJ00U:A VTv_ ^jQ~a w+ɪ`q?([@!$ɂt3zv?|hX9xg}Rvb %i_[ɿ3|f<\(Ct;,G@,bp.?]mr1 4fնwq0"!= 0Tk y1MUZcB>_tBebKdM~Mfu0w+2U[( %57o^V#=v`/0,̏crꀴeC0>˪зڀKd`w 9엀UI)\,Ř738W/xI"8 "ac])یdZiGFX-Č\ZXm L'4F26eK2.i*2GSгoħbiKоtͤ>C"{ U$mpU<_P1@~q[(sHG)aVǚڿ u1L :fĨo֖w\g@VʣђC. :=T/t׹F^ R7kzҴpmNd1+a#GХ񃲦; V* u??FVvi^(M7.5w`xe^[`K 5^2ࣷck N\ʮFjiOwDd尉>Ss0C)5t5DfX˃{`}{}r<]66s~DENg5;k@|4ׁcԞ?.f@麱i\"4wi<5B![g~"#@qBk O nKHUU`]+b֯@}"`N8 s(:E;>}+qQ?x4YǚcP3/m߹vʾC$VXl8\o hScsGLqt9ljWޖ~ !݀Q`ѯK̇țw|*Yԍq-4|kv,U_aj7D^QԱYUZB1V4 |tCҚ/IR2PHTsʿzEKTn`=)۴d\CAKjL#Y]j%.qO;p/Y7e*_?@yɴ:$sy"IY@XȖ!\E"&cRGrD in~[N>y-取! (ZT]x|Tf0bsykAs (B25J ^128 m~)Z\X`7 'Ze+}K[f+M=( N[x<ݚr%B6v_*uX){m"A|fNʔ c^[O@&\;]`F|PٴR} ?AF;=tN8UPUU`ևkң'޴p=ϐ݆44 -R8}Y\s=Pw'2x{(Nlk& i TlO5Pag=,NCN  LYs9zs(?!p \k}&N5T_ŝ.6&G<%6L~fJK=["mc+<^h=1+:ZӜIMoF0]̛3op"TIٺJ"loTYљ;fCl G sмZpaӝ6dP׽Pt-TCaJLOPkJfa) zLx̟Jޟn$+п!BR%TRzvf%Ti/zHif"ז]AmT|>̘Ay&2OupǛ{+0>Tk HxU2>)q]0kZ'`1yNIm5 2멨sԠȀ ʢ5Y`S@{$-i`Oh%ֽ.A7tO^둼@r/$ E߻yAO7c-+z~N7?NpɅ9\٫ˀ/gfM*mk<(^+A{$[] 6͍ zk="q~2WvUQrpl 덁vXֺY#HazlZxzXl7(] jFؠ2!fw?#3qρy6,x mE3edZ'õ&@np!x"a3SN| Cr .m*dVS.C dKUD\bh N:KL^~}n=vۙn;; wXOK?Q;Wq-\y5e#saK. cpڼԢrvDh=\le-Ɔ"cr"\9 Fota+硒!~0.WBS3yqҁdX]`ioF9WnxyyTѨChA{W͏1FF`EӭHW`|O'wahpKY ++M=5BH5?(Yh6MrDvao ;S68heڅ@0Yplͽm_𕷉r!R*k0v{mK&:2Ŵ9OŽ:i#ͱ2 WLݹskGzҞ$nlXc4%0CSpr1ªGNr܄,Sz[g^̭om(}):]̈́*6a147"!6ӲlW&ZvpGό$RW^փhTQqgxwnapjw(Kxa4Tl<(rNĐf||`*ݵ^8PT7s]IzMU}XJ)!)r -laxAEmm KzUbXۦ(xRE-a8Q7[ΰu3`xaO h]6u<צ ( U8o~n#Zrk*3\7"= v;ۜ5hU_ڊ/KĿ'Md:-+~iX]IK$Teq",bb;Ꚍ}>`GT_X{oEqdFTY d0Af*U%+2}To9M1f~EI꿯PSБ) ld}gJ?ZOWs;CDgAfvd8!#p6˒o׉pʽKX'aO,m{evc>hܪIZL҉ `&Yp vb8Q~3P4ۤd6?\Bkۢһ> 4p\GOۺ5__j3r6>fWc3\D6VBSWYWZTؒF¶ YZ