diff --git a/emulators/dosbox-staging/Makefile b/emulators/dosbox-staging/Makefile index d797f7567b0e..ba0db8a0a691 100644 --- a/emulators/dosbox-staging/Makefile +++ b/emulators/dosbox-staging/Makefile @@ -1,45 +1,45 @@ PORTNAME= dosbox-staging DISTVERSIONPREFIX= v -DISTVERSION= 0.80.1 -PORTREVISION= 2 +DISTVERSION= 0.81.0 CATEGORIES= emulators MAINTAINER= makc@FreeBSD.org COMMENT= DOS/x86 emulator based on DOSBox WWW= https://dosbox-staging.github.io/ LICENSE= GPLv2 -LIB_DEPENDS= libiir.so:audio/iir1 \ +LIB_DEPENDS= libz-ng.so:archivers/zlib-ng \ + libiir.so:audio/iir1 \ libopusfile.so:audio/opusfile \ libspeexdsp.so:audio/speexdsp \ libpng.so:graphics/png \ libslirp.so:net/libslirp -USES= compiler:c++14-lang gl meson pkgconfig sdl +USES= compiler:c++17-lang gl meson pkgconfig sdl USE_GL= gl -USE_SDL= sdl2 image2 net2 +USE_SDL= sdl2 net2 USE_GITHUB= yes MESON_ARGS= -Dunit_tests=disabled -Duse_mt32emu=false -LDFLAGS+= -pthread -lz +LDFLAGS+= -pthread OPTIONS_DEFINE= ALSA DOCS FLUIDSYNTH OPTIONS_DEFAULT= FLUIDSYNTH ALSA_DESC= ALSA midi support ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_MESON_TRUE= use_alsa FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth FLUIDSYNTH_MESON_TRUE= use_fluidsynth post-patch: @${REINPLACE_CMD} 's,/usr/share/doc/dosbox-staging,${DOCSDIR},' \ ${WRKSRC}/docs/dosbox.1 ${MV} ${WRKSRC}/docs/dosbox.1 ${WRKSRC}/docs/dosbox-staging.1 @${REINPLACE_CMD} '/^Exec/s,dosbox,dosbox-staging,' \ ${WRKSRC}/contrib/linux/dosbox-staging.desktop .include diff --git a/emulators/dosbox-staging/distinfo b/emulators/dosbox-staging/distinfo index 498a8a168ad7..ee81b9f14312 100644 --- a/emulators/dosbox-staging/distinfo +++ b/emulators/dosbox-staging/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673205573 -SHA256 (dosbox-staging-dosbox-staging-v0.80.1_GH0.tar.gz) = 2ca69e65e6c181197b63388c60487a3bcea804232a28c44c37704e70d49a0392 -SIZE (dosbox-staging-dosbox-staging-v0.80.1_GH0.tar.gz) = 3876041 +TIMESTAMP = 1707996903 +SHA256 (dosbox-staging-dosbox-staging-v0.81.0_GH0.tar.gz) = 9b133dbf2fe8410bb475267a8f26844d56b9025079783ec6a4574841888ae600 +SIZE (dosbox-staging-dosbox-staging-v0.81.0_GH0.tar.gz) = 6943457 diff --git a/emulators/dosbox-staging/files/patch-meson.build b/emulators/dosbox-staging/files/patch-meson.build index 7c0fed11957c..4a4d18d6c0bb 100644 --- a/emulators/dosbox-staging/files/patch-meson.build +++ b/emulators/dosbox-staging/files/patch-meson.build @@ -1,20 +1,20 @@ ---- meson.build.orig 2022-09-30 15:59:10 UTC +--- meson.build.orig 2024-02-11 04:55:05 UTC +++ meson.build -@@ -34,7 +34,7 @@ data_dir = get_option('datadir') +@@ -37,7 +37,7 @@ data_dir = get_option('datadir') licenses_dir = data_dir / 'licenses' / meson.project_name() doc_dir = data_dir / 'doc' / meson.project_name() -install_man('docs/dosbox.1') +install_man('docs/dosbox-staging.1') - install_data('COPYING', install_dir: licenses_dir) - install_data('AUTHORS', 'README', 'THANKS', install_dir: doc_dir) - -@@ -708,7 +708,7 @@ if host_machine.system() == 'windows' + # Bundle licenses, but skip the ones that are not relevant for + # binary distribution or allow us to not distribute the license text. + install_data( +@@ -1306,7 +1306,7 @@ if host_machine.system() == 'windows' endif executable( - 'dosbox', + 'dosbox-staging', dosbox_sources, dependencies: internal_deps + third_party_deps, include_directories: incdir, diff --git a/emulators/dosbox-staging/pkg-plist b/emulators/dosbox-staging/pkg-plist index b10f6c7fe321..b4965a7d540a 100644 --- a/emulators/dosbox-staging/pkg-plist +++ b/emulators/dosbox-staging/pkg-plist @@ -1,298 +1,339 @@ bin/dosbox-staging share/man/man1/dosbox-staging.1.gz share/applications/dosbox-staging.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/THANKS %%DATADIR%%/drives/y.conf %%DATADIR%%/drives/y/dos/debug.com %%DATADIR%%/drives/y/dos/deltree.com %%DATADIR%%/drives/y/dos/xcopy.exe %%DATADIR%%/freedos-cpi/EGA.CPX %%DATADIR%%/freedos-cpi/EGA10.CPX %%DATADIR%%/freedos-cpi/EGA11.CPX %%DATADIR%%/freedos-cpi/EGA12.CPX %%DATADIR%%/freedos-cpi/EGA13.CPX %%DATADIR%%/freedos-cpi/EGA14.CPX %%DATADIR%%/freedos-cpi/EGA15.CPX %%DATADIR%%/freedos-cpi/EGA16.CPX %%DATADIR%%/freedos-cpi/EGA17.CPX %%DATADIR%%/freedos-cpi/EGA18.CPI %%DATADIR%%/freedos-cpi/EGA2.CPX %%DATADIR%%/freedos-cpi/EGA3.CPX %%DATADIR%%/freedos-cpi/EGA4.CPX %%DATADIR%%/freedos-cpi/EGA5.CPX %%DATADIR%%/freedos-cpi/EGA6.CPX %%DATADIR%%/freedos-cpi/EGA7.CPX %%DATADIR%%/freedos-cpi/EGA8.CPX %%DATADIR%%/freedos-cpi/EGA9.CPX %%DATADIR%%/freedos-keyboard/KEYBOARD.SYS %%DATADIR%%/freedos-keyboard/KEYBRD2.SYS %%DATADIR%%/freedos-keyboard/KEYBRD3.SYS %%DATADIR%%/freedos-keyboard/KEYBRD4.SYS -%%DATADIR%%/glshaders/crt/aperture.glsl -%%DATADIR%%/glshaders/crt/caligari.glsl -%%DATADIR%%/glshaders/crt/easymode.glsl -%%DATADIR%%/glshaders/crt/easymode.tweaked.glsl -%%DATADIR%%/glshaders/crt/fakelottes.glsl -%%DATADIR%%/glshaders/crt/fakelottes.tweaked.glsl -%%DATADIR%%/glshaders/crt/geom.glsl -%%DATADIR%%/glshaders/crt/geom.tweaked.glsl -%%DATADIR%%/glshaders/crt/hyllian-updated.glsl -%%DATADIR%%/glshaders/crt/hyllian.glsl -%%DATADIR%%/glshaders/crt/lottes-fast.glsl -%%DATADIR%%/glshaders/crt/lottes-fast.subtle+gain.glsl -%%DATADIR%%/glshaders/crt/lottes.glsl -%%DATADIR%%/glshaders/crt/lottes.tweaked.glsl -%%DATADIR%%/glshaders/crt/mattias.glsl -%%DATADIR%%/glshaders/crt/pi-vertical.glsl -%%DATADIR%%/glshaders/crt/pi.glsl -%%DATADIR%%/glshaders/crt/yee64.glsl -%%DATADIR%%/glshaders/crt/yeetron.glsl -%%DATADIR%%/glshaders/crt/zfast-composite.glsl -%%DATADIR%%/glshaders/crt/zfast.glsl +%%DATADIR%%/glshaders/crt/arcade-1080p.glsl +%%DATADIR%%/glshaders/crt/arcade-1440p.glsl +%%DATADIR%%/glshaders/crt/arcade-4k.glsl +%%DATADIR%%/glshaders/crt/arcade-sharp-1080p.glsl +%%DATADIR%%/glshaders/crt/arcade-sharp-1440p.glsl +%%DATADIR%%/glshaders/crt/arcade-sharp-4k.glsl +%%DATADIR%%/glshaders/crt/cga-1080p.glsl +%%DATADIR%%/glshaders/crt/cga-1440p.glsl +%%DATADIR%%/glshaders/crt/cga-4k.glsl +%%DATADIR%%/glshaders/crt/cga-720p.glsl +%%DATADIR%%/glshaders/crt/composite-1080p.glsl +%%DATADIR%%/glshaders/crt/composite-1440p.glsl +%%DATADIR%%/glshaders/crt/composite-4k.glsl +%%DATADIR%%/glshaders/crt/ega-1080p.glsl +%%DATADIR%%/glshaders/crt/ega-1440p.glsl +%%DATADIR%%/glshaders/crt/ega-4k.glsl +%%DATADIR%%/glshaders/crt/ega-720p.glsl +%%DATADIR%%/glshaders/crt/hercules.glsl +%%DATADIR%%/glshaders/crt/monochrome-hires.glsl +%%DATADIR%%/glshaders/crt/monochrome-lowres.glsl +%%DATADIR%%/glshaders/crt/vga-1080p-fake-double-scan.glsl +%%DATADIR%%/glshaders/crt/vga-1080p.glsl +%%DATADIR%%/glshaders/crt/vga-1440p.glsl +%%DATADIR%%/glshaders/crt/vga-4k.glsl %%DATADIR%%/glshaders/interpolation/catmull-rom.glsl %%DATADIR%%/glshaders/interpolation/sharp.glsl +%%DATADIR%%/glshaders/misc/fixvideo-scanlines.glsl +%%DATADIR%%/glshaders/misc/fixvideo.glsl %%DATADIR%%/glshaders/none.glsl %%DATADIR%%/glshaders/scaler/advinterp2x.glsl %%DATADIR%%/glshaders/scaler/advinterp3x.glsl %%DATADIR%%/glshaders/scaler/advmame2x.glsl %%DATADIR%%/glshaders/scaler/advmame3x.glsl %%DATADIR%%/glshaders/scaler/rgb2x.glsl %%DATADIR%%/glshaders/scaler/rgb3x.glsl %%DATADIR%%/glshaders/scaler/scan2x.glsl %%DATADIR%%/glshaders/scaler/scan3x.glsl %%DATADIR%%/glshaders/scaler/tv2x.glsl %%DATADIR%%/glshaders/scaler/tv3x.glsl %%DATADIR%%/mapperfiles/xbox/abreed.map %%DATADIR%%/mapperfiles/xbox/abreedta.map %%DATADIR%%/mapperfiles/xbox/actuas.map %%DATADIR%%/mapperfiles/xbox/aitd.map %%DATADIR%%/mapperfiles/xbox/aitd2.map %%DATADIR%%/mapperfiles/xbox/aitd3.map %%DATADIR%%/mapperfiles/xbox/aitdjack.map %%DATADIR%%/mapperfiles/xbox/aladdin.map %%DATADIR%%/mapperfiles/xbox/alienc.map %%DATADIR%%/mapperfiles/xbox/alienr.map %%DATADIR%%/mapperfiles/xbox/alientri.map %%DATADIR%%/mapperfiles/xbox/alphasto.map %%DATADIR%%/mapperfiles/xbox/alqadim.map %%DATADIR%%/mapperfiles/xbox/amok.map %%DATADIR%%/mapperfiles/xbox/another.map %%DATADIR%%/mapperfiles/xbox/batmanac.map %%DATADIR%%/mapperfiles/xbox/batmanf.map %%DATADIR%%/mapperfiles/xbox/bigredr.map %%DATADIR%%/mapperfiles/xbox/blam.map %%DATADIR%%/mapperfiles/xbox/blood.map %%DATADIR%%/mapperfiles/xbox/bluesb.map %%DATADIR%%/mapperfiles/xbox/bluesbja.map %%DATADIR%%/mapperfiles/xbox/bstone.map %%DATADIR%%/mapperfiles/xbox/bstone2.map %%DATADIR%%/mapperfiles/xbox/bthorne.map %%DATADIR%%/mapperfiles/xbox/cadillac.map %%DATADIR%%/mapperfiles/xbox/cataco3d.map %%DATADIR%%/mapperfiles/xbox/catapoc.map %%DATADIR%%/mapperfiles/xbox/chxquest.map %%DATADIR%%/mapperfiles/xbox/cite.map %%DATADIR%%/mapperfiles/xbox/ckeen1.map %%DATADIR%%/mapperfiles/xbox/clifd.map %%DATADIR%%/mapperfiles/xbox/coolspot.map %%DATADIR%%/mapperfiles/xbox/covertac.map %%DATADIR%%/mapperfiles/xbox/crusnreg.map %%DATADIR%%/mapperfiles/xbox/crusnrem.map %%DATADIR%%/mapperfiles/xbox/cyberm.map %%DATADIR%%/mapperfiles/xbox/d.map %%DATADIR%%/mapperfiles/xbox/dderby.map %%DATADIR%%/mapperfiles/xbox/dderby2.map %%DATADIR%%/mapperfiles/xbox/ddragon.map %%DATADIR%%/mapperfiles/xbox/ddragon2.map %%DATADIR%%/mapperfiles/xbox/ddragon3.map %%DATADIR%%/mapperfiles/xbox/descent.map %%DATADIR%%/mapperfiles/xbox/descent2.map %%DATADIR%%/mapperfiles/xbox/disc.map %%DATADIR%%/mapperfiles/xbox/dnukem.map %%DATADIR%%/mapperfiles/xbox/dnukem2.map %%DATADIR%%/mapperfiles/xbox/doom.map %%DATADIR%%/mapperfiles/xbox/doom2.map %%DATADIR%%/mapperfiles/xbox/drally.map %%DATADIR%%/mapperfiles/xbox/dstrike.map %%DATADIR%%/mapperfiles/xbox/duke3d.map %%DATADIR%%/mapperfiles/xbox/ecstatic.map %%DATADIR%%/mapperfiles/xbox/ecstatic2.map %%DATADIR%%/mapperfiles/xbox/eradicat.map %%DATADIR%%/mapperfiles/xbox/ewj.map %%DATADIR%%/mapperfiles/xbox/ewj2.map %%DATADIR%%/mapperfiles/xbox/exhumed.map %%DATADIR%%/mapperfiles/xbox/extremea.map %%DATADIR%%/mapperfiles/xbox/fadetb.map %%DATADIR%%/mapperfiles/xbox/fatalr.map %%DATADIR%%/mapperfiles/xbox/fb.map %%DATADIR%%/mapperfiles/xbox/fifa.map %%DATADIR%%/mapperfiles/xbox/fifa96.map %%DATADIR%%/mapperfiles/xbox/fifa97.map %%DATADIR%%/mapperfiles/xbox/firestrm.map %%DATADIR%%/mapperfiles/xbox/funtrack.map %%DATADIR%%/mapperfiles/xbox/fxfightr.map %%DATADIR%%/mapperfiles/xbox/gb2.map %%DATADIR%%/mapperfiles/xbox/gods.map %%DATADIR%%/mapperfiles/xbox/goldnaxe.map %%DATADIR%%/mapperfiles/xbox/gta.map %%DATADIR%%/mapperfiles/xbox/gtalond.map %%DATADIR%%/mapperfiles/xbox/heretic.map %%DATADIR%%/mapperfiles/xbox/hexen.map %%DATADIR%%/mapperfiles/xbox/hioctane.map %%DATADIR%%/mapperfiles/xbox/horde.map %%DATADIR%%/mapperfiles/xbox/hulkpant.map %%DATADIR%%/mapperfiles/xbox/humans.map %%DATADIR%%/mapperfiles/xbox/jazz.map %%DATADIR%%/mapperfiles/xbox/jbazooka.map %%DATADIR%%/mapperfiles/xbox/jdredd.map %%DATADIR%%/mapperfiles/xbox/jimpower.map %%DATADIR%%/mapperfiles/xbox/joemac.map %%DATADIR%%/mapperfiles/xbox/jstrike.map %%DATADIR%%/mapperfiles/xbox/jungbook.map %%DATADIR%%/mapperfiles/xbox/jurassic.map %%DATADIR%%/mapperfiles/xbox/krusty.map %%DATADIR%%/mapperfiles/xbox/lba.map %%DATADIR%%/mapperfiles/xbox/lba2.map %%DATADIR%%/mapperfiles/xbox/lionking.map %%DATADIR%%/mapperfiles/xbox/lollypop.map %%DATADIR%%/mapperfiles/xbox/lostv.map %%DATADIR%%/mapperfiles/xbox/lostv2.map %%DATADIR%%/mapperfiles/xbox/magicp.map %%DATADIR%%/mapperfiles/xbox/mars3d.map %%DATADIR%%/mapperfiles/xbox/mdk.map %%DATADIR%%/mapperfiles/xbox/megarac2.map %%DATADIR%%/mapperfiles/xbox/megarace.map %%DATADIR%%/mapperfiles/xbox/menace.map %%DATADIR%%/mapperfiles/xbox/microcsm.map %%DATADIR%%/mapperfiles/xbox/mk1.map %%DATADIR%%/mapperfiles/xbox/mk2.map %%DATADIR%%/mapperfiles/xbox/mk3.map %%DATADIR%%/mapperfiles/xbox/mktril.map %%DATADIR%%/mapperfiles/xbox/mm.map %%DATADIR%%/mapperfiles/xbox/mm2.map %%DATADIR%%/mapperfiles/xbox/moktar.map %%DATADIR%%/mapperfiles/xbox/moon.map %%DATADIR%%/mapperfiles/xbox/nba97.map %%DATADIR%%/mapperfiles/xbox/nbajamte.map %%DATADIR%%/mapperfiles/xbox/nfsse.map %%DATADIR%%/mapperfiles/xbox/nhl97.map %%DATADIR%%/mapperfiles/xbox/novas.map %%DATADIR%%/mapperfiles/xbox/oddworld.map %%DATADIR%%/mapperfiles/xbox/omf2097.map %%DATADIR%%/mapperfiles/xbox/panzakb.map %%DATADIR%%/mapperfiles/xbox/petesamp.map %%DATADIR%%/mapperfiles/xbox/pitfghtr.map %%DATADIR%%/mapperfiles/xbox/pop.map %%DATADIR%%/mapperfiles/xbox/pop2.map %%DATADIR%%/mapperfiles/xbox/prayfd.map %%DATADIR%%/mapperfiles/xbox/preh.map %%DATADIR%%/mapperfiles/xbox/preh2.map %%DATADIR%%/mapperfiles/xbox/primrage.map %%DATADIR%%/mapperfiles/xbox/pushover.map %%DATADIR%%/mapperfiles/xbox/quake.map %%DATADIR%%/mapperfiles/xbox/raiden.map %%DATADIR%%/mapperfiles/xbox/rallyc.map %%DATADIR%%/mapperfiles/xbox/raptor.map %%DATADIR%%/mapperfiles/xbox/rayman.map %%DATADIR%%/mapperfiles/xbox/redneck.map %%DATADIR%%/mapperfiles/xbox/redneck2.map %%DATADIR%%/mapperfiles/xbox/reloaded.map %%DATADIR%%/mapperfiles/xbox/rg97.map %%DATADIR%%/mapperfiles/xbox/rise.map %%DATADIR%%/mapperfiles/xbox/rise2.map %%DATADIR%%/mapperfiles/xbox/rott.map %%DATADIR%%/mapperfiles/xbox/scorchdp.map %%DATADIR%%/mapperfiles/xbox/screamr.map %%DATADIR%%/mapperfiles/xbox/screamr2.map %%DATADIR%%/mapperfiles/xbox/sf2.map %%DATADIR%%/mapperfiles/xbox/shadoww.map %%DATADIR%%/mapperfiles/xbox/shells.map %%DATADIR%%/mapperfiles/xbox/simparc.map %%DATADIR%%/mapperfiles/xbox/simpbvs.map %%DATADIR%%/mapperfiles/xbox/skynet.map %%DATADIR%%/mapperfiles/xbox/spacer.map %%DATADIR%%/mapperfiles/xbox/spearod.map %%DATADIR%%/mapperfiles/xbox/speedbl2.map %%DATADIR%%/mapperfiles/xbox/spidey.map %%DATADIR%%/mapperfiles/xbox/srally.map %%DATADIR%%/mapperfiles/xbox/ssf2t.map %%DATADIR%%/mapperfiles/xbox/stargunr.map %%DATADIR%%/mapperfiles/xbox/streetr.map %%DATADIR%%/mapperfiles/xbox/strife.map %%DATADIR%%/mapperfiles/xbox/superc.map %%DATADIR%%/mapperfiles/xbox/swdf.map %%DATADIR%%/mapperfiles/xbox/swiv3d.map %%DATADIR%%/mapperfiles/xbox/tbraider.map %%DATADIR%%/mapperfiles/xbox/term2.map %%DATADIR%%/mapperfiles/xbox/termfs.map %%DATADIR%%/mapperfiles/xbox/timec.map %%DATADIR%%/mapperfiles/xbox/timegate.map %%DATADIR%%/mapperfiles/xbox/timewar.map %%DATADIR%%/mapperfiles/xbox/tmnt.map %%DATADIR%%/mapperfiles/xbox/tmntarc.map %%DATADIR%%/mapperfiles/xbox/tmntman.map %%DATADIR%%/mapperfiles/xbox/trackatk.map %%DATADIR%%/mapperfiles/xbox/turric2.map %%DATADIR%%/mapperfiles/xbox/tvcd.map %%DATADIR%%/mapperfiles/xbox/tyrian.map %%DATADIR%%/mapperfiles/xbox/wacky.map %%DATADIR%%/mapperfiles/xbox/warriors.map %%DATADIR%%/mapperfiles/xbox/wcrew.map %%DATADIR%%/mapperfiles/xbox/whaven.map %%DATADIR%%/mapperfiles/xbox/whaven2.map %%DATADIR%%/mapperfiles/xbox/wilds.map %%DATADIR%%/mapperfiles/xbox/wipeout.map %%DATADIR%%/mapperfiles/xbox/wolf3d.map %%DATADIR%%/mapperfiles/xbox/wrallyf.map %%DATADIR%%/mapperfiles/xbox/wwfarc.map %%DATADIR%%/mapperfiles/xbox/wwfiyh.map %%DATADIR%%/mapperfiles/xbox/xenon2.map %%DATADIR%%/mapperfiles/xbox/xmcota.map %%DATADIR%%/mapping-freedos.org/CP_30000.TXT %%DATADIR%%/mapping-freedos.org/CP_30006.TXT %%DATADIR%%/mapping-freedos.org/CP_30034.TXT +%%DATADIR%%/mapping-unicode.org/CP_1250.TXT +%%DATADIR%%/mapping-unicode.org/CP_1251.TXT +%%DATADIR%%/mapping-unicode.org/CP_1252.TXT +%%DATADIR%%/mapping-unicode.org/CP_1253.TXT +%%DATADIR%%/mapping-unicode.org/CP_1254.TXT +%%DATADIR%%/mapping-unicode.org/CP_1255.TXT +%%DATADIR%%/mapping-unicode.org/CP_1256.TXT +%%DATADIR%%/mapping-unicode.org/CP_1257.TXT +%%DATADIR%%/mapping-unicode.org/CP_1258.TXT %%DATADIR%%/mapping-unicode.org/CP_437.TXT %%DATADIR%%/mapping-unicode.org/CP_737.TXT %%DATADIR%%/mapping-unicode.org/CP_775.TXT %%DATADIR%%/mapping-unicode.org/CP_850.TXT %%DATADIR%%/mapping-unicode.org/CP_852.TXT %%DATADIR%%/mapping-unicode.org/CP_855.TXT %%DATADIR%%/mapping-unicode.org/CP_856.TXT %%DATADIR%%/mapping-unicode.org/CP_857.TXT %%DATADIR%%/mapping-unicode.org/CP_860.TXT %%DATADIR%%/mapping-unicode.org/CP_861.TXT %%DATADIR%%/mapping-unicode.org/CP_862.TXT %%DATADIR%%/mapping-unicode.org/CP_863.TXT %%DATADIR%%/mapping-unicode.org/CP_864.TXT %%DATADIR%%/mapping-unicode.org/CP_865.TXT %%DATADIR%%/mapping-unicode.org/CP_866.TXT %%DATADIR%%/mapping-unicode.org/CP_869.TXT %%DATADIR%%/mapping-unicode.org/CP_874.TXT %%DATADIR%%/mapping-unicode.org/license.txt %%DATADIR%%/mapping-wikipedia.org/CP_1117.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_1169.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_1270.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_20866.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_28591.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_28592.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_28593.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_28594.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_28595.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_28596.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_28597.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_28598.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_28600.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_28601.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_28603.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_28604.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_28606.TXT %%DATADIR%%/mapping-wikipedia.org/CP_3021.TXT %%DATADIR%%/mapping-wikipedia.org/CP_3848.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_708.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_720.TXT %%DATADIR%%/mapping-wikipedia.org/CP_773.TXT +%%DATADIR%%/mapping-wikipedia.org/CP_776.TXT %%DATADIR%%/mapping-wikipedia.org/CP_777.TXT %%DATADIR%%/mapping-wikipedia.org/CP_778.TXT %%DATADIR%%/mapping-wikipedia.org/CP_851.TXT %%DATADIR%%/mapping-wikipedia.org/CP_853.TXT %%DATADIR%%/mapping-wikipedia.org/CP_899.TXT %%DATADIR%%/mapping/ASCII.TXT +%%DATADIR%%/mapping/CAPITAL_SMALL.TXT +%%DATADIR%%/mapping/DECOMPOSITION.TXT %%DATADIR%%/mapping/MAIN.TXT %%DATADIR%%/translations/de.lng %%DATADIR%%/translations/en.lng %%DATADIR%%/translations/es.lng %%DATADIR%%/translations/fr.lng %%DATADIR%%/translations/it.lng %%DATADIR%%/translations/nl.lng %%DATADIR%%/translations/pl.lng %%DATADIR%%/translations/ru.lng +share/icons/hicolor/1024x1024/apps/dosbox-staging.png +share/icons/hicolor/128x128/apps/dosbox-staging.png share/icons/hicolor/16x16/apps/dosbox-staging.png share/icons/hicolor/22x22/apps/dosbox-staging.png share/icons/hicolor/24x24/apps/dosbox-staging.png +share/icons/hicolor/256x256/apps/dosbox-staging.png share/icons/hicolor/32x32/apps/dosbox-staging.png +share/icons/hicolor/48x48/apps/dosbox-staging.png +share/icons/hicolor/512x512/apps/dosbox-staging.png +share/icons/hicolor/96x96/apps/dosbox-staging.png share/icons/hicolor/scalable/apps/dosbox-staging.svg share/metainfo/dosbox-staging.metainfo.xml