Multiplatformní multimediální knihovna SDL (Simple DirectMedia Layer) byla oficiálně vydána v nové major verzi 3 (3.2.0). Změny jsou popsány v README pro migraci aplikací z SDL 2 na SDL 3.
Wine bylo po roce vývoje od vydání verze 9.0 vydáno v nové stabilní verzi 10.0. Přehled novinek na GitLabu. Vypíchnuta je nová architektura ARM64EC a podpora High DPI škálování.
Edvard Rejthar na blogu zaměstnanců CZ.NIC představil nástroj deduplidog pro odstranění duplicitních souborů.
Společnost DeepSeek představila (𝕏) AI model DeepSeek-R1 (Hugging Face) srovnatelný s OpenAI o1 a uvolnila jej pod open source licencí MIT, tj. zdarma i pro komerční použití.
GKrellM (GNU Krell Monitors, Wikipedie), tj. grafická aplikace pro sledování systémů a různých událostí, byla po pěti a půl letech vydána v nové verzi 2.4.0. Přehled novinek na Gitea.
Americká první dáma Melania Trumpová vydala v předvečer manželovy inaugurace vlastní kryptoměnu. Jmenuje se $Melania. Donald Trump vydal vlastní kryptoměnu $Trump den před manželkou.
GNU Project Debugger aneb GDB byl vydán ve verzi 16.1. Podrobný přehled novinek v souboru NEWS.
Po 9 týdnech vývoje od vydání Linuxu 6.12 oznámil Linus Torvalds vydání Linuxu 6.13. Přehled novinek a vylepšení na LWN.net: první a druhá polovina začleňovacího okna a Linux Kernel Newbies. Odstraněn byl souborový systém ReiserFS.
19. ledna 2038 přeteče hodnota time_t na 32bitových systémech, na vyřešení problému roku 2038 (Y2K38) tedy zbývá 13 let. Např. Debian v uplynulém roce přešel na 64bitový čas. Bernhard Wiedemann z openSUSE sdílí chyby v sestavení rozšířeného softwaru.
Byla vydána druhá opravná verze 21.2 v dubnu loňského roku vydané verze 21 multimediálního centra Kodi (dříve XBMC, Wikipedie) s kódovým označením Omega.
Ahoj, v Gentoo kompiluju mplayer, ./configure probehne v pohode..make ale pise samej warning az nakonec se ukonci s Errorem 1..
./version.sh `cc -dumpversion`
./version.sh: line 6: cd: 4.1.2: No such file or directory
./version.sh: line 7: cd: 4.1.2: No such file or directory
cc -I./libavcodec -I./libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I. -I./libavutil -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=athlon-xp -mtune=athlon-xp -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include -I/usr/include/SDL -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c -o mplayer.o mplayer.c
In file included from mplayer.c:55:
libvo/video_out.h:180: warning: redundant redeclaration of 'vo_format_name'
./libmpcodecs/img_format.h:118: warning: previous declaration of 'vo_format_name' was here
In file included from mplayer.c:58:
libvo/sub.h:106: warning: redundant redeclaration of 'suboverlap_enabled'
subreader.h:6: warning: previous declaration of 'suboverlap_enabled' was here
In file included from mplayer.c:61:
libvo/x11_common.h:38: warning: redundant redeclaration of 'vo_init'
libvo/video_out.h:181: warning: previous declaration of 'vo_init' was here
In file included from mplayer.c:70:
spudec.h:21: warning: redundant redeclaration of 'spudec_draw_scaled'
spudec.h:9: warning: previous declaration of 'spudec_draw_scaled' was here
In file included from mplayer.c:174:
stream/stream_dvdnav.h:4:20: error: dvdnav.h: No such file or directory
In file included from mplayer.c:174:
stream/stream_dvdnav.h:18: error: expected specifier-qualifier-list before 'dvdnav_t'
In file included from mplayer.c:178:
libmpcodecs/dec_video.h:3: warning: redundant redeclaration of 'video_read_properties'
libmpdemux/stheader.h:119: warning: previous declaration of 'video_read_properties' was here
In file included from mplayer.c:185:
mp_core.h:114: warning: redundant redeclaration of 'ass_enabled'
gui/cfg.h:67: warning: previous declaration of 'ass_enabled' was here
mp_core.h:115: warning: redundant redeclaration of 'fixed_vo'
mp_core.h:113: warning: previous declaration of 'fixed_vo' was here
mp_core.h:120: warning: redundant redeclaration of 'vo_gamma_brightness'
libvo/video_out.h:226: warning: previous declaration of 'vo_gamma_brightness' was here
a tak dale az..
cfg-mplayer.h:68: warning: redundant redeclaration of 'vo_nomouse_input'
libvo/video_out.h:234: warning: previous declaration of 'vo_nomouse_input' was here
cfg-mplayer.h:69: warning: redundant redeclaration of 'WinID'
libvo/video_out.h:243: warning: previous declaration of 'WinID' was here
cfg-mplayer.h:93: warning: redundant redeclaration of 'enqueue'
mplayer.c:230: warning: previous definition of 'enqueue' was here
cfg-mplayer.h:98: warning: redundant redeclaration of 'xinerama_screen'
libvo/video_out.h:196: warning: previous declaration of 'xinerama_screen' was here
cfg-mplayer.h:109: warning: redundant redeclaration of 'enable_mouse_movements'
mplayer.c:87: warning: previous definition of 'enable_mouse_movements' was here
cfg-mplayer.h:110: warning: redundant redeclaration of 'use_filedir_conf'
mplayer.c:377: warning: previous declaration of 'use_filedir_conf' was here
mplayer.c: In function 'main':
mplayer.c:2665: warning: passing argument 2 of 'guiGetEvent' from incompatible pointer type
make: *** [mplayer.o] Error 1
zkousel jsem si instalovat glibc, znovu gcc..vsecky mozny veci kolem toho, smaznout mplayer a znova rozbalit nebo takovy co jsem kde pobral, ale nic..na google jsem toho moc nenasel, osobne moc netusim co to znamena...gcc mam 4.1.2, jestli jsem spravne pochopil..je totozna s verzi, kterou jsem kompiloval kernel..nevite teda prosim co s tim ?
1. Prva vec -ffast-math nepouzivaj v make.conf , dokaze to urobit zaujiiimave veci. 2. Ak ma oci neklamu mas povoleny -O4, to by som nerobil aledal by som tam radsej -O2 alebo -Os 3. Preco to nekompilujes cez emerge ? 4. Skus nainstalovat inu verziu mplayeru , Dostupne verzie:
ls /usr/portage/media-video/mplayer
Skompilovanie emerge =mplayer-verzia Napr. emerge =mplayer-1.0.20070622-r3 Skusil by som este emergnut niektoru masknutu verziu teda do /etc/portage/portage.keywords dajmedia-video/mplayer
a potom emerge mplayer
Tiskni Sdílej: