Moved all examples up from examples/gst/ into examples/.
authorAndy Wingo <wingo@pobox.com>
Tue, 12 Jul 2005 13:27:32 +0000 (13:27 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 12 Jul 2005 13:27:32 +0000 (13:27 +0000)
Original commit message from CVS:
2005-07-12  Andy Wingo  <wingo@pobox.com>

* configure.ac (AC_CONFIG_FILES):
* examples/: Moved all examples up from examples/gst/ into
examples/.

14 files changed:
ChangeLog
configure.ac
examples/Makefile.am
examples/audioconcat.py [moved from examples/gst/audioconcat.py with 100% similarity]
examples/bps.py [moved from examples/gst/bps.py with 100% similarity]
examples/cp.py [moved from examples/gst/cp.py with 100% similarity]
examples/f2f.py [moved from examples/gst/f2f.py with 100% similarity]
examples/filesrc.py [moved from examples/gst/filesrc.py with 100% similarity]
examples/gst/.gitignore [deleted file]
examples/gst/Makefile.am [deleted file]
examples/gst123 [moved from examples/gst/gst123 with 100% similarity]
examples/gstfile.py [moved from examples/gst/gstfile.py with 100% similarity]
examples/play.py [moved from examples/gst/play.py with 100% similarity]
examples/vorbisplay.py [moved from examples/gst/vorbisplay.py with 100% similarity]

index 396c913..7f7a2f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-07-12  Andy Wingo  <wingo@pobox.com>
 
+       * configure.ac (AC_CONFIG_FILES):
+       * examples/: Moved all examples up from examples/gst/ into
+       examples/.
+
        * examples/gstplay: Removed examples for old gstplay.
 
 2005-07-12  Edward Hervey  <edward@fluendo.com>
index 30efc54..d1b26a4 100644 (file)
@@ -165,7 +165,6 @@ changequote([,])dnl
 AC_OUTPUT([
   Makefile
   examples/Makefile
-  examples/gst/Makefile
   gst/Makefile
   pkgconfig/Makefile
   pkgconfig/gst-python.pc
index 062cb55..bb81a9e 100644 (file)
@@ -1 +1,13 @@
-SUBDIRS = gst
+examplesdir = $(pkgdatadir)/examples
+examples_DATA =        \
+       bps.py          \
+       cp.py           \
+       f2f.py          \
+       filesrc.py      \
+       gst123          \
+       play.py         \
+       vorbisplay.py   \
+       gstfile.py      \
+       audioconcat.py
+
+EXTRA_DIST = $(examples_DATA)
similarity index 100%
rename from examples/gst/bps.py
rename to examples/bps.py
similarity index 100%
rename from examples/gst/cp.py
rename to examples/cp.py
similarity index 100%
rename from examples/gst/f2f.py
rename to examples/f2f.py
similarity index 100%
rename from examples/gst/filesrc.py
rename to examples/filesrc.py
diff --git a/examples/gst/.gitignore b/examples/gst/.gitignore
deleted file mode 100644 (file)
index f25164d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Makefile.in
-Makefile
-*.pyc
-*.pyo
-*.swp
diff --git a/examples/gst/Makefile.am b/examples/gst/Makefile.am
deleted file mode 100644 (file)
index bb81a9e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-examplesdir = $(pkgdatadir)/examples
-examples_DATA =        \
-       bps.py          \
-       cp.py           \
-       f2f.py          \
-       filesrc.py      \
-       gst123          \
-       play.py         \
-       vorbisplay.py   \
-       gstfile.py      \
-       audioconcat.py
-
-EXTRA_DIST = $(examples_DATA)
similarity index 100%
rename from examples/gst/gst123
rename to examples/gst123
similarity index 100%
rename from examples/gst/gstfile.py
rename to examples/gstfile.py
similarity index 100%
rename from examples/gst/play.py
rename to examples/play.py