summary : RetroArch is the official reference frontend for the libretro API
-description: Simple frontend for the libretro API. Stable version.
+description: |
+ RetroArch is the reference frontend for the libretro API. Popular examples of implementations for this API includes videogame system emulators and game engines, but also more generalized 3D programs. These programs are instantiated as dynamic libraries. We refer to these as "libretro cores".
+
+ Make sure to download assets to fix black boxes as icons.
builddeps :
- pkgconfig(alsa)
- pkgconfig(freetype2)
- - pkgconfig(gl)
- pkgconfig(glu)
- pkgconfig(libavcodec)
- pkgconfig(libpng)
@@ -19,20 +21,15 @@
- pkgconfig(libv4l2)
- pkgconfig(openal)
- pkgconfig(sdl2)
+ - pkgconfig(vulkan)
- pkgconfig(x11)
- pkgconfig(xi)
- pkgconfig(xinerama)
- pkgconfig(xv)
- - git
- - libpth-devel
- - vulkan
-rundeps :
- - xset
setup : |
./configure --prefix=/usr \
--enable-al \
--enable-alsa \
- --enable-cheevos \
--enable-dbus \
--enable-ffmpeg \
--enable-freetype \
@@ -47,7 +44,8 @@
--enable-vulkan \
--enable-wayland \
--enable-x11 \
- --enable-zlib
+ --enable-zlib \
+ --enable-sse \
build : |
%make
%make -C gfx/video_filters
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,19 +2,25 @@
<Source>
<Name>retroarch</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>fabio0x@keemail.me</Email>
</Packager>
<License>GPL-2.0</License>
<PartOf>games.emulator</PartOf>
<Summary xml:lang="en">RetroArch is the official reference frontend for the libretro API</Summary>
- <Description xml:lang="en">Simple frontend for the libretro API. Stable version.</Description>
+ <Description xml:lang="en">RetroArch is the reference frontend for the libretro API. Popular examples of implementations for this API includes videogame system emulators and game engines, but also more generalized 3D programs. These programs are instantiated as dynamic libraries. We refer to these as "libretro cores".
+
+Make sure to download assets to fix black boxes as icons.
<Summary xml:lang="en">RetroArch is the official reference frontend for the libretro API</Summary>
- <Description xml:lang="en">Simple frontend for the libretro API. Stable version.</Description>
+ <Description xml:lang="en">RetroArch is the reference frontend for the libretro API. Popular examples of implementations for this API includes videogame system emulators and game engines, but also more generalized 3D programs. These programs are instantiated as dynamic libraries. We refer to these as "libretro cores".
+
+Make sure to download assets to fix black boxes as icons.