All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/gst-dsp: remove package
@ 2018-10-15 16:46 Matt Weber
  2018-10-15 16:46 ` [Buildroot] [PATCH 2/3] package/dsp-tools: " Matt Weber
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Matt Weber @ 2018-10-15 16:46 UTC (permalink / raw)
  To: buildroot

The suit of TI OMAP3 dsp tools/libraries are being removed as the
upstream projects are no longer active.

The gst-dsp package used the tidsp-binaries package.

Suggest using Buildroot 2018.02.6 LTS if the feature is still
required.

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
---

This patchset was started after an update was proposed to the TI DSP
related packages to fix upstream homepage URLS. It seems the upstream
stablized for this DSP feature set primarily for OMAP3 and then the
technology has not been moving forward with newer processors.
---
 Config.in.legacy                       |  6 ++++++
 package/gstreamer/Config.in            |  1 -
 package/gstreamer/gst-dsp/Config.in    |  8 --------
 package/gstreamer/gst-dsp/gst-dsp.hash |  2 --
 package/gstreamer/gst-dsp/gst-dsp.mk   | 20 --------------------
 5 files changed, 6 insertions(+), 31 deletions(-)
 delete mode 100644 package/gstreamer/gst-dsp/Config.in
 delete mode 100644 package/gstreamer/gst-dsp/gst-dsp.hash
 delete mode 100644 package/gstreamer/gst-dsp/gst-dsp.mk

diff --git a/Config.in.legacy b/Config.in.legacy
index c862532..acf578b 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,12 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2018.11"
 
+config BR2_PACKAGE_GST_DSP
+	bool "gst-dsp package removed"
+	select BR2_LEGACY
+	help
+	  The gst-dsp package was removed.
+
 config BR2_PACKAGE_BOOTUTILS
 	bool "bootutils package removed"
 	select BR2_LEGACY
diff --git a/package/gstreamer/Config.in b/package/gstreamer/Config.in
index c6292f4..e922437 100644
--- a/package/gstreamer/Config.in
+++ b/package/gstreamer/Config.in
@@ -7,7 +7,6 @@ source "package/gstreamer/gst-plugins-good/Config.in"
 source "package/gstreamer/gst-plugins-bad/Config.in"
 source "package/gstreamer/gst-plugins-ugly/Config.in"
 source "package/gstreamer/gst-ffmpeg/Config.in"
-source "package/gstreamer/gst-dsp/Config.in"
 source "package/gstreamer/gst-fsl-plugins/Config.in"
 source "package/gstreamer/gst-omapfb/Config.in"
 source "package/gstreamer/gst-plugin-x170/Config.in"
diff --git a/package/gstreamer/gst-dsp/Config.in b/package/gstreamer/gst-dsp/Config.in
deleted file mode 100644
index 102cf69..0000000
--- a/package/gstreamer/gst-dsp/Config.in
+++ /dev/null
@@ -1,8 +0,0 @@
-config BR2_PACKAGE_GST_DSP
-	bool "gst-dsp"
-	depends on BR2_cortex_a8
-	select BR2_PACKAGE_TIDSP_BINARIES
-	help
-	  GStreamer plug-in to access TI OMAP3 DSP algorithms.
-
-	  http://code.google.com/p/gst-dsp/
diff --git a/package/gstreamer/gst-dsp/gst-dsp.hash b/package/gstreamer/gst-dsp/gst-dsp.hash
deleted file mode 100644
index 3bccfc1..0000000
--- a/package/gstreamer/gst-dsp/gst-dsp.hash
+++ /dev/null
@@ -1,2 +0,0 @@
-# Locally computed:
-sha256 45437a038979916de74e78a2cc7a0b01ba3982d0848e1e483a054c9cf0ce5883  gst-dsp-v0.10.2.tar.gz
diff --git a/package/gstreamer/gst-dsp/gst-dsp.mk b/package/gstreamer/gst-dsp/gst-dsp.mk
deleted file mode 100644
index dedffb9..0000000
--- a/package/gstreamer/gst-dsp/gst-dsp.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-################################################################################
-#
-# gst-dsp
-#
-################################################################################
-
-GST_DSP_VERSION = v0.10.2
-GST_DSP_SITE = $(call github,felipec,gst-dsp,$(GST_DSP_VERSION))
-
-define GST_DSP_BUILD_CMDS
-	$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e
-endef
-
-define GST_DSP_INSTALL_TARGET_CMDS
-	$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
-endef
-
-GST_DSP_DEPENDENCIES = gstreamer tidsp-binaries host-pkgconf
-
-$(eval $(generic-package))
-- 
1.9.1

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

* [Buildroot] [PATCH 2/3] package/dsp-tools: remove package
  2018-10-15 16:46 [Buildroot] [PATCH 1/3] package/gst-dsp: remove package Matt Weber
@ 2018-10-15 16:46 ` Matt Weber
  2018-10-26 11:58   ` Peter Korsgaard
  2018-10-15 16:46 ` [Buildroot] [PATCH 3/3] package/tidsp-binaries: " Matt Weber
  2018-10-26 11:57 ` [Buildroot] [PATCH 1/3] package/gst-dsp: " Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Matt Weber @ 2018-10-15 16:46 UTC (permalink / raw)
  To: buildroot

The suit of TI OMAP3 dsp tools/libraries are being removed as the
upstream projects are no longer active.

The dsp-tools package used the tidsp-binaries package.

Suggest using Buildroot 2018.02.6 LTS if the feature is still
required.

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
---

This patchset was started after an update was proposed to the TI DSP
related packages to fix upstream homepage URLS. It seems the upstream
stablized for this DSP feature set primarily for OMAP3 and then the
technology has not been moving forward with newer processors.
---
 Config.in.legacy                 |  6 ++++++
 package/Config.in                |  1 -
 package/dsp-tools/Config.in      |  8 --------
 package/dsp-tools/dsp-tools.hash |  2 --
 package/dsp-tools/dsp-tools.mk   | 21 ---------------------
 5 files changed, 6 insertions(+), 32 deletions(-)
 delete mode 100644 package/dsp-tools/Config.in
 delete mode 100644 package/dsp-tools/dsp-tools.hash
 delete mode 100644 package/dsp-tools/dsp-tools.mk

diff --git a/Config.in.legacy b/Config.in.legacy
index acf578b..2089e82 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,12 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2018.11"
 
+config BR2_PACKAGE_DSP_TOOLS
+	bool "dsp-tools package removed"
+	select BR2_LEGACY
+	help
+	  The dsp-tools package was removed.
+
 config BR2_PACKAGE_GST_DSP
 	bool "gst-dsp package removed"
 	select BR2_LEGACY
diff --git a/package/Config.in b/package/Config.in
index 8d995f8..2b645cd 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -2097,7 +2097,6 @@ menu "System tools"
 	source "package/docker-containerd/Config.in"
 	source "package/docker-engine/Config.in"
 	source "package/docker-proxy/Config.in"
-	source "package/dsp-tools/Config.in"
 	source "package/efibootmgr/Config.in"
 	source "package/efivar/Config.in"
 	source "package/emlog/Config.in"
diff --git a/package/dsp-tools/Config.in b/package/dsp-tools/Config.in
deleted file mode 100644
index 0267454..0000000
--- a/package/dsp-tools/Config.in
+++ /dev/null
@@ -1,8 +0,0 @@
-config BR2_PACKAGE_DSP_TOOLS
-	bool "dsp-tools"
-	depends on BR2_cortex_a8
-	select BR2_PACKAGE_TIDSP_BINARIES
-	help
-	  Utilities for TI OMAP3 DSP.
-
-	  http://github.com/felipec/dsp-tools
diff --git a/package/dsp-tools/dsp-tools.hash b/package/dsp-tools/dsp-tools.hash
deleted file mode 100644
index cfcf06c..0000000
--- a/package/dsp-tools/dsp-tools.hash
+++ /dev/null
@@ -1,2 +0,0 @@
-# Locally computed:
-sha256 734a1d5f21fb388bdbe64f7b599fef52357c3c72ff860f38456a352e7c1c3e78  dsp-tools-v2.0.tar.gz
diff --git a/package/dsp-tools/dsp-tools.mk b/package/dsp-tools/dsp-tools.mk
deleted file mode 100644
index ec63bcd..0000000
--- a/package/dsp-tools/dsp-tools.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-################################################################################
-#
-# dsp-tools
-#
-################################################################################
-
-DSP_TOOLS_VERSION = v2.0
-DSP_TOOLS_SITE = $(call github,felipec,dsp-tools,$(DSP_TOOLS_VERSION))
-DSP_TOOLS_DEPENDENCIES = tidsp-binaries
-DSP_TOOLS_LICENSE = LGPL-2.1
-DSP_TOOLS_LICENSE_FILES = LICENSE
-
-define DSP_TOOLS_BUILD_CMDS
-	$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e
-endef
-
-define DSP_TOOLS_INSTALL_TARGET_CMDS
-	$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
-endef
-
-$(eval $(generic-package))
-- 
1.9.1

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

* [Buildroot] [PATCH 3/3] package/tidsp-binaries: remove package
  2018-10-15 16:46 [Buildroot] [PATCH 1/3] package/gst-dsp: remove package Matt Weber
  2018-10-15 16:46 ` [Buildroot] [PATCH 2/3] package/dsp-tools: " Matt Weber
