From c135020c5f25d6527c83648a4b54529286ddb209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Thu, 31 Jul 2025 17:55:29 -0400 Subject: [PATCH] random: Remove historical doc This is about porting which happened over 20 years ago. Part-of: --- .../gst-plugins-bad/docs/random/PORTED_09 | 27 ------------------- .../gst-plugins-ugly/docs/random/PORTED_09 | 17 ------------ 2 files changed, 44 deletions(-) delete mode 100644 subprojects/gst-plugins-bad/docs/random/PORTED_09 delete mode 100644 subprojects/gst-plugins-ugly/docs/random/PORTED_09 diff --git a/subprojects/gst-plugins-bad/docs/random/PORTED_09 b/subprojects/gst-plugins-bad/docs/random/PORTED_09 deleted file mode 100644 index b9bdd8ab7b..0000000000 --- a/subprojects/gst-plugins-bad/docs/random/PORTED_09 +++ /dev/null @@ -1,27 +0,0 @@ -When porting a plugin start with 0.8 CVS head, not the old code in this module. There are many bugfixes which have gone into 0.8 which you want to keep. - -List of ported plugins (update when you commit a ported plugin): -libmms (alima) -wavpack (alima) -musepack (alima) -ivorbis (alima) -gsmdec (alima) -sdl (alima) -speed (fcarvalho) -gsmenc (fcarvalho) -faac (fcarvalho) -wavenc (fcarvalho) -effectv (wim) -mad (wim) -videofilter (wim) -aalib (wim) -libcaca (zeeshan) -law (wim) -shout2 (zaheer) - not fully tested -esdsink (arwed) - -osssink is partially done in the threaded branch (wim) - -- Remember that some plugins are already ported and now in the gst-plugins-base module. - -When you have ported a plugin remember to copy the relevant parts from configure.ac.orig into configure.ac and re-enable it in the Makefile.am files. diff --git a/subprojects/gst-plugins-ugly/docs/random/PORTED_09 b/subprojects/gst-plugins-ugly/docs/random/PORTED_09 deleted file mode 100644 index 92c40fa8ce..0000000000 --- a/subprojects/gst-plugins-ugly/docs/random/PORTED_09 +++ /dev/null @@ -1,17 +0,0 @@ -When porting a plugin start with 0.8 CVS head, not the old code in this module. There are many bugfixes which have gone into 0.8 which you want to keep. - -List of ported plugins (update when you commit a ported plugin): -effectv (wim) -mad (wim) -videofilter (wim) -aalib (wim) -libcaca (zeeshan) -law (wim) -shout2 (zaheer) - not fully tested -esdsink (arwed) - -osssink is partially done in the threaded branch (wim) - -- Remember that some plugins are already ported and now in the gst-plugins-base module. - -When you have ported a plugin remember to copy the relevant parts from configure.ac.orig into configure.ac and re-enable it in the Makefile.am files.