View | Details | Raw Unified | Return to bug 245259 | Differences between
and this patch

Collapse All | Expand All

(-)multimedia/kodi-addon-game.libretro-devel/Makefile (+27 lines)
Line 0 Link Here
1
# Created by: Rozhuk Ivan <rozhuk.im@gmail.com>
2
# $FreeBSD$
3
4
PORTNAME=	game.libretro
5
PORTVERSION=	2.0.1
6
DISTVERSIONSUFFIX=	-Matrix
7
CATEGORIES=	games
8
PKGNAMEPREFIX=	kodi-addon-
9
PKGNAMESUFFIX=	-devel
10
11
MAINTAINER=	rozhuk.im@gmail.com
12
COMMENT=	Libretro compatibility layer for the Kodi Game API
13
14
LICENSE=	GPLv2+
15
16
BUILD_DEPENDS=	kodi-devel>=19.0.a20200318:multimedia/kodi-devel
17
LIB_DEPENDS=	libtinyxml.so:textproc/tinyxml \
18
		libp8-platform.so:devel/p8-platform
19
RUN_DEPENDS=	kodi-devel>=19.0.a20200318:multimedia/kodi-devel
20
21
USES=		cmake localbase
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	kodi-game
24
25
PLIST_SUB=	SOVERSION=${PORTVERSION}
26
27
.include <bsd.port.mk>
(-)multimedia/kodi-addon-game.libretro-devel/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1585760505
2
SHA256 (kodi-game-game.libretro-2.0.1-Matrix_GH0.tar.gz) = 1251deb70692bc4ab4bbfb78d335c14c4de86522f33fec30fa97ccc7863bc2b8
3
SIZE (kodi-game-game.libretro-2.0.1-Matrix_GH0.tar.gz) = 110297
(-)multimedia/kodi-addon-game.libretro-devel/pkg-descr (+8 lines)
Line 0 Link Here
1
This add-on provides a wrapper that allows Libretro cores to be loaded
2
as game add-ons. Libretro cores are shared libraries that use the
3
Libretro API, so the wrapper is responsible for translating function
4
calls between the Libretro API and the Game API.
5
6
This port is for multimedia/kodi-devel only.
7
8
WWW: https://github.com/kodi-game/game.libretro
(-)multimedia/kodi-addon-game.libretro-devel/pkg-plist (+7 lines)
Line 0 Link Here
1
lib/kodi/addons/game.libretro/game.libretro.so
2
lib/kodi/addons/game.libretro/game.libretro.so.19.0
3
lib/kodi/addons/game.libretro/game.libretro.so.%%SOVERSION%%
4
share/kodi/addons/game.libretro/addon.xml
5
share/kodi/addons/game.libretro/icon.png
6
share/kodi/addons/game.libretro/resources/language/resource.language.en_gb/strings.po
7
share/kodi/addons/game.libretro/resources/settings.xml

Return to bug 245259