head	1.17;
access;
symbols
	pkgsrc-2023Q3:1.13.0.2
	pkgsrc-2023Q3-base:1.13
	pkgsrc-2023Q2:1.10.0.2
	pkgsrc-2023Q2-base:1.10
	pkgsrc-2023Q1:1.9.0.2
	pkgsrc-2023Q1-base:1.9
	pkgsrc-2022Q4:1.7.0.4
	pkgsrc-2022Q4-base:1.7
	pkgsrc-2022Q3:1.7.0.2
	pkgsrc-2022Q3-base:1.7
	pkgsrc-2022Q2:1.5.0.4
	pkgsrc-2022Q2-base:1.5
	pkgsrc-2022Q1:1.5.0.2
	pkgsrc-2022Q1-base:1.5
	pkgsrc-2021Q4:1.4.0.2
	pkgsrc-2021Q4-base:1.4
	pkgsrc-2021Q3:1.3.0.2
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.2.0.2
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.1.0.4
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.2
	pkgsrc-2020Q4-base:1.1;
locks; strict;
comment	@# @;


1.17
date	2023.11.14.18.03.43;	author nia;	state dead;
branches;
next	1.16;
commitid	wa4vxkfgGoTmzBME;

1.16
date	2023.11.14.14.01.48;	author wiz;	state Exp;
branches;
next	1.15;
commitid	BZ5vzwBRof1beAME;

1.15
date	2023.11.12.13.21.23;	author wiz;	state Exp;
branches;
next	1.14;
commitid	SjpNXQIV5XeZ3kME;

1.14
date	2023.10.21.17.10.09;	author gdt;	state Exp;
branches;
next	1.13;
commitid	Sr0Nb6aaZLDw2wJE;

1.13
date	2023.08.04.17.06.48;	author nia;	state Exp;
branches;
next	1.12;
commitid	Pz7RIBrjr2ycxuzE;

1.12
date	2023.08.02.16.17.16;	author nia;	state Exp;
branches;
next	1.11;
commitid	i87BGOoxRJYZjezE;

1.11
date	2023.07.09.20.27.59;	author nia;	state Exp;
branches;
next	1.10;
commitid	vHbq57EDKLL1uawE;

1.10
date	2023.05.06.19.09.14;	author ryoon;	state Exp;
branches;
next	1.9;
commitid	U0SnpK5fQpHc6WnE;

1.9
date	2023.01.29.21.16.02;	author ryoon;	state Exp;
branches;
next	1.8;
commitid	QL7aBXsBGmQvUtbE;

1.8
date	2023.01.03.17.37.05;	author wiz;	state Exp;
branches;
next	1.7;
commitid	vvAqE6UmuqFFx78E;

1.7
date	2022.09.11.12.51.34;	author wiz;	state Exp;
branches;
next	1.6;
commitid	5DT6DUEaifG2DrTD;

1.6
date	2022.08.11.05.08.20;	author gutteridge;	state Exp;
branches;
next	1.5;
commitid	yKydzoO42ClN3qPD;

1.5
date	2022.03.28.10.53.04;	author tnn;	state Exp;
branches;
next	1.4;
commitid	6w2OBZ9tOc7mlYxD;

1.4
date	2021.12.08.16.04.18;	author adam;	state Exp;
branches;
next	1.3;
commitid	2PyWjHx5T8rqARjD;

1.3
date	2021.09.08.21.05.01;	author nia;	state Exp;
branches;
next	1.2;
commitid	6PGjeVec6yMAbc8D;

1.2
date	2021.05.14.06.58.31;	author nia;	state Exp;
branches;
next	1.1;
commitid	EdCEVlsCPOTMg5TC;

1.1
date	2020.09.29.12.23.03;	author nia;	state Exp;
branches;
next	;
commitid	h2Z9VCxx7MxpmWpC;


desc
@@


1.17
log
@Remove emulators/pcsxr (use mednafen or duckstation-qt instead)

Too much code rot means this no longer runs games.
@
text
@# $NetBSD: Makefile,v 1.16 2023/11/14 14:01:48 wiz Exp $

DISTNAME=	pcsxr-1.9.95.20190306
PKGREVISION=	11
CATEGORIES=	emulators
MASTER_SITES=	${MASTER_SITE_GITHUB:=iCatButler/}
GITHUB_PROJECT=	pcsxr
GITHUB_TAG=	62467b86871aee3d70c7445f3cb79f0858ec566e

MAINTAINER=	nia@@NetBSD.org
HOMEPAGE=	https://github.com/iCatButler/pcsxr
COMMENT=	Sony PlayStation emulator
LICENSE=	gnu-gpl-v3

USE_TOOLS+=	pkg-config
USE_LANGUAGES=	c c++

USE_CMAKE=	yes

# error: 'for' loop initial declarations are only allowed in C99 mode
# uses typeof, needs GNU extensions
FORCE_C_STD=	gnu99

.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} != "Linux"
CMAKE_ARGS+=	-DDL_LIB=""
.endif

.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
NOT_PAX_MPROTECT_SAFE=	bin/pcsxr
.endif

.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXv/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.16
log
@*: recursive bump for cairo dependency changes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.15 2023/11/12 13:21:23 wiz Exp $
@


1.15
log
@*: revebump for new brotli option for freetype2

Addresses PR 57693
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.14 2023/10/21 17:10:09 gdt Exp $
d4 1
a4 1
PKGREVISION=	10
@


1.14
log
@recursive revbump for tiff update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.13 2023/08/04 17:06:48 nia Exp $
d4 1
a4 1
PKGREVISION=	9
@


1.13
log
@pcsxr: use gnu99 for typeof
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.12 2023/08/02 16:17:16 nia Exp $
d4 1
a4 1
PKGREVISION=	8
@


1.12
log
@*: Use FORCE_C_STD=c99 for C packages that use for loop initial
declarations without setting -std=c99.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2023/07/09 20:27:59 nia Exp $
d21 2
a22 1
FORCE_C_STD=	c99
@


1.11
log
@pcsxr: Assumes compiler defaults to c99
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2023/05/06 19:09:14 ryoon Exp $
d16 1
a16 2
# error: 'for' loop initial declarations are only allowed in C99 mode
USE_LANGUAGES=	c99 c++
d20 3
@


1.10
log
@*: Recursive revbump from audio/libopus 1.4
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2023/01/29 21:16:02 ryoon Exp $
d16 2
a17 1
USE_LANGUAGES=	c c++
@


1.9
log
@*: Recursive revbup from graphics/freetype2
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2023/01/03 17:37:05 wiz Exp $
d4 1
a4 1
PKGREVISION=	7
@


1.8
log
@*: recursive bump for tiff shlib major bump
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2022/09/11 12:51:34 wiz Exp $
d4 1
a4 1
PKGREVISION=	6
@


1.7
log
@*: bump PKGREVISION for flac shlib bump
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2022/08/11 05:08:20 gutteridge Exp $
d4 1
a4 1
PKGREVISION=	5
@


1.6
log
@Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/03/28 10:53:04 tnn Exp $
d4 1
a4 1
PKGREVISION=	4
@


1.5
log
@{c,d,e}*/*: revbump(1) for libsndfile
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2021/12/08 16:04:18 adam Exp $
d4 1
a4 1
PKGREVISION=	3
@


1.4
log
@revbump for icu and libffi
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2021/09/08 21:05:01 nia Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.3
log
@Recursive revbump for audio/jack
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2021/05/14 06:58:31 nia Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.2
log
@pcsxr: needs libXv
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2020/09/29 12:23:03 nia Exp $
d4 1
@


1.1
log
@emulators: Add pcsxr.

PCSX-Reloaded is a forked version of the dead PCSX PlayStation emulator, with
a nicer interface and several improvements to stability and functionality.

PCSX-Reloaded uses the PSEMU plugin interface to provide most functionality;
without them, you will not be able to use it to play games. PCSX-Reloaded
provides a number of plugins to provide basic functionality out of the box.
@
text
@d1 1
a1 1
# $NetBSD$
d35 1
@

