libgepub-devel-0.6.0-1.96 >  A ^p9| ȥGFF .BdTeyTCsHW:)HikӼy,4SJG&gUgVIrWxLK=p&/)"{%1x0/u 2YV:`kɵ4d!"5?GW:ƨٲVy_ʲu+۴˟J0{ܧhUfb>-d Ǡ Nx.> #/]%{P,.,xj衻fVd,,@noS[?ğ $9APp9\>22QcQ>Mh:r(0N@8>p> ?d  ; 8>H     ^8p(89:FG(H`IXY\]^bXcd[e`fcleuxvwx@yx zClibgepub-devel0.6.01.96Development files for libgepubA GObject-based library for handling and rendering EPUB documents.^goat067HSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/C and C++https://git.gnome.org/browse/libgepublinuxx86_645 XT)>OhA큤A큤^Z#'Z#'Z#'Z#'Z#'^^^Z#'Z#'Z#'Z#'^024492c1d7171d7927529cc033d2dd03f9d37c340e641e8fcfff24c848aa052c0def43ad1c089aebb91c9b1c68c923af0e31ad0461e073538ee6c35651139e820e32b1d9c5315ccac417a4760c493a27a56ee49310177733c434000edd9e1f22c6d21439ee8ddf4e09ba0cdd8980f4e195871880492250f7dd39ff34f9e114107cae0009c714806474f1bc3dbe44ce0c4cfc925087c37c359ba9aacb50deee47538a76c68d656f5f5152f526c79d91ff718b401cb1ac65793c9ed50d93f7e2e8a950a064255a7f43a5067c693770f5aaa35f65e8eb6ddefee4533aedc55b535833fe30b1a77a439bc4fbc00d0f390a37afbe5ca9f2cc5875b0c739b01cd88e94d999caa2fd633397f6408daaa8f950d491a64670c2b16a74f3e1c4c72a1640c6682ef67dbe98b83976e97c991f61508c6e947f91240b9d4d2df681adc3ba13bbcd44ac4e632ec38e24940173a1a76a64f5072b12c8311a1f58cb6466a71fef8alibgepub-0.6.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibgepub-0.6.0-1.96.src.rpmlibgepub-devellibgepub-devel(x86-64)pkgconfig(libgepub-0.6)@@@@@@@@    /usr/bin/pkg-configlibgepub-0_6-0pkgconfig(gio-2.0)pkgconfig(glib-2.0)pkgconfig(gobject-2.0)pkgconfig(libarchive)pkgconfig(libsoup-2.4)pkgconfig(libxml-2.0)pkgconfig(webkit2gtk-4.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib-1_0-Gepub-0_60.6.03.0.4-14.6.0-14.0-15.2-10.6.04.14.1Z`@ZZaY@Y@Yf@WW:bjorn.lie@gmail.comdimstar@opensuse.orgbjorn.lie@gmail.comjengelh@inai.dezaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.org- Update to version 0.6.0: + Support setting font-family in GepubWidget. + Fix the gir generation. + widget: Fix warning at run-time. + lib: Fix gepub-widget chapter change signal. - Bump basever to 0.6 and soname to 0_6 following upstream changes. - Rename libgepub0 subpackage following upstream changes to libgepub-0_6-0, make needed changes in post(un) handling due to namechange.- Modernize spec-file by calling spec-cleaner- Update to version 0.5.3: + Fixed SVG image resource replacement. + Rename introspection build option. + Removed autotools. + build: - Conform to build-api expectations. - Remove default warning level. - Remove unused defines. - Improved linker script handling. - Set prefix-relative install_dir for libgepub. - Fix typo in symbol path creation. + tests: - Fix crash on exit. - Replace "100" with a constant. - widget: Don't change LC_NUMERIC at runtime. - Pass introspection=true to meson, ensure we build the features we want. - Minor spec cleanup, use autosetup macro.- Update descriptions.- Update to version 0.5.2: + Fixed gir version. - Changes from version 0.5.1: + Added GError to gepub_doc_new new method. + Fixed meson build scripts. - Add a baserver define and set it to 0.5- Update to version 0.5: + Fixed page next and page prev signals. + Added file property to support GFile initialization. + Fixed some memory leaks. + Removed all compilation warnings. + Added pagination to the GepubWidget. + Added Simple text style modification in the widget. + Ported to meson build system. + Fixed epub:// SoupURI creation and concatenation. - Add meson BuildRequires and switch autotools macros configure, make and makeinstall to meson, meson_build and meson_install following upstream switch to Meson build system. - Drop gnome-common BuildRequires, no longer needed. - Switch to using released tarball, remove use of _service. - Rename typelib-1_0-Gepub-0_4 to typelib-1_0-Gepub-0_5 following upstream changes. - Add soname define and set it to 0_5, ease future updates.- Update to version 0.4: + go_next and go_prev returns TRUE if success. + Added functions to get the current doc mime and path. + Fixed resource path for relative and doc paths. + Remove libarchive from the public API. + Simplify pkg-config file. + Don't link the library against GTK+. + Function to replace relative resources by epub://. + utils: replace epub:// URIs for crosslinks too. + utils: correctly terminate base URI. + doc: fix wrong path when looking for resources. + doc: make API to get resources consistent. + Added GepubWidget class to show the content with webkit. + Don't NULL-terminate document content. + utils: remove unused variable. + build: highlight introspection warnings. + build: fix introspection warnings. + Fixes in gepub-widget to work with the last merge. + widget: make it a WebKitWebView. + widget: simplify code. + Fix gtk-doc annotations. + widget: make the GepubDoc a property. + doc: remove unneeded API. + doc: use htmlReadMemory(). + widget: plug a memory leak. + Rework API to be based on GBytes. + doc: trivial indentation fix. + Const-ify API methods that take strings. + doc: don't call g_list_append(). + doc: rework page API. + widget: automatically reload chapter when current page changes. + Ignore HTML entities parse error when loading xml. + New release 0.4. - Add pkgconfig(libsoup-2.4) and pkgconfig(webkit2gtk-4.0) BuildRequires: new dependencies. - Rename typelib-1_0-Gepub-0_3 subpackage to typelib-1_0-Gepub-0_4, following upstreams rename of the typelib file.- Initial package, version 0.3.goat06 1591743689 0.6.0-1.960.6.0-1.960.6.0libgepub-0.6gepub-archive.hgepub-doc.hgepub-text-chunk.hgepub-widget.hgepub.hlibgepub-0.6.solibgepub-0.6.pclibgepub-develAUTHORSMAINTAINERSNEWSREADMEGepub-0.6.gir/usr/include//usr/include/libgepub-0.6//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libgepub-devel//usr/share/gir-1.0/-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.suse.de/SUSE:SLE-15-SP2:GA/standard/759c811293b87a271e0bd7aac22d9b1d-libgepubcpioxz5x86_64-suse-linuxdirectoryC source, ASCII textpkgconfig fileASCII textXML 1.0 document, ASCII text PRRRRRRRRx*WK$RZutf-837c318c0103b6628d1ae2f3bb508963354007a9b0f103ecd634270d5361c4fcf? 7zXZ !t/@7] crt:bLL <^͕52e _u/r쮚3WyqR-p,j/4@:ٜhN+듴ѯBҖR WUC[ȑAHG;kqwV9S .P"*kT@)`IGρ@=7nD(y࿑Bwv~V);KpWȢD%ʞ4m*~C (jvkցѸϸuyfj H*3bQcE@Q'dl /ʸrH}^Vص(6J ^oY"Ywޓ{uP-׊BSWX0OS䙱2'g'(\RgDT͉ ?ķBy3_B%¢..9iKl6Ywh<q0ɪ ⃔Lu"8kVblہt|yvr 8Q :lswꁾ@?^dx-L#tëmCo̻7͝s|Ig&Ӗ%_ 6ȭ-L):̌ח&uM[z.W|zGj( 暉^R[XGX`{y RpřӾ:2ЯW26K8DG `Ë24U}_:rsod){l>7/S hܺm 2ә%l ”m% `ct={|g4c7Tc& ̈#u}ƐX {m[8!IY@5"km }8{hz;BU^nkDUPW7EO|~AX5m, :nQbv^=~Il`jHO'`wͽjt$RLub(Te)^ wJ\bYKf9l&5tf,b+)0a(dG"Tl%7{bTgcwF |)/kP:KB2~,澞2;b5xԯ$iC,z8[/Ej[Q,RadU6@XAEAy]Y;aI_#V!/ ^Sz@ظ}ܖ2J8:r EF@IԈpkN>/'f&D_pD@J\·fI!JK(_l8t@ehW$mڕҾH/}vNl(TlHktyגH u07ʢQ3i[ؗԵ*wL2'Lydg6ie^)'3C'I } #~%deFnxv_= Ϫ dǷB|5 `Ɵr<kF*.}777o[€ nW2t7&d&`QrIBb2c @ 2z_N=Y+vxsi{>J@6E#8c irY*l+֧2ߓHf@)mu{` K F'_n`oHPAإ1YEU07HHւBZ)qOn^pněgA='w{?bjrH cD~'Oj(@udPf iIYD9N,_aϕgqvCGfK\X-L3ºG6XU`5 ʵ݃sƬ1߁xPW轇ʌ5i8K@[`G %OXg(#nm&ג!+zY{Uk.r'NxkdX}:00 L$CƄp]XwSf9EhNFYb`/%5 2^ƪ=^54ĿG=%Y2l,ڴR(KѶko/x4J>~֔L>u XTI ns%WPgbvpa6- P=5luW4^i+/js# p#oA{(gMr KFh@Z9$ xlF|]a9tV%vAgad Iwi<)Brq.ͯ+~ԁW~Y;Ž0^`Ӹe+i6(?Mr|A4iD#FV|$٭"'%Kʸp)Y|A4*6:c:gw%|-sK>719VL-MBB樄Ψ @ b Z<MSDbee?R آ0`gdYo8LqZk)b9ﵐJꉂQν M`nOY^}g?1>F4,7V;Q@ȑ%LBm I袤 \|h1}Ԍ*0`-?ǃx"=@cjCBEַ׋r?(ݛe21|$zqV e:A:LD0=z7Dq<'˅X9Cn^ qgYuYJ?.L^usϥ oFU/["s`} y'eµ9UbUUNHei,rM_Ӟ0f2݄*k^4@"%Da@4&2F%q2;< y mkVhg9HP4)FjiZ[\+AGY _+\Nj3%ZJ++3D!%]4L~UHП2g$W3b`W ?_,I^ZNsG Q +wf;#7ɂ;Ҽ:0q)trom W5dž$ $HcM;ܹxVp@ϯ7[OvJjsz4 J> =l }@[5{>@dD!Es@ /b.QFi&.FʣgI,1-VTD.B vK@|:k!G?I4/3v%{ӱ doCՕ+f ejۓ3.PM"Dp_ϐ0q ($(Ah]W mį,meҟYc p H{O .{uWƿLߵ鯞ҽ|hpWh[8 fy&DZ|,7̜K+F/kJ1X?N`hDŪ=ӭjJ@}_@/M Lp]6:|0e;0[d$ig RlWoްtRoLɎ.T#J@ҷ$'wX) jεN:ęt{$з狢9qd~j;ߛ MT&"FmDbkFzמIMVwퟧ|B%$[Wʬ;fI\Ff@[[ZՄ OeB7'oj,a|l8QN|JU~c` 0P ({ޯ-AKs{)"C:_6:[Iբ7%ᩎT5{-NP4U|r=}-*uAw@i-=\t4!H;O:k?ꭸv X^>}mD&fG~5+*V[^,iZE2ҤmŌÄ/7Ufj6hKmЊe P/SXhE ^Vrz˩jB@[LAytўdmVE;ϽnUի"7Mc)^(_!ͷi^bov( r-wvZ-gN`/ַ d:>#8 t^?6< pםtHT 1{?幉0xDυN~{cEVYuP.Tin-I >""2\ '$ d"_L5z\cWݒ}ʳ F%>ZVJrĠ>kW?q?sx3'np ܡ_޴ϕ\l KFm"KJbDAN=vEZNfqޛ$8~pJ;ԟF\2FkY)>ӃV7g;+ ,R/{+A) e21rqhPVcs[PLnFKZr,ઇyvY}縰-O L$%_~砂XO~q7 HYcZNF (cxM܆W8%=@te~Gc. t k󁥎}DNs>$q'RTJOwP\&[)M.Ę!Uln]p>0!@>)2o.UP ]4FFHwʘFy?֔FZTR#- z';醕,CS7l'' @lUƖIOH+Wчl?ulB,:#]nLYހ)ǖ}B|-5{) (257&ދS Dȥ˵%ZlԑگbC$m&0.z_x$R=djw"Äꍒ\7{H!*[1y~B8_}PJi[^`X+0EєG9M-ݤdf^<(ƅ{bLj[Iw)1޳Hd妟N/Su"|1 Dzg 5^+z~r{O㍋ t}/'ب5.pfK98#x]n"@x+S<MBΉxl;<5sVOIIG  kJ3Oeآ>t &\K_ڿESEslTIj=s7(o8elYP88ŷD'4I|Ƽ L]o _w-E ֵ!%5WvQ.g 5 $1*9ia?ljgv)&Mu^K~ST+ÜQXE"qo (-i/nhZf,KQU0奄 #sҦ褞A.0zvUJ/'_}cE[Ԓl Ā*"U8| VG+|NFt&s}AM}Ym#9-@eЗ~ /Zomt::9be6Yy(_όUn!W/kyV쪿z[be>`-g:G7"1b.zK8ƵdJ^ ARW}PhmU,@%Tf.ʖH9PwD.[q5!I(f\aߧFj&s7F ez􌑆WpLzD߅a}3ʉ,\@C$OvcXQrwS.TȂ85A̹(^Ҭ~ߡԮhiݖٲ8V=<;