mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] libdrm: version bump 2.4.88 -> 2.4.89
@ 2018-01-11 10:19 Lucas Stach
  2018-01-11 10:19 ` [ptxdist] [PATCH 2/2] libtxc_dxtn: remove Lucas Stach
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2018-01-11 10:19 UTC (permalink / raw)
  To: ptxdist

Mostly AMDGPU and a few etnaviv enhancements.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/libdrm.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libdrm.make b/rules/libdrm.make
index 169d98c12c67..a651e21022b8 100644
--- a/rules/libdrm.make
+++ b/rules/libdrm.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBDRM) += libdrm
 #
 # Paths and names
 #
-LIBDRM_VERSION	:= 2.4.88
-LIBDRM_MD5	:= 090c1a93d92a1549df2514de0566cd50
+LIBDRM_VERSION	:= 2.4.89
+LIBDRM_MD5	:= 4379fa4e3868feb5d5319c854a8280f8
 LIBDRM		:= libdrm-$(LIBDRM_VERSION)
 LIBDRM_SUFFIX	:= tar.gz
 LIBDRM_URL	:= http://dri.freedesktop.org/libdrm/$(LIBDRM).$(LIBDRM_SUFFIX)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ptxdist] [PATCH 2/2] libtxc_dxtn: remove
  2018-01-11 10:19 [ptxdist] [PATCH 1/2] libdrm: version bump 2.4.88 -> 2.4.89 Lucas Stach
@ 2018-01-11 10:19 ` Lucas Stach
  0 siblings, 0 replies; 2+ messages in thread
From: Lucas Stach @ 2018-01-11 10:19 UTC (permalink / raw)
  To: ptxdist

The S3TC patent has expired and the functionality of libtxc_dxtn has been
integrated into Mesa 17.3.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/libtxc_dxtn.in   | 12 ------------
 rules/libtxc_dxtn.make | 53 --------------------------------------------------
 2 files changed, 65 deletions(-)
 delete mode 100644 rules/libtxc_dxtn.in
 delete mode 100644 rules/libtxc_dxtn.make

diff --git a/rules/libtxc_dxtn.in b/rules/libtxc_dxtn.in
deleted file mode 100644
index f838010bf482..000000000000
--- a/rules/libtxc_dxtn.in
+++ /dev/null
@@ -1,12 +0,0 @@
-## SECTION=multimedia_libs
-
-config LIBTXC_DXTN
-	tristate
-	select MESALIB	if BUILDTIME
-	prompt "libtxc_dxtn"
-	help
-	  This library enables S3TC texture compression support in the
-	  open-source MESA OpenGL implementation.
-	  NOTE: S3TC is patent encumbered until at least 2017, so you
-	  may need to licence this patent and/or seek legal advice in
-	  order to ship products including this feature. 
diff --git a/rules/libtxc_dxtn.make b/rules/libtxc_dxtn.make
deleted file mode 100644
index 702b76e25bf7..000000000000
--- a/rules/libtxc_dxtn.make
+++ /dev/null
@@ -1,53 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2016 by Lucas Stach <l.stach@pengutronix.de>
-#
-# See CREDITS for details about who has contributed to this project.
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_LIBTXC_DXTN) += libtxc_dxtn
-
-#
-# Paths and names
-#
-LIBTXC_DXTN_VERSION	:= 1.0.1
-LIBTXC_DXTN_MD5		:= 7105107f07ac49753f4b61ba9d0c79c5
-LIBTXC_DXTN		:= libtxc_dxtn-$(LIBTXC_DXTN_VERSION)
-LIBTXC_DXTN_SUFFIX	:= tar.bz2
-LIBTXC_DXTN_URL		:= http://people.freedesktop.org/~cbrill/libtxc_dxtn/$(LIBTXC_DXTN).$(LIBTXC_DXTN_SUFFIX)
-LIBTXC_DXTN_SOURCE	:= $(SRCDIR)/$(LIBTXC_DXTN).$(LIBTXC_DXTN_SUFFIX)
-LIBTXC_DXTN_DIR		:= $(BUILDDIR)/$(LIBTXC_DXTN)
-LIBTXC_DXTN_LICENSE	:= MIT
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-LIBTXC_DXTN_CONF_TOOL	:= autoconf
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libtxc_dxtn.targetinstall:
-	@$(call targetinfo)
-
-	@$(call install_init, libtxc_dxtn)
-	@$(call install_fixup, libtxc_dxtn,PRIORITY,optional)
-	@$(call install_fixup, libtxc_dxtn,SECTION,base)
-	@$(call install_fixup, libtxc_dxtn,AUTHOR,"Lucas Stach <l.stach@pengutronix.de>")
-	@$(call install_fixup, libtxc_dxtn,DESCRIPTION,missing)
-
-	@$(call install_lib, libtxc_dxtn, 0, 0, 0644, libtxc_dxtn)
-
-	@$(call install_finish, libtxc_dxtn)
-
-	@$(call touch)
-
-# vim: syntax=make
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-11 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-11 10:19 [ptxdist] [PATCH 1/2] libdrm: version bump 2.4.88 -> 2.4.89 Lucas Stach
2018-01-11 10:19 ` [ptxdist] [PATCH 2/2] libtxc_dxtn: remove Lucas Stach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox