mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
[NEW PORT] graphics/linux-sdl_image: A simple library to load images
as SDL interfaces (linux version) This is a simple library to load images of various formats as SDL surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats. (Linux version) WWW: http://www.libsdl.org/projects/SDL_image/ PR: ports/71552 Submitted by: Nicola Vitale <nivit@email.it>
This commit is contained in:
parent
1dd8be6ecf
commit
2020a142a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124906
13 changed files with 178 additions and 0 deletions
|
@ -284,6 +284,7 @@
|
|||
SUBDIR += linux-panorama-tools
|
||||
SUBDIR += linux-png
|
||||
SUBDIR += linux-png10
|
||||
SUBDIR += linux-sdl_image
|
||||
SUBDIR += linux-tiff
|
||||
SUBDIR += linux-ungif
|
||||
SUBDIR += linux_dri
|
||||
|
|
45
graphics/linux-f10-sdl_image/Makefile
Normal file
45
graphics/linux-f10-sdl_image/Makefile
Normal file
|
@ -0,0 +1,45 @@
|
|||
# New ports collection makefile for: linux-sdl_image
|
||||
# Date created: 09 July 2004
|
||||
# Whom: Nicola Vitale <nivit@email.it>
|
||||
# Based on: devel/linux-sdl12 by martin@tradex.sk
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sdl_image
|
||||
PORTVERSION= 1.2.3
|
||||
CATEGORIES= graphics linux
|
||||
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= SDL_image-${PORTVERSION}-1.${MACHINE_ARCH}
|
||||
EXTRACT_SUFX= .rpm
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= nivit@users.sourceforge.net
|
||||
COMMENT= A simple library to load images as SDL interfaces (linux version)
|
||||
|
||||
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12
|
||||
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
|
||||
|
||||
USE_LINUX_PREFIX= yes
|
||||
USE_LINUX_RPM= yes
|
||||
LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
DIST_SUBDIR= rpm
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
|
||||
DBPATH= /var/lib/rpm
|
||||
RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \
|
||||
--nodeps --replacepkgs
|
||||
.if defined(NOPORTDOCS)
|
||||
RPMFLAGS+= --excludedocs
|
||||
.endif
|
||||
RPMDIR= ${DISTDIR}/${DIST_SUBDIR}
|
||||
|
||||
do-install:
|
||||
@${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES}
|
||||
@${LDCONFIG_LINUX}
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/linux-f10-sdl_image/distinfo
Normal file
2
graphics/linux-f10-sdl_image/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (rpm/SDL_image-1.2.3-1.i386.rpm) = 28556ddd55a16705b5a30cf45a28e78a
|
||||
SIZE (rpm/SDL_image-1.2.3-1.i386.rpm) = 133312
|
6
graphics/linux-f10-sdl_image/pkg-descr
Normal file
6
graphics/linux-f10-sdl_image/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This is a simple library to load images of various formats as SDL surfaces.
|
||||
This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
|
||||
|
||||
(Linux version)
|
||||
|
||||
WWW: http://www.libsdl.org/projects/SDL_image/
|
6
graphics/linux-f10-sdl_image/pkg-plist
Normal file
6
graphics/linux-f10-sdl_image/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%PORTDOCS%%usr/doc/SDL_image-1.2.3/CHANGES
|
||||
%%PORTDOCS%%usr/doc/SDL_image-1.2.3/COPYING
|
||||
%%PORTDOCS%%usr/doc/SDL_image-1.2.3/README
|
||||
usr/lib/libSDL_image-1.2.so.0
|
||||
usr/lib/libSDL_image-1.2.so.0.1.2
|
||||
@dirrm usr/doc/SDL_image-1.2.3
|
45
graphics/linux-f8-sdl_image/Makefile
Normal file
45
graphics/linux-f8-sdl_image/Makefile
Normal file
|
@ -0,0 +1,45 @@
|
|||
# New ports collection makefile for: linux-sdl_image
|
||||
# Date created: 09 July 2004
|
||||
# Whom: Nicola Vitale <nivit@email.it>
|
||||
# Based on: devel/linux-sdl12 by martin@tradex.sk
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sdl_image
|
||||
PORTVERSION= 1.2.3
|
||||
CATEGORIES= graphics linux
|
||||
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= SDL_image-${PORTVERSION}-1.${MACHINE_ARCH}
|
||||
EXTRACT_SUFX= .rpm
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= nivit@users.sourceforge.net
|
||||
COMMENT= A simple library to load images as SDL interfaces (linux version)
|
||||
|
||||
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12
|
||||
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
|
||||
|
||||
USE_LINUX_PREFIX= yes
|
||||
USE_LINUX_RPM= yes
|
||||
LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
DIST_SUBDIR= rpm
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
|
||||
DBPATH= /var/lib/rpm
|
||||
RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \
|
||||
--nodeps --replacepkgs
|
||||
.if defined(NOPORTDOCS)
|
||||
RPMFLAGS+= --excludedocs
|
||||
.endif
|
||||
RPMDIR= ${DISTDIR}/${DIST_SUBDIR}
|
||||
|
||||
do-install:
|
||||
@${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES}
|
||||
@${LDCONFIG_LINUX}
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/linux-f8-sdl_image/distinfo
Normal file
2
graphics/linux-f8-sdl_image/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (rpm/SDL_image-1.2.3-1.i386.rpm) = 28556ddd55a16705b5a30cf45a28e78a
|
||||
SIZE (rpm/SDL_image-1.2.3-1.i386.rpm) = 133312
|
6
graphics/linux-f8-sdl_image/pkg-descr
Normal file
6
graphics/linux-f8-sdl_image/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This is a simple library to load images of various formats as SDL surfaces.
|
||||
This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
|
||||
|
||||
(Linux version)
|
||||
|
||||
WWW: http://www.libsdl.org/projects/SDL_image/
|
6
graphics/linux-f8-sdl_image/pkg-plist
Normal file
6
graphics/linux-f8-sdl_image/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%PORTDOCS%%usr/doc/SDL_image-1.2.3/CHANGES
|
||||
%%PORTDOCS%%usr/doc/SDL_image-1.2.3/COPYING
|
||||
%%PORTDOCS%%usr/doc/SDL_image-1.2.3/README
|
||||
usr/lib/libSDL_image-1.2.so.0
|
||||
usr/lib/libSDL_image-1.2.so.0.1.2
|
||||
@dirrm usr/doc/SDL_image-1.2.3
|
45
graphics/linux-sdl_image/Makefile
Normal file
45
graphics/linux-sdl_image/Makefile
Normal file
|
@ -0,0 +1,45 @@
|
|||
# New ports collection makefile for: linux-sdl_image
|
||||
# Date created: 09 July 2004
|
||||
# Whom: Nicola Vitale <nivit@email.it>
|
||||
# Based on: devel/linux-sdl12 by martin@tradex.sk
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sdl_image
|
||||
PORTVERSION= 1.2.3
|
||||
CATEGORIES= graphics linux
|
||||
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= SDL_image-${PORTVERSION}-1.${MACHINE_ARCH}
|
||||
EXTRACT_SUFX= .rpm
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= nivit@users.sourceforge.net
|
||||
COMMENT= A simple library to load images as SDL interfaces (linux version)
|
||||
|
||||
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12
|
||||
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
|
||||
|
||||
USE_LINUX_PREFIX= yes
|
||||
USE_LINUX_RPM= yes
|
||||
LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
DIST_SUBDIR= rpm
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
|
||||
DBPATH= /var/lib/rpm
|
||||
RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \
|
||||
--nodeps --replacepkgs
|
||||
.if defined(NOPORTDOCS)
|
||||
RPMFLAGS+= --excludedocs
|
||||
.endif
|
||||
RPMDIR= ${DISTDIR}/${DIST_SUBDIR}
|
||||
|
||||
do-install:
|
||||
@${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES}
|
||||
@${LDCONFIG_LINUX}
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/linux-sdl_image/distinfo
Normal file
2
graphics/linux-sdl_image/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (rpm/SDL_image-1.2.3-1.i386.rpm) = 28556ddd55a16705b5a30cf45a28e78a
|
||||
SIZE (rpm/SDL_image-1.2.3-1.i386.rpm) = 133312
|
6
graphics/linux-sdl_image/pkg-descr
Normal file
6
graphics/linux-sdl_image/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This is a simple library to load images of various formats as SDL surfaces.
|
||||
This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
|
||||
|
||||
(Linux version)
|
||||
|
||||
WWW: http://www.libsdl.org/projects/SDL_image/
|
6
graphics/linux-sdl_image/pkg-plist
Normal file
6
graphics/linux-sdl_image/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%PORTDOCS%%usr/doc/SDL_image-1.2.3/CHANGES
|
||||
%%PORTDOCS%%usr/doc/SDL_image-1.2.3/COPYING
|
||||
%%PORTDOCS%%usr/doc/SDL_image-1.2.3/README
|
||||
usr/lib/libSDL_image-1.2.so.0
|
||||
usr/lib/libSDL_image-1.2.so.0.1.2
|
||||
@dirrm usr/doc/SDL_image-1.2.3
|
Loading…
Add table
Reference in a new issue