Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10821871
D1797.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
7 KB
Referenced Files
None
Subscribers
None
D1797.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,11 +1,11 @@
name : retroarch
-version : 1.6.7
-release : 20
+version : 1.7.0
+release : 21
source :
- - https://github.com/libretro/RetroArch/archive/v1.6.7.tar.gz : 212f281d3febde1df27d2edd5de3ced5be86c816b3f13614754495e4a62e778f
+ - https://github.com/libretro/RetroArch/archive/v1.7.0.tar.gz : b32fa4a37ff777e9fe45eeef7ccf2e4e06520dd268584034f687a494dc9f5af1
license : GPL-2.0
component : games.emulator
-summary : RetroArch is the official reference frontend for the libretro API.
+summary : RetroArch is the official reference frontend for the libretro API
description: Simple frontend for the libretro API. Stable version.
builddeps :
- pkgconfig(alsa)
@@ -33,6 +33,7 @@
--enable-al \
--enable-alsa \
--enable-cheevos \
+ --enable-dbus \
--enable-ffmpeg \
--enable-freetype \
--enable-libusb \
@@ -49,5 +50,10 @@
--enable-zlib
build : |
%make
+ %make -C gfx/video_filters
+ %make -C libretro-common/audio/dsp_filters
install : |
%make_install
+
+ install -D -m00644 libretro-common/audio/dsp_filters/*.{dsp,so} -t $installdir/%libdir%/retroarch/filters/audio/
+ install -D -m00644 gfx/video_filters/*.{filt,so} -t $installdir/%libdir%/retroarch/filters/video/
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,35 +2,82 @@
<Source>
<Name>retroarch</Name>
<Packager>
- <Name>Justin Zobel</Name>
- <Email>justin@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</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>
+ <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>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>retroarch</Name>
- <Summary xml:lang="en">RetroArch is the official reference frontend for the libretro API.</Summary>
+ <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>
<PartOf>games.emulator</PartOf>
<Files>
<Path fileType="config">/etc/retroarch.cfg</Path>
<Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/BassBoost.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/ChipTuneEnhance.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/Chorus.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/Crystalizer.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/EQ.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/Echo.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/EchoReverb.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/HighShelfDampen.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/IIR.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/LowPassCPS.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/Mono.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/Panning.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/Phaser.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/Reverb.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/WahWah.dsp</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/chorus.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/crystalizer.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/echo.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/eq.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/iir.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/panning.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/phaser.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/reverb.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/audio/wahwah.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/2xBR.filt</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/2xSaI.filt</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/2xbr.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/2xsai.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/Blargg_NTSC_SNES_Composite.filt</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/Blargg_NTSC_SNES_RF.filt</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/Blargg_NTSC_SNES_RGB.filt</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/Blargg_NTSC_SNES_S-Video.filt</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/Darken.filt</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/EPX.filt</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/LQ2x.filt</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/Phosphor2x.filt</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/Scale2x.filt</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/Super2xSaI.filt</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/SuperEagle.filt</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/blargg_ntsc_snes.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/darken.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/epx.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/lq2x.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/phosphor2x.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/scale2x.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/super2xsai.so</Path>
+ <Path fileType="library">/usr/lib64/retroarch/filters/video/supereagle.so</Path>
<Path fileType="data">/usr/share/applications/retroarch.desktop</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/pixmaps/retroarch.svg</Path>
</Files>
</Package>
<History>
- <Update release="20">
- <Date>2017-08-28</Date>
- <Version>1.6.7</Version>
+ <Update release="21">
+ <Date>2017-12-27</Date>
+ <Version>1.7.0</Version>
<Comment>Packaging update</Comment>
- <Name>Justin Zobel</Name>
- <Email>justin@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 3 2023, 3:19 PM (9 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5849112
Default Alt Text
D1797.diff (7 KB)
Attached To
Mode
D1797: Update retroarch to 1.7.0
Attached
Detach File
Event Timeline
Log In to Comment