yabause-gtk: remove package

gtk2, dead upstream
This commit is contained in:
Michal Vasilek 2022-08-02 18:40:40 +02:00 committed by Andrew Benson
parent 9db6c17d41
commit 4f364c094c
5 changed files with 1 additions and 53 deletions

View File

@ -422,6 +422,7 @@ replaces="
xmonad<=0.15_5
xnoise-devel<=0.2.21_4
xnoise<=0.2.21_4
yabause-gtk<=0.9.15_2
yt-play<=20140117_2
yturl<=2.0.2_5
zbackup<=1.4.4_23

View File

@ -1,13 +0,0 @@
Index: src/CMakeLists.txt
===================================================================
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -659,7 +659,7 @@ else ()
set(yabause_SOURCES ${yabause_SOURCES} sock-dummy.c thr-dummy.c)
endif ()
-set(YAB_OPTIMIZATION "-O3" CACHE STRING "Override optimization level")
+set(YAB_OPTIMIZATION "" CACHE STRING "Override optimization level")
if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "i686")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${YAB_OPTIMIZATION} -march=i686 -msse")

View File

@ -1,20 +0,0 @@
--- a/src/sh2_dynarec/linkage_x64.s 2013-03-11 20:29:53.112870900 +0100
+++ b/src/sh2_dynarec/linkage_x64.s 2013-03-11 20:31:48.856778600 +0100
@@ -747,3 +747,7 @@ breakpoint:
ret
/* Set breakpoint here for debugging */
.size breakpoint, .-breakpoint
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
--- a/src/sh2_dynarec/linkage_x86.s 2013-03-11 20:30:08.157693100 +0100
+++ b/src/sh2_dynarec/linkage_x86.s 2013-03-11 20:32:30.993310600 +0100
@@ -743,3 +743,7 @@ breakpoint:
ret
/* Set breakpoint here for debugging */
.size breakpoint, .-breakpoint
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif

View File

@ -1,19 +0,0 @@
# Template file for 'yabause-gtk'
pkgname=yabause-gtk
version=0.9.15
revision=2
wrksrc="${pkgname%-gtk}-${version}"
build_style=cmake
configure_args="-DYAB_PORTS=gtk -DYAB_NETWORK=ON -DYAB_OPTIMIZED_DMA=ON"
hostmakedepends="pkg-config"
makedepends="libXmu-devel libfreeglut-devel gtkglext-devel libopenal-devel SDL2-devel"
depends="desktop-file-utils"
short_desc="Sega Saturn emulator with GTK UI)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://yabause.org/"
distfiles="https://download.tuxfamily.org/yabause/releases/${version}/yabause-${version}.tar.gz"
checksum=4334c43fe0f3ff297bac8e91f4e059fe5fd276291faff2489e37b5b3a4ccc2b2
nopie=yes
# Would need m68kmake built for the host
nocross=yes

View File

@ -1 +0,0 @@
pkgname="${pkgname%-gtk}"