mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
graphics/libtxc_dxtn: remove port
Remove libtxc_dxtn as s2tc is based on a newer version and includes extra components (command line tools for texture compression). s2tc is also based on a newer version than libtxc_dxtn. Approved by: x11 (dumbbell@)
This commit is contained in:
parent
0c5ef2dcab
commit
5904cb63a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412096
1
MOVED
1
MOVED
@ -8244,3 +8244,4 @@ graphics/hugin-2016||2016-03-22|overtaken by released version
|
||||
net/rubygem-omniauth-cas3||2016-03-28|Removed
|
||||
textproc/libvisio||2016-03-28|No longer used by other ports: use textproc/libvisio01 instead
|
||||
textproc/libe-book00||2016-03-28|No longer used by other ports: use textproc/libe-book instead
|
||||
graphics/libtxc_dxtn|graphics/s2tc|2016-03-29|Superseded by graphics/s2tc
|
||||
|
@ -532,7 +532,6 @@
|
||||
SUBDIR += libspiro
|
||||
SUBDIR += libsvg
|
||||
SUBDIR += libsvg-cairo
|
||||
SUBDIR += libtxc_dxtn
|
||||
SUBDIR += libvisual
|
||||
SUBDIR += libvisual04
|
||||
SUBDIR += libvisual04-plugins
|
||||
|
@ -1,31 +0,0 @@
|
||||
# Created by: Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libtxn_dxtn
|
||||
PORTVERSION= 20140604
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= Subset of a well-known texture compression scheme
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= libGL>=9.1.7:${PORTSDIR}/graphics/libGL
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= divVerent
|
||||
GH_PROJECT= s2tc
|
||||
GH_TAGNAME= 3d644da
|
||||
|
||||
USES= autoreconf libtool pathfix pkgconfig
|
||||
PATHFIX_MAKEFILEIN=Makefile.am
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS+=--disable-tools
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (divVerent-s2tc-20140604-3d644da_GH0.tar.gz) = 70c9b84b4b5a1df083b5b83f8de2cc1449aae11c56e502f5efc9b579fcc475fd
|
||||
SIZE (divVerent-s2tc-20140604-3d644da_GH0.tar.gz) = 1397344
|
@ -1,7 +0,0 @@
|
||||
S2TC is a patent-free S3TC compatible implementation and provides texture
|
||||
compression to Mesa.
|
||||
|
||||
The library is automatically loaded if present and adds the OpenGL extensions
|
||||
GL_S3_s3tc and GL_EXT_texture_compression_s3tc.
|
||||
|
||||
WWW: https://github.com/divVerent/s2tc
|
@ -1,6 +0,0 @@
|
||||
include/txc_dxtn.h
|
||||
lib/libtxc_dxtn.a
|
||||
lib/libtxc_dxtn.so
|
||||
lib/libtxc_dxtn.so.0
|
||||
lib/libtxc_dxtn.so.0.0.0
|
||||
libdata/pkgconfig/txc_dxtn.pc
|
Loading…
Reference in New Issue
Block a user