From a1eca4a781e9386e8c0dd74045ab26e13fcc7d50 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 9 Mar 2004 16:36:30 +0000 Subject: add/fix error handling in cdparanoia add it to translations make tools scripts executable Original commit message from CVS: add/fix error handling in cdparanoia add it to translations make tools scripts executable --- ChangeLog | 10 ++++++++++ common | 2 +- po/POTFILES.in | 1 + tools/Makefile.am | 5 +++++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dea161ff..64c6f0b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-03-09 Thomas Vander Stichele + + * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init), + (cdparanoia_open), (cdparanoia_event): + fix/add error handling + * po/POTFILES.in: + add cdparanoia source + * tools/Makefile.am: + make scripts executable + 2004-03-09 Thomas Vander Stichele * configure.ac: diff --git a/common b/common index 4eb02711..5557aa07 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 4eb02711e49a6aadf900d6fd9d220c17115fec2a +Subproject commit 5557aa074c4836b2cc9eac0e1519323df1cb876f diff --git a/po/POTFILES.in b/po/POTFILES.in index a595819c..ede78f92 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,6 @@ ext/audiofile/gstafsink.c ext/audiofile/gstafsrc.c +ext/cdparanoia/gstcdparanoia.c ext/gnomevfs/gstgnomevfssrc.c ext/gnomevfs/gstgnomevfssink.c ext/sndfile/gstsf.c diff --git a/tools/Makefile.am b/tools/Makefile.am index 4ee883b5..9f102b07 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -2,4 +2,9 @@ bin_SCRIPTS = gst-launch-ext gst-visualise man_MANS = gst-launch-ext.1 gst-visualise.1 +all: all-am chmod + EXTRA_DIST = $(bin_SCRIPTS) $(man_MANS) gst-launch-ext.in + +chmod: $(bin_SCRIPTS) + chmod +x $^ -- cgit