all these plugins are moved to gst-plugins-ugly
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 31 Aug 2005 18:07:29 +0000 (18:07 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 31 Aug 2005 18:07:29 +0000 (18:07 +0000)
Original commit message from CVS:
all these plugins are moved to gst-plugins-ugly

18 files changed:
ChangeLog
configure.ac
ext/Makefile.am
po/af.po
po/az.po
po/cs.po
po/en_GB.po
po/hu.po
po/it.po
po/nb.po
po/nl.po
po/or.po
po/sq.po
po/sr.po
po/sv.po
po/uk.po
po/vi.po
sys/Makefile.am

index 0c62918..89f77de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2005-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac:
+       * ext/Makefile.am:
+       * ext/mad/Makefile.am:
+       * ext/mad/gstid3tag.c:
+       * ext/mad/gstmad.c:
+       * ext/mad/gstmad.h:
+       * gst/mpegaudio/.cvsignore:
+       * gst/mpegaudio/Makefile.am:
+       * gst/mpegaudio/README.crh:
+       * gst/mpegaudio/common.c:
+       * gst/mpegaudio/common.h:
+       * gst/mpegaudio/encode.c:
+       * gst/mpegaudio/encoder.h:
+       * gst/mpegaudio/fixes.txt:
+       * gst/mpegaudio/gstmpegaudio.c:
+       * gst/mpegaudio/gstmpegaudio.h:
+       * gst/mpegaudio/mpegaudio.vcproj:
+       * gst/mpegaudio/musicin.c:
+       * gst/mpegaudio/musicin.h:
+       * gst/mpegaudio/psy.c:
+       * gst/mpegaudio/putbits.c:
+       * gst/mpegaudio/putbits.h:
+       * gst/mpegaudio/readme.txt:
+       * gst/mpegaudio/release.txt:
+       * gst/mpegaudio/subs.c:
+       * gst/mpegaudio/table_absthr.h:
+       * gst/mpegaudio/table_alloc.h:
+       * gst/mpegaudio/table_cb.h:
+       * gst/mpegaudio/table_enwindow.h:
+       * gst/mpegaudio/table_th.h:
+       * gst/mpegaudio/tables.c:
+       * gst/mpegaudio/tonal.c:
+       * po/af.po:
+       * po/az.po:
+       * po/cs.po:
+       * po/en_GB.po:
+       * po/hu.po:
+       * po/it.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/or.po:
+       * po/sq.po:
+       * po/sr.po:
+       * po/sv.po:
+       * po/uk.po:
+       * po/vi.po:
+       * sys/Makefile.am:
+
+         all these plugins are moved to gst-plugins-ugly
+
 2005-08-31  Michael Smith <msmith@fluendo.com>
 
        * configure.ac:
index c3acfc5..64b9741 100644 (file)
@@ -285,11 +285,7 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
 
 dnl these are all the gst plug-ins, compilable without additional libs
 GST_PLUGINS_ALL="\
-               mpegaudioparse \
                qtdemux \
-               realmedia \
-               silence \
-               mpegaudioparse \
                 "
 
 dnl see if we can build C++ plug-ins
@@ -321,42 +317,11 @@ dnl ==========================================================================
 dnl ============================= sys plug-ins ================================
 dnl ==========================================================================
 
-dnl *** OSS audio *** (Linux, *BSD)
-translit(dnm, m, l) AM_CONDITIONAL(USE_OSS, true)
-GST_CHECK_FEATURE(OSS, [OSS audio], osssrc osssink, [
- HAVE_OSS="yes"
-dnl Linux and newer BSD versions :
- AC_CHECK_HEADER(sys/soundcard.h, [
-   AC_DEFINE(HAVE_OSS_INCLUDE_IN_SYS,, [Define if OSS includes are in /sys/])
-   ] , [
-dnl Some old BSD versions :
-   AC_CHECK_HEADER(soundcard.h, [
-     AC_DEFINE(HAVE_OSS_INCLUDE_IN_ROOT,, [Define if OSS includes are in /])
-     ], [
-  dnl Some old BSD versions :
-     AC_CHECK_HEADER(machine/soundcard.h, [
-       AC_DEFINE(HAVE_OSS_INCLUDE_IN_MACHINE,, [Define if OSS includes are in /machine/])
-       ], [
-       HAVE_OSS="no"
-     ])
-   ])
- ])
-])
 
 dnl ###########################
 dnl # Configure external libs #
 dnl ###########################
 
-dnl *** AMR-NB ***
-translit(dnm, m, l) AM_CONDITIONAL(USE_AMRNB, true)
-GST_CHECK_FEATURE(AMRNB, [AMR-NB], amrnbdec amrnbenc, [
-  GST_CHECK_LIBHEADER(AMRNB, amrnb,
-                     Decoder_Interface_init, -lm,
-                     amrnb/interf_dec.h,
-                     AMRNB_LIBS="-lamrnb -lm"
-                     AC_SUBST(AMRNB_LIBS))
-])
-
 dnl **** Free AAC Decoder (FAAD) ****
 translit(dnm, m, l) AM_CONDITIONAL(USE_FAAD, true)
 GST_CHECK_FEATURE(FAAD, [AAC decoder plug-in], faad, [
@@ -390,80 +355,6 @@ return 0;
   AC_SUBST(FAAD_LIBS)
 ])
 
-dnl *** lame ***
-translit(dnm, m, l) AM_CONDITIONAL(USE_LAME, true)
-GST_CHECK_FEATURE(LAME, [lame mp3 encoder library], lame, [
-  GST_CHECK_LIBHEADER(LAME, mp3lame, lame_init, -lm, lame/lame.h,
-  [
-    HAVE_LAME="yes"
-    LAME_LIBS="-lmp3lame -lm"
-    dnl is lame presets available
-    LAME_CFLAGS=""
-    AC_TRY_RUN([
-#include <lame/lame.h>
-int main (int argc, char *argv[])
-{
-  printf("%d\n", MEDIUM);
-  return 0;
-}
-      ],
-      [LAME_CFLAGS="-DGSTLAME_PRESET"],
-      [LAME_CFLAGS=""]
-    )
-  AC_SUBST(LAME_CFLAGS)
-  AC_SUBST(LAME_LIBS)
-  ])
-])
-
-dnl *** mad ***
-dnl FIXME: we could use header checks here as well IMO
-translit(dnm, m, l) AM_CONDITIONAL(USE_MAD, true)
-GST_CHECK_FEATURE(MAD, [mad mp3 decoder], mad, [
-  dnl check with pkg-config first
-  PKG_CHECK_MODULES(MAD, mad >= 0.15 id3tag >= 0.15, HAVE_MAD="yes", HAVE_MAD="no")
-  if test "x$HAVE_MAD" = "xno"; then
-    dnl fall back to oldskool detection
-    AC_CHECK_LIB(mad, mad_decoder_finish, HAVE_MAD="yes" MAD_LIBS="-lmad")
-    if test "x$HAVE_MAD" = "xyes"; then
-      HAVE_MAD="no"
-      save_LIBS=$LIBS
-      LIBS="-lz"
-      AC_CHECK_LIB(id3tag, id3_tag_options, HAVE_MAD="yes" MAD_LIBS="-lmad -lid3tag -lz")
-      LIBS=$save_LIBS
-    fi
-  fi    
-])
-AC_SUBST(MAD_LIBS)
-
-dnl *** mpeg2dec ***
-translit(dnm, m, l) AM_CONDITIONAL(USE_MPEG2DEC, true)
-GST_CHECK_FEATURE(MPEG2DEC, [mpeg2dec], mpeg2dec, [
-  PKG_CHECK_MODULES(MPEG2DEC, libmpeg2 >= 0.4.0,
-      HAVE_MPEG2DEC="yes", HAVE_MPEG2DEC="no")
-  AC_SUBST(MPEG2DEC_CFLAGS)
-  AC_SUBST(MPEG2DEC_LIBS)
-])
-
-dnl *** shout2 ***
-translit(dnm, m, l) AM_CONDITIONAL(USE_SHOUT2, true)
-GST_CHECK_FEATURE(SHOUT2, [shout2 plug-in], shout2send, [
-  PKG_CHECK_MODULES(SHOUT2, shout >= 2.0, [
-    HAVE_SHOUT2="yes"
-    AC_SUBST(SHOUT2_CFLAGS)
-    AC_SUBST(SHOUT2_LIBS)
-  ], [
-    AM_PATH_SHOUT2(HAVE_SHOUT2="yes", HAVE_SHOUT2="no")
-    AC_SUBST(SHOUT2_CFLAGS)
-    AC_SUBST(SHOUT2_LIBS)
-  ])
-])
-
-dnl *** sidplay : works with libsidplay 1.36.x (not 2.x.x) ***
-translit(dnm, m, l) AM_CONDITIONAL(USE_SIDPLAY, true)
-GST_CHECK_FEATURE(SIDPLAY, [sidplay plug-in], sidplay, [
-  GST_PATH_SIDPLAY()
-])
-
 dnl also add builddir include for enumtypes and marshal
 GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GST_ERROR"
 
@@ -514,28 +405,16 @@ AC_DEFINE_UNQUOTED(GST_ORIGIN, "$GST_ORIGIN", [package origin])
 dnl #########################
 dnl # Make the output files #
 dnl #########################
+dnl po/Makefile.in
 
 AC_CONFIG_FILES(
 Makefile
 gst-plugins.spec
 gst/Makefile
-gst/mpegaudioparse/Makefile
-gst/dvdlpcmdec/Makefile
 gst/qtdemux/Makefile
-gst/realmedia/Makefile
-gst/silence/Makefile
 sys/Makefile
-sys/oss/Makefile
 ext/Makefile
-ext/amrnb/Makefile
 ext/faad/Makefile
-ext/lame/Makefile
-ext/mad/Makefile
-ext/mpeg2dec/Makefile
-ext/sidplay/Makefile
-gst-libs/Makefile
-gst-libs/gst/Makefile
-po/Makefile.in
 common/Makefile
 common/m4/Makefile
 m4/Makefile
index 29d56a2..3b7d90a 100644 (file)
@@ -1,15 +1,3 @@
-# if USE_A52DEC
-# A52DEC_DIR=a52dec
-# else
-A52DEC_DIR=
-# endif
-
-if USE_AMRNB
- AMRNB_DIR=amrnb
-else
- AMRNB_DIR=
-endif
-
 # if USE_ARTS
 # ARTS_DIR=arts
 # else
@@ -70,18 +58,6 @@ DIVX_DIR=
 DTS_DIR=
 # endif
 
-# if USE_DVDREAD
-# DVDREAD_DIR=dvdread
-# else
-DVDREAD_DIR=
-# endif
-
-# if USE_DVDNAV
-# DVDNAV_DIR=dvdnav
-# else
-DVDNAV_DIR=
-# endif
-
 # if USE_FAAC
 # FAAC_DIR=faac
 # else
@@ -118,12 +94,6 @@ HERMES_DIR=
 JACK_DIR=
 # endif
 
-if USE_LAME
-LAME_DIR=lame
-else
-LAME_DIR=
-endif
-
 # if USE_LCS
 # LCS_DIR=lcs
 # else
@@ -154,18 +124,6 @@ LIBVISUAL_DIR=
 LIBMMS_DIR=
 # endif
 
-if USE_MAD
-MAD_DIR=mad
-else
-MAD_DIR=
-endif
-
-if USE_MPEG2DEC
- MPEG2DEC_DIR=mpeg2dec
-else
- MPEG2DEC_DIR=
-endif
-
 # if USE_MPEG2ENC
 # MPEG2ENC_DIR=mpeg2enc
 # else
@@ -214,12 +172,6 @@ SDL_DIR=
 SHOUT_DIR=
 # endif
 
-if USE_SIDPLAY
-SIDPLAY_DIR=sidplay
-else
-SIDDPLAY_DIR=
-endif
-
 # if USE_SMOOTHWAVE
 # SMOOTHWAVE_DIR=smoothwave
 # else
@@ -269,8 +221,6 @@ XINE_DIR=
 # endif
 
 SUBDIRS=\
-       $(A52DEC_DIR) \
-       $(AMRNB_DIR) \
        $(ARTS_DIR) \
        $(ARTSC_DIR) \
        $(AUDIOFILE_DIR) \
@@ -281,7 +231,6 @@ SUBDIRS=\
        $(DIRECTFB_DIR) \
        $(DIVX_DIR) \
        $(DTS_DIR) \
-       $(DVDNAV_DIR) \
        $(NAS_DIR) \
        $(FAAC_DIR) \
        $(FAAD_DIR) \
@@ -289,13 +238,10 @@ SUBDIRS=\
        $(HERMES_DIR) \
        $(LIBMMS_DIR) \
        $(JACK_DIR) \
-       $(LAME_DIR) \
        $(LCS_DIR) \
        $(LIBDV_DIR) \
        $(LIBFAME_DIR) \
        $(LIBVISUAL_DIR) \
-       $(MAD_DIR) \
-       $(MPEG2DEC_DIR) \
        $(MPEG2ENC_DIR) \
        $(MPLEX_DIR) \
        $(MUSEPACK_DIR) \
@@ -303,7 +249,6 @@ SUBDIRS=\
        $(POLYP_DIR) \
        $(SDL_DIR) \
        $(SHOUT_DIR) \
-       $(SIDPLAY_DIR) \
        $(SMOOTHWAVE_DIR) \
        $(SNAPSHOT_DIR) \
        $(SNDFILE_DIR) \
index fb8e5de..72f5bf0 100644 (file)
--- a/po/af.po
+++ b/po/af.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.7.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2004-03-18 14:16+0200\n"
 "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
 "Language-Team: Afrikaans <i18n@af.org.za>\n"
@@ -39,10 +39,6 @@ msgstr "Geen l
 msgid "Could not write to file \"%s\"."
 msgstr "Kon nie skryf na lêer \"%s\" nie."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr "Geen of ongeldige klanktoevoer, AVI-stroom sal korrup wees."
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
@@ -88,6 +84,9 @@ msgstr "Kon nie video-toestel \"%s\" toemaak nie."
 msgid "Could not write to device \"%s\"."
 msgstr "Kon nie skryf na toestel \"%s\" nie."
 
+#~ msgid "No or invalid input audio, AVI stream will be corrupt."
+#~ msgstr "Geen of ongeldige klanktoevoer, AVI-stroom sal korrup wees."
+
 #~ msgid "OSS device \"%s\" is already in use by another program."
 #~ msgstr "OSS-toestel \"%s\" is reeds in gebruik deur 'n ander program."
 
index 772e629..f291988 100644 (file)
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins-0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2004-03-19 18:29+0200\n"
 "Last-Translator: Metin Amiroff <metin@karegen.com>\n"
 "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@@ -40,10 +40,6 @@ msgstr "Fayl adı verilməyib."
 msgid "Could not write to file \"%s\"."
 msgstr "\"%s\" faylına yazıla bilmədi."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr "Səhv ya da olmayan audio girişi, AVI yayımı pozulacaqdır."
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
@@ -89,6 +85,9 @@ msgstr "\"%s\" video avadanlığı bağlana bilmədi."
 msgid "Could not write to device \"%s\"."
 msgstr "\"%s\" avadanlığına yazıla bilmədi."
 
+#~ msgid "No or invalid input audio, AVI stream will be corrupt."
+#~ msgstr "Səhv ya da olmayan audio girişi, AVI yayımı pozulacaqdır."
+
 #~ msgid "OSS device \"%s\" is already in use by another program."
 #~ msgstr "\"%s\" OSS avadanlığı başqa bir proqram tərəfindən istifadədədir."
 
index dfe981f..00b9ea1 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2004-08-08 22:58+0200\n"
 "Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -42,10 +42,6 @@ msgstr "Nezadán název souboru."
 msgid "Could not write to file \"%s\"."
 msgstr "Nemohu zapisovat do souboru \"%s\"."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr "Žádný nebo neplatný vstup zvuku, proud AVI bude poškozen."
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
@@ -91,6 +87,9 @@ msgstr "Nemohu zavřít zařízení videa \"%s\"."
 msgid "Could not write to device \"%s\"."
 msgstr "Nemohu zapisovat do zařízení \"%s\"."
 
+#~ msgid "No or invalid input audio, AVI stream will be corrupt."
+#~ msgstr "Žádný nebo neplatný vstup zvuku, proud AVI bude poškozen."
+
 #~ msgid "OSS device \"%s\" is already in use by another program."
 #~ msgstr "Zařízení OSS \"%s\" již používá jiný program."
 
index ab97549..eabc482 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2004-04-26 10:41-0400\n"
 "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
 "Language-Team: English (British) <en_gb@li.org>\n"
@@ -38,10 +38,6 @@ msgstr "No filename specified."
 msgid "Could not write to file \"%s\"."
 msgstr "Could not write to file \"%s\"."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr "No or invalid input audio, AVI stream will be corrupt."
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
@@ -87,6 +83,9 @@ msgstr "Could not close video device \"%s\"."
 msgid "Could not write to device \"%s\"."
 msgstr "Could not write to device \"%s\"."
 
+#~ msgid "No or invalid input audio, AVI stream will be corrupt."
+#~ msgstr "No or invalid input audio, AVI stream will be corrupt."
+
 #~ msgid "OSS device \"%s\" is already in use by another program."
 #~ msgstr "OSS device \"%s\" is already in use by another program."
 
index cf9edca..bfd53ad 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2004-07-18 11:03+0200\n"
 "Last-Translator: Laszlo Dvornik <dvornik@invitel.hu>\n"
 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
@@ -38,10 +38,6 @@ msgstr "Nincs fájlnév megadva."
 msgid "Could not write to file \"%s\"."
 msgstr "Nem lehet írni a(z) \"%s\" fájlba."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr "Nincs vagy érvénytelen bemeneti hang, az AVI-folyam sérült lesz."
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
@@ -87,6 +83,9 @@ msgstr "Nem lehet lezárni a(z) \"%s\" videoeszközt."
 msgid "Could not write to device \"%s\"."
 msgstr "Nem lehet írni a(z) \"%s\" eszközre."
 
+#~ msgid "No or invalid input audio, AVI stream will be corrupt."
+#~ msgstr "Nincs vagy érvénytelen bemeneti hang, az AVI-folyam sérült lesz."
+
 #~ msgid "OSS device \"%s\" is already in use by another program."
 #~ msgstr "A(z) \"%s\" OSS-eszközt már használja egy másik program."
 
index de33c67..67c219c 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2004-11-07 19:11+0100\n"
 "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -39,10 +39,6 @@ msgstr "Nessun nome di file specificato."
 msgid "Could not write to file \"%s\"."
 msgstr "Impossibile scrivere sul file «%s»."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr "Ingresso audio assente o non valido. Lo stream AVI risulterà corrotto."
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
@@ -88,6 +84,10 @@ msgstr "Impossibile chiudere il device video «%s»."
 msgid "Could not write to device \"%s\"."
 msgstr "Impossibile scrivere sul device «%s»."
 
+#~ msgid "No or invalid input audio, AVI stream will be corrupt."
+#~ msgstr ""
+#~ "Ingresso audio assente o non valido. Lo stream AVI risulterà corrotto."
+
 #~ msgid "OSS device \"%s\" is already in use by another program."
 #~ msgstr "Il device OSS «%s» è già usato da un altro programma."
 
index 6ba7b63..1e04691 100644 (file)
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2004-10-04 15:54+0200\n"
 "Last-Translator: Kjartan Maraas <kmaraas@broadpark.no>\n"
 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
@@ -38,10 +38,6 @@ msgstr "Ingen filnavn oppgitt."
 msgid "Could not write to file \"%s\"."
 msgstr "Kunne ikke skrive til fil «%s»."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr ""
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
index fccc775..e7ab24f 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2004-08-05 16:26+0200\n"
 "Last-Translator: Elros Cyriatan <cyriatan@fastmail.fm>\n"
 "Language-Team: Dutch <vertaling@nl.linux.org>\n"
@@ -39,10 +39,6 @@ msgstr "Geen bestandsnaam opgegeven."
 msgid "Could not write to file \"%s\"."
 msgstr "Kon niet schrijven naar bestand \"%s\"."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr "Geen of ongeldig invoergeluid, AVI-stroom zal slecht zijn."
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
@@ -88,6 +84,9 @@ msgstr "Kon videoapparaat \"%s\" niet sluiten."
 msgid "Could not write to device \"%s\"."
 msgstr "Kon niet schrijven naar apparaat \"%s\"."
 
+#~ msgid "No or invalid input audio, AVI stream will be corrupt."
+#~ msgstr "Geen of ongeldig invoergeluid, AVI-stroom zal slecht zijn."
+
 #~ msgid "OSS device \"%s\" is already in use by another program."
 #~ msgstr "OSS-apparaat \"%s\" is al in gebruik door een ander programma."
 
index 11df740..f1b0895 100644 (file)
--- a/po/or.po
+++ b/po/or.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins-0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2004-09-27 13:32+0530\n"
 "Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
 "Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n"
@@ -40,10 +40,6 @@ msgstr "କୌଣସି ଫାଇଲନାମ ଉଲ୍ଲେଖିତ ହୋଇ
 msgid "Could not write to file \"%s\"."
 msgstr "\"%s\" ଫାଇଲ ଲେଖିହେଲା ନାହିଁ."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr "ନିବେଶ ଧ୍ବନି ନାହିଁ ବା ଅବୈଧ ଅଛି. ଏ.ଭି.ଆଇ. ଧାରା ଭ୍ରଷ୍ଟ ହୋଇଯିବ."
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
@@ -89,6 +85,9 @@ msgstr "\"%s\" ଭିଡିଓ ଯନ୍ତ୍ର ବନ୍ଦ କରିହେ
 msgid "Could not write to device \"%s\"."
 msgstr "\"%s\" ଯନ୍ତ୍ରରେ ଲେଖିହେଲା ନାହିଁ."
 
+#~ msgid "No or invalid input audio, AVI stream will be corrupt."
+#~ msgstr "ନିବେଶ ଧ୍ବନି ନାହିଁ ବା ଅବୈଧ ଅଛି. ଏ.ଭି.ଆଇ. ଧାରା ଭ୍ରଷ୍ଟ ହୋଇଯିବ."
+
 #~ msgid "OSS device \"%s\" is already in use by another program."
 #~ msgstr "\"%s\" ଓ.ଏସ.ଏସ. ଯନ୍ତ୍ର ପୂର୍ବରୁ ଅନ୍ଯ କାରିକା ଦ୍ବାରା ବ୍ଯବହାର କରାଯାଉଛି."
 
index e776df8..4ece802 100644 (file)
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2004-08-07 20:29+0200\n"
 "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
 "Language-Team: Albanian <begraj@hotmail.com>\n"
@@ -38,10 +38,6 @@ msgstr "Nuk është përcaktuar emri i file."
 msgid "Could not write to file \"%s\"."
 msgstr "I pamundur shkrimi tek file \"%s\"."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr "Input audio i gabuar ose mungon, stream AVI mund të jetë i dëmtuar."
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
@@ -87,6 +83,9 @@ msgstr "E pamundur mbyllja e dispozitivit video \"%s\"."
 msgid "Could not write to device \"%s\"."
 msgstr "I pamundur shkrimi në dispozitivin \"%s\"."
 
+#~ msgid "No or invalid input audio, AVI stream will be corrupt."
+#~ msgstr "Input audio i gabuar ose mungon, stream AVI mund të jetë i dëmtuar."
+
 #~ msgid "OSS device \"%s\" is already in use by another program."
 #~ msgstr ""
 #~ "Dispozitivi OSS \"%s\" është duke u përdorur nga një tjetër program."
index 267c411..76cd5da 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.7.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2004-03-13 00:18+0100\n"
 "Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
 "Language-Team: Serbian <gnu@prevod.org>\n"
@@ -40,10 +40,6 @@ msgstr "Име датотеке није задато."
 msgid "Could not write to file \"%s\"."
 msgstr "Не могу да пишем у датотеку „%s“."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr "Улазног звука нема или је неисправан, АВИ ток ће бити искварен."
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
@@ -89,6 +85,9 @@ msgstr "Не могу да затворим видео уређај „%s“."
 msgid "Could not write to device \"%s\"."
 msgstr "Не могу да пишем на видео уређај „%s“."
 
+#~ msgid "No or invalid input audio, AVI stream will be corrupt."
+#~ msgstr "Улазног звука нема или је неисправан, АВИ ток ће бити искварен."
+
 #~ msgid "OSS device \"%s\" is already in use by another program."
 #~ msgstr "OSS уређај „%s“ већ користи неки програм."
 
index e973e8d..3f11e6d 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -2,13 +2,13 @@
 # Copyright (C) 2004 Free Software Foundation, Inc.
 # Christian Rose <menthos@menthos.com>, 2004.
 #
-# $Id: sv.po,v 1.19 2005/08/28 17:59:20 wingo Exp $
+# $Id: sv.po,v 1.20 2005/08/31 18:07:28 thomasvs Exp $
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2004-08-03 20:53+0200\n"
 "Last-Translator: Christian Rose <menthos@menthos.com>\n"
 "Language-Team: Swedish <sv@li.org>\n"
@@ -40,10 +40,6 @@ msgstr "Inget filnamn angivet."
 msgid "Could not write to file \"%s\"."
 msgstr "Kunde inte skriva till filen \"%s\"."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr "Inget eller ogiltigt inljud. AVI-flödet kommer att skadas."
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
@@ -89,6 +85,9 @@ msgstr "Kunde inte stänga vidoeenheten \"%s\"."
 msgid "Could not write to device \"%s\"."
 msgstr "Kunde inte skriva till enheten \"%s\"."
 
+#~ msgid "No or invalid input audio, AVI stream will be corrupt."
+#~ msgstr "Inget eller ogiltigt inljud. AVI-flödet kommer att skadas."
+
 #~ msgid "OSS device \"%s\" is already in use by another program."
 #~ msgstr "OSS-enheten \"%s\" används redan av ett annat program."
 
index 6cb3f27..cac0a0c 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2004-08-03 15:40+0200\n"
 "Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@@ -39,10 +39,6 @@ msgstr "Не вказаний файл."
 msgid "Could not write to file \"%s\"."
 msgstr "Не вдається записати у файл \"%s\"."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr "Відсутній або неправильний вхід звуку, AVI потік буде пошкоджений."
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
@@ -88,6 +84,9 @@ msgstr "Не вдається закрити відео пристрій \"%s\".
 msgid "Could not write to device \"%s\"."
 msgstr "Не вдається записати у пристрій \"%s\"."
 
+#~ msgid "No or invalid input audio, AVI stream will be corrupt."
+#~ msgstr "Відсутній або неправильний вхід звуку, AVI потік буде пошкоджений."
+
 #~ msgid "OSS device \"%s\" is already in use by another program."
 #~ msgstr "OSS пристрій \"%s\" вже використовується іншою програмою."
 
index 51135fa..f2ac86f 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins-0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-25 11:45+0200\n"
+"POT-Creation-Date: 2005-08-31 16:10+0200\n"
 "PO-Revision-Date: 2005-01-22 17:17+0930\n"
 "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
 "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net> \n"
@@ -40,12 +40,6 @@ msgstr "Chưa ghi rõ tên tập tin."
 msgid "Could not write to file \"%s\"."
 msgstr "Đã không ghi được vào tập tin \"%s\"."
 
-#: gst/avi/gstavimux.c:1007
-msgid "No or invalid input audio, AVI stream will be corrupt."
-msgstr ""
-"Chưa có dữ liệu âm thanh nhập, hoặc dữ liệu âm thanh nhập không hợp lệ. Sẽ "
-"có dòng AVI hư."
-
 #: sys/dxr3/dxr3audiosink.c:296
 #, c-format
 msgid "Could not open audio device \"%s\" for writing."
@@ -91,6 +85,11 @@ msgstr "Đã không đóng được thiết bị ảnh động \"%s\"."
 msgid "Could not write to device \"%s\"."
 msgstr "Đã không ghi được vào thiết bị \"%s\"."
 
+#~ msgid "No or invalid input audio, AVI stream will be corrupt."
+#~ msgstr ""
+#~ "Chưa có dữ liệu âm thanh nhập, hoặc dữ liệu âm thanh nhập không hợp lệ. "
+#~ "Sẽ có dòng AVI hư."
+
 #~ msgid "OSS device \"%s\" is already in use by another program."
 #~ msgstr "Một chương trình khác đang sử dụng thiết bị OSS \"%s\"."
 
index b86f3fe..b8ca3c9 100644 (file)
@@ -40,6 +40,6 @@
 # GL_DIR=
 # endif
 
-SUBDIRS=$(OSS_DIR) 
+SUBDIRS =
 
-DIST_SUBDIRS=oss
+DIST_SUBDIRS =