@ 2018-10-15 16:46 ` Matt Weber
  2018-10-26 11:59   ` Peter Korsgaard
  2018-10-26 11:57 ` [Buildroot] [PATCH 1/3] package/gst-dsp: " Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Matt Weber @ 2018-10-15 16:46 UTC (permalink / raw)
  To: buildroot

The suit of TI OMAP3 dsp tools/libraries are being removed as the
upstream projects are no longer active.

Suggest using Buildroot 2018.02.6 LTS if the feature is still
required.

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
---

This patchset was started after an update was proposed to the TI DSP
related packages to fix upstream homepage URLS. It seems the upstream
stablized for this DSP feature set primarily for OMAP3 and then the
technology has not been moving forward with newer processors.
---
 Config.in.legacy                           |  6 ++++++
 package/Config.in                          |  1 -
 package/tidsp-binaries/Config.in           |  7 -------
 package/tidsp-binaries/tidsp-binaries.hash |  2 --
 package/tidsp-binaries/tidsp-binaries.mk   | 16 ----------------
 5 files changed, 6 insertions(+), 26 deletions(-)
 delete mode 100644 package/tidsp-binaries/Config.in
 delete mode 100644 package/tidsp-binaries/tidsp-binaries.hash
 delete mode 100644 package/tidsp-binaries/tidsp-binaries.mk

diff --git a/Config.in.legacy b/Config.in.legacy
index 2089e82..bd236b2 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,12 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2018.11"
 
+config BR2_PACKAGE_TIDSP_BINARIES
+	bool "tidsp-binaries package removed"
+	select BR2_LEGACY
+	help
+	  The tidsp-binaries package was removed.
+
 config BR2_PACKAGE_DSP_TOOLS
 	bool "dsp-tools package removed"
 	select BR2_LEGACY
diff --git a/package/Config.in b/package/Config.in
index 2b645cd..02bd2ab 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -47,7 +47,6 @@ menu "Audio and video applications"
 	source "package/pulseaudio/Config.in"
 	source "package/sox/Config.in"
 	source "package/squeezelite/Config.in"
-	source "package/tidsp-binaries/Config.in"
 	source "package/tovid/Config.in"
 	source "package/tstools/Config.in"
 	source "package/twolame/Config.in"
diff --git a/package/tidsp-binaries/Config.in b/package/tidsp-binaries/Config.in
deleted file mode 100644
index 48f85a5..0000000
--- a/package/tidsp-binaries/Config.in
+++ /dev/null
@@ -1,7 +0,0 @@
-config BR2_PACKAGE_TIDSP_BINARIES
-	bool "tidsp-binaries"
-	depends on BR2_cortex_a8
-	help
-	  TI OMAP3 DSP algorithms.
-
-	  https://gforge.ti.com/gf/project/openmax/
diff --git a/package/tidsp-binaries/tidsp-binaries.hash b/package/tidsp-binaries/tidsp-binaries.hash
deleted file mode 100644
index 6649c76..0000000
--- a/package/tidsp-binaries/tidsp-binaries.hash
+++ /dev/null
@@ -1,2 +0,0 @@
-# locally computed
-sha256  c56e5edd53c921768a033906426329279ca8ae6537c5d735c42b948e9778b05c  tidsp-binaries-23.i3.8.tar.gz
diff --git a/package/tidsp-binaries/tidsp-binaries.mk b/package/tidsp-binaries/tidsp-binaries.mk
deleted file mode 100644
index 9736bc7..0000000
--- a/package/tidsp-binaries/tidsp-binaries.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-################################################################################
-#
-# tidsp-binaries
-#
-################################################################################
-
-TIDSP_BINARIES_VERSION = 23.i3.8
-TIDSP_BINARIES_SITE = http://gst-dsp.googlecode.com/files
-TIDSP_BINARIES_LICENSE = TI Proprietary License
-TIDSP_BINARIES_LICENSE_FILES = LICENSE
-
-define TIDSP_BINARIES_INSTALL_TARGET_CMDS
-	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
-endef
-
-$(eval $(generic-package))
-- 
1.9.1

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

* [Buildroot] [PATCH 1/3] package/gst-dsp: remove package
  2018-10-15 16:46 [Buildroot] [PATCH 1/3] package/gst-dsp: remove package Matt Weber
  2018-10-15 16:46 ` [Buildroot] [PATCH 2/3] package/dsp-tools: " Matt Weber
  2018-10-15 16:46 ` [Buildroot] [PATCH 3/3] package/tidsp-binaries: " Matt Weber
@ 2018-10-26 11:57 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2018-10-26 11:57 UTC (permalink / raw)
  To: buildroot

>>>>> "Matt" == Matt Weber <matthew.weber@rockwellcollins.com> writes:

 > The suit of TI OMAP3 dsp tools/libraries are being removed as the
 > upstream projects are no longer active.

 > The gst-dsp package used the tidsp-binaries package.

 > Suggest using Buildroot 2018.02.6 LTS if the feature is still
 > required.

 > Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
 > ---

 > This patchset was started after an update was proposed to the TI DSP
 > related packages to fix upstream homepage URLS. It seems the upstream
 > stablized for this DSP feature set primarily for OMAP3 and then the
 > technology has not been moving forward with newer processors.

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/3] package/dsp-tools: remove package
  2018-10-15 16:46 ` [Buildroot] [PATCH 2/3] package/dsp-tools: " Matt Weber
@ 2018-10-26 11:58   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2018-10-26 11:58 UTC (permalink / raw)
  To: buildroot

>>>>> "Matt" == Matt Weber <matthew.weber@rockwellcollins.com> writes:

 > The suit of TI OMAP3 dsp tools/libraries are being removed as the
 > upstream projects are no longer active.

 > The dsp-tools package used the tidsp-binaries package.

 > Suggest using Buildroot 2018.02.6 LTS if the feature is still
 > required.

 > Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 3/3] package/tidsp-binaries: remove package
  2018-10-15 16:46 ` [Buildroot] [PATCH 3/3] package/tidsp-binaries: " Matt Weber
@ 2018-10-26 11:59   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2018-10-26 11:59 UTC (permalink / raw)
  To: buildroot

>>>>> "Matt" == Matt Weber <matthew.weber@rockwellcollins.com> writes:

 > The suit of TI OMAP3 dsp tools/libraries are being removed as the
 > upstream projects are no longer active.

 > Suggest using Buildroot 2018.02.6 LTS if the feature is still
 > required.

 > Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
 > ---

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-15 16:46 [Buildroot] [PATCH 1/3] package/gst-dsp: remove package Matt Weber
2018-10-15 16:46 ` [Buildroot] [PATCH 2/3] package/dsp-tools: " Matt Weber
2018-10-26 11:58   ` Peter Korsgaard
2018-10-15 16:46 ` [Buildroot] [PATCH 3/3] package/tidsp-binaries: " Matt Weber
2018-10-26 11:59   ` Peter Korsgaard
2018-10-26 11:57 ` [Buildroot] [PATCH 1/3] package/gst-dsp: " Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.