Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : snes9x-gtk | name : snes9x-gtk | ||||
| version : 1.54.1 | version : '1.55' | ||||
| release : 7 | release : 8 | ||||
| homepage : http://www.snes9x.com | homepage : http://www.snes9x.com | ||||
| source : | source : | ||||
| - https://github.com/snes9xgit/snes9x/archive/1.54.1.tar.gz : 85862a22498bc418c37bd7c81a3089d9cc00af279b91e5f7fa8bea05e2e3027b | - https://github.com/snes9xgit/snes9x/archive/1.55.tar.gz : d6b7e5a4cd786f23ff538b81cf816c6dbe37ddab02afe13e3fe54889e99860da | ||||
| license : | license : | ||||
| - GPL-2.0 | - GPL-2.0 | ||||
| - LGPL-2.1 | - LGPL-2.1 | ||||
| component : games.emulator | component : games.emulator | ||||
| summary : Snes9x - Portable Super Nintendo Entertainment System (TM) emulator | summary : Snes9x - Portable Super Nintendo Entertainment System (TM) emulator | ||||
| description: | | description: | | ||||
| Snes9x - Portable Super Nintendo Entertainment System (TM) emulator. | Snes9x - Portable Super Nintendo Entertainment System (TM) emulator. | ||||
joebonrichie: Once again, since you are here can you replace the description with the following paragraph… | |||||
| builddeps : | builddeps : | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| - pkgconfig(glib-2.0) | - pkgconfig(glib-2.0) | ||||
| - pkgconfig(gtk+-2.0) | - pkgconfig(gtk+-2.0) | ||||
| - pkgconfig(libpulse) | - pkgconfig(libpulse) | ||||
| - pkgconfig(libxml-2.0) | - pkgconfig(libxml-2.0) | ||||
| - pkgconfig(portaudio-2.0) | - pkgconfig(portaudio-2.0) | ||||
| - pkgconfig(sdl) | - pkgconfig(sdl) | ||||
joebonrichieUnsubmitted Not Done Inline Actionssdl1-image-devel (pkgconfig(SDL_image)) depends on sdl1-devel (pkgconfig(sdl))` so this builddep shouldn't be necessary. joebonrichie: `sdl1-image-devel` (pkgconfig(SDL_image)) depends on `sdl1-devel` (pkgconfig(sdl))` so this… | |||||
joebonrichieUnsubmitted Not Done Inline ActionsI meant that pkgconfig(sdl) isn't required as sdl1-image-devel depends on sdl1-devel, not the other way around. Sorry for any confusion. joebonrichie: I meant that `pkgconfig(sdl)` isn't required as `sdl1-image-devel` depends on `sdl1-devel`, not… | |||||
| - pkgconfig(SDL_image) | - pkgconfig(SDL_image) | ||||
| - pkgconfig(xrandr) | - pkgconfig(xrandr) | ||||
| - pkgconfig(xv) | - pkgconfig(xv) | ||||
| - gawk | - gawk | ||||
| - intltool | - intltool | ||||
| - zlib-minizip-devel | |||||
joebonrichieUnsubmitted Not Done Inline ActionsShould be pkgconfig(minizip) (in alphabetical order) joebonrichie: Should be `pkgconfig(minizip)` (in alphabetical order) | |||||
| clang : no | clang : no | ||||
joebonrichieUnsubmitted Not Done Inline ActionsClang is default off, you can probably remove this. joebonrichie: Clang is default off, you can probably remove this. | |||||
| setup : | | setup : | | ||||
| cd gtk | cd gtk | ||||
| ./autogen.sh | ./autogen.sh | ||||
| ./configure --prefix=/usr --without-oss | ./configure --prefix=/usr --without-oss | ||||
| build : | | build : | | ||||
| %make -C gtk | %make -C gtk | ||||
| install : | | install : | | ||||
| install -dm644 %installroot%/usr/bin/ | install -dm644 %installroot%/usr/bin/ | ||||
| install -Dm0755 gtk/snes9x-gtk %installroot%/usr/bin/snes9x-gtk | install -Dm0755 gtk/snes9x-gtk %installroot%/usr/bin/snes9x-gtk | ||||
| install -Dm644 $pkgfiles/snes9x.png $installdir/usr/share/pixmaps/snes9x.png | install -Dm644 $pkgfiles/snes9x.png $installdir/usr/share/pixmaps/snes9x.png | ||||
| install -Dm644 $pkgfiles/snes9x-gtk.desktop $installdir/usr/share/applications/snes9x-gtk.desktop | install -Dm644 $pkgfiles/snes9x-gtk.desktop $installdir/usr/share/applications/snes9x-gtk.desktop | ||||
joebonrichieUnsubmitted Not Done Inline ActionsSince you are here updating the package, can you replace these with octal permissions .e.g -Dm00644, -Dm00755 joebonrichie: Since you are here updating the package, can you replace these with octal permissions .e.g `… | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Once again, since you are here can you replace the description with the following paragraph from their website to make it more descriptive. We prefer not to have identical summaries and descriptions.