From 315db640f463613cae4de4c02cc52d2be6d5684a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 3 Jun 2014 13:09:32 +0000 Subject: Initial import for soundconverter 2.1.3 --- data/Makefile.am | 39 + data/Makefile.in | 605 +++++++++ data/soundconverter-logo.svg | 798 +++++++++++ data/soundconverter.appdata.xml | 19 + data/soundconverter.desktop | 122 ++ data/soundconverter.desktop.in | 13 + data/soundconverter.desktop.in.in | 13 + data/soundconverter.glade | 2625 +++++++++++++++++++++++++++++++++++++ data/soundconverter.png | Bin 0 -> 2358 bytes data/soundconverter.svg | 790 +++++++++++ 10 files changed, 5024 insertions(+) create mode 100644 data/Makefile.am create mode 100644 data/Makefile.in create mode 100644 data/soundconverter-logo.svg create mode 100644 data/soundconverter.appdata.xml create mode 100644 data/soundconverter.desktop create mode 100644 data/soundconverter.desktop.in create mode 100644 data/soundconverter.desktop.in.in create mode 100644 data/soundconverter.glade create mode 100644 data/soundconverter.png create mode 100644 data/soundconverter.svg (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..36094ea --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,39 @@ +## Process this file with automake to produce Makefile.in + +gladedir = $(datadir)/soundconverter +dist_glade_DATA = soundconverter.glade soundconverter-logo.svg + +icondir = $(datadir)/icons/hicolor/48x48/apps +dist_icon_DATA = soundconverter.png + +svgicondir = $(datadir)/icons/hicolor/scalable/apps +dist_svgicon_DATA = soundconverter.svg + + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache +update-icon-cache: + @-if test -z "$(datadir)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After (un)install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi + +desktop_in_files= soundconverter.desktop.in + +desktop_files=$(desktop_in_files:.desktop.in=.desktop) +@INTLTOOL_DESKTOP_RULE@ + +Applicationsdir = $(datadir)/applications +Applications_DATA = $(desktop_files) + +appdatadir = $(datadir)/appdata +dist_appdata_DATA = soundconverter.appdata.xml + +EXTRA_DIST = $(desktop_in_files) $(desktop_files) + +DISTCLEANFILES = $(desktop_files) diff --git a/data/Makefile.in b/data/Makefile.in new file mode 100644 index 0000000..6094725 --- /dev/null +++ b/data/Makefile.in @@ -0,0 +1,605 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = data +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/mkinstalldirs \ + $(srcdir)/soundconverter.desktop.in.in $(dist_appdata_DATA) \ + $(dist_glade_DATA) $(dist_icon_DATA) $(dist_svgicon_DATA) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = soundconverter.desktop.in +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(Applicationsdir)" \ + "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(gladedir)" \ + "$(DESTDIR)$(icondir)" "$(DESTDIR)$(svgicondir)" +DATA = $(Applications_DATA) $(dist_appdata_DATA) $(dist_glade_DATA) \ + $(dist_icon_DATA) $(dist_svgicon_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +gladedir = $(datadir)/soundconverter +dist_glade_DATA = soundconverter.glade soundconverter-logo.svg +icondir = $(datadir)/icons/hicolor/48x48/apps +dist_icon_DATA = soundconverter.png +svgicondir = $(datadir)/icons/hicolor/scalable/apps +dist_svgicon_DATA = soundconverter.svg +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor +desktop_in_files = soundconverter.desktop.in +desktop_files = $(desktop_in_files:.desktop.in=.desktop) +Applicationsdir = $(datadir)/applications +Applications_DATA = $(desktop_files) +appdatadir = $(datadir)/appdata +dist_appdata_DATA = soundconverter.appdata.xml +EXTRA_DIST = $(desktop_in_files) $(desktop_files) +DISTCLEANFILES = $(desktop_files) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu data/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +soundconverter.desktop.in: $(top_builddir)/config.status $(srcdir)/soundconverter.desktop.in.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +install-ApplicationsDATA: $(Applications_DATA) + @$(NORMAL_INSTALL) + @list='$(Applications_DATA)'; test -n "$(Applicationsdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(Applicationsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(Applicationsdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(Applicationsdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(Applicationsdir)" || exit $$?; \ + done + +uninstall-ApplicationsDATA: + @$(NORMAL_UNINSTALL) + @list='$(Applications_DATA)'; test -n "$(Applicationsdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(Applicationsdir)'; $(am__uninstall_files_from_dir) +install-dist_appdataDATA: $(dist_appdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \ + done + +uninstall-dist_appdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir) +install-dist_gladeDATA: $(dist_glade_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_glade_DATA)'; test -n "$(gladedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(gladedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(gladedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gladedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(gladedir)" || exit $$?; \ + done + +uninstall-dist_gladeDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_glade_DATA)'; test -n "$(gladedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(gladedir)'; $(am__uninstall_files_from_dir) +install-dist_iconDATA: $(dist_icon_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_icon_DATA)'; test -n "$(icondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \ + done + +uninstall-dist_iconDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_icon_DATA)'; test -n "$(icondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir) +install-dist_svgiconDATA: $(dist_svgicon_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_svgicon_DATA)'; test -n "$(svgicondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(svgicondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(svgicondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(svgicondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(svgicondir)" || exit $$?; \ + done + +uninstall-dist_svgiconDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_svgicon_DATA)'; test -n "$(svgicondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(svgicondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(Applicationsdir)" "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(gladedir)" "$(DESTDIR)$(icondir)" "$(DESTDIR)$(svgicondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-ApplicationsDATA install-dist_appdataDATA \ + install-dist_gladeDATA install-dist_iconDATA \ + install-dist_svgiconDATA + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-data-hook +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-ApplicationsDATA uninstall-dist_appdataDATA \ + uninstall-dist_gladeDATA uninstall-dist_iconDATA \ + uninstall-dist_svgiconDATA + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) uninstall-hook +.MAKE: install-am install-data-am install-strip uninstall-am + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-ApplicationsDATA \ + install-am install-data install-data-am install-data-hook \ + install-dist_appdataDATA install-dist_gladeDATA \ + install-dist_iconDATA install-dist_svgiconDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-ApplicationsDATA uninstall-am \ + uninstall-dist_appdataDATA uninstall-dist_gladeDATA \ + uninstall-dist_iconDATA uninstall-dist_svgiconDATA \ + uninstall-hook + + +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache +update-icon-cache: + @-if test -z "$(datadir)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After (un)install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi +@INTLTOOL_DESKTOP_RULE@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/data/soundconverter-logo.svg b/data/soundconverter-logo.svg new file mode 100644 index 0000000..af62743 --- /dev/null +++ b/data/soundconverter-logo.svg @@ -0,0 +1,798 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + SoundConverter + + + Jakub Steiner + + + + + + Modified by Julien Gascard + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/soundconverter.appdata.xml b/data/soundconverter.appdata.xml new file mode 100644 index 0000000..769e942 --- /dev/null +++ b/data/soundconverter.appdata.xml @@ -0,0 +1,19 @@ + + +soundconverter.desktop +CC0 + +

+SoundConverter is the leading audio file converter for the GNOME Desktop. +

+

+SoundConverter is a simple to use, and very fast audio converter. It can convert multiples files at same the time to speed up the conversion. It can also extract the audio from videos. +

+
+http://soundconverter.org/ + +http://soundconverter.org/screenshot-soundconverter-wide.png + + +gautier@soundconverter.org +
diff --git a/data/soundconverter.desktop b/data/soundconverter.desktop new file mode 100644 index 0000000..a3dabbb --- /dev/null +++ b/data/soundconverter.desktop @@ -0,0 +1,122 @@ +[Desktop Entry] +Version=1.0 +Name=Sound Converter +Name[ar]=محول صيغ صوتية +Name[ast]=Camudador de soniu +Name[bg]=Sound Converter +Name[br]=Amdroer Sound Converter +Name[ca]=Convertidor de so +Name[cs]=Převaděč zvuků +Name[da]=Lydkonvertering +Name[de]=Sound Converter +Name[el]=Μετατροπέας Ηχου +Name[en_AU]=Sound Converter +Name[en_GB]=Sound Converter +Name[eo]=Sonkonvertilo +Name[es]=Conversor de sonido +Name[et]=Heli teisendaja +Name[eu]=Soinu-bihurtzailea +Name[fi]=Äänitiedostojen muunnin +Name[fr]=Convertisseur audio +Name[fr_CA]=Convertisseur audio +Name[gl]=Sound Converter +Name[he]=ממיר סאונד +Name[hi]=दवानी बदलनेवला +Name[hu]=Hangkonvertáló +Name[it]=Sound Converter +Name[ja]=サウンド変換 +Name[lv]=Skaņas pārveidotājs +Name[ms]=Penukar Bunyi +Name[nl]=Geluidsconverteerder +Name[pl]=Konwerter dźwięku +Name[pt]=Conversor de Som +Name[pt_BR]=Conversor de som +Name[ru]=Аудиоконвертер +Name[sk]=Zvukový konvertor +Name[sl]=Pretvornik zvoka +Name[sr]=Претварач звука +Name[sr@Latn]=Prekoder zvuka +Name[sr@latin]=Prekoder zvuka +Name[sv]=Ljudkonverterare +Name[te]=శబ్ద పరివర్తకం +Name[tr]=Ses Dönüştürücüsü +Name[uk]=Конвертер аудіо +Name[vi]=Bộ chuyển đổi âm thanh +Name[zh_CN]=音频转换器 +Name[zh_TW]=音效轉檔器 +GenericName=Audio Format Converter +GenericName[ar]=محول صيغ الملفات الصوتية +GenericName[ast]=Camudador d'archivos de soniu +GenericName[bg]=Конвертор на аудио формати +GenericName[br]=Amdroer mentrezhoù aodio +GenericName[ca]=Convertidor formats d'àudio +GenericName[cs]=Převaděč zvukových formátů +GenericName[da]=Lydformat-konvertering +GenericName[de]=Audio-Formatumwandlung +GenericName[el]=Μετατροπέας Αρχείων Ηχου +GenericName[en_AU]=Audio Format Converter +GenericName[en_GB]=Audio Format Converter +GenericName[eo]=Konvertilo por sonformoj +GenericName[es]=Conversor de formatos de audio +GenericName[et]=Heli vormingu teisendaja +GenericName[eu]=Audio Formatu Bihurtzailea +GenericName[fi]=Äänitiedostojen muunnin +GenericName[fr]=Convertisseur de fichiers audio +GenericName[fr_CA]=Convertisseur de fichiers audio +GenericName[gl]=Convertedor de formatos de son +GenericName[he]=ממיר פורמטים של אודיו +GenericName[hu]=Audió Formátum Konvertáló +GenericName[it]=Convertitore Formati Audio +GenericName[ja]=オーディオフォーマット変換 +GenericName[lv]=Audio formātu pārveidotājs +GenericName[ms]=Penukar Format Audio +GenericName[nl]=Geluidsformaat-converteerder +GenericName[pl]=Konwerter formatów dźwięku +GenericName[pt]=Conversor de Formatos de Áudio +GenericName[pt_BR]=Conversor de formato de áudio +GenericName[ru]=Конвертер форматов аудио +GenericName[sk]=Prevod formátov zvuku +GenericName[sl]=Pretvornik zapisov zvoka +GenericName[sr]=Претварач формата звука +GenericName[sr@Latn]=Prekodiranje zvučnih formata +GenericName[sr@latin]=Prekodiranje zvučnih formata +GenericName[sv]=Ljudformatskonverterare +GenericName[te]=ఆడియో ఆకృతి పరివర్తకం +GenericName[tr]=Ses Biçimi Dönüştürücüsü +GenericName[uk]=Конвертер аудіоформатів +GenericName[vi]=Bộ chuyển định dạng Audio +GenericName[zh_CN]=音频格式转换程序 +GenericName[zh_TW]=音訊格式轉換工具 +Comment=Converts audio files into other formats +Comment[ar]=تحويل الملفات الصوتية إلى صيغ أخرة +Comment[br]=Amdreiñ ar restroù aodio da mentrezhoù all +Comment[cs]=Převádí audio soubory do různých formátů +Comment[de]=Konvertiert Audio-Dateien in andere Formate +Comment[en_GB]=Converts audio files into other formats +Comment[es]=Convierte archivos de audio a otros formatos +Comment[eu]=Audio fitxategiak beste formatuetara bihurtzen ditu +Comment[fi]=Muunna äänitiedostoja eri tiedostomuotoihin +Comment[fr]=Convertit des fichiers audio en d'autres formats +Comment[fr_CA]=Convertit des fichiers audio en d'autres formats +Comment[gl]=Converte os ficheiros de son a outros formatos +Comment[it]=Converti file audio in altri formati +Comment[lv]=Pārveido audio datnes citos formātos +Comment[ms]=Tukar fail audio kepada format lain +Comment[nl]=Converteert geluidsbestanden naar andere formaten +Comment[pl]=Konwertuje pliki dźwiękowe do innych formatów +Comment[pt_BR]=Converter arquivos de áudio para outros formatos +Comment[ru]=Конвертирует аудиофайлы в другие форматы +Comment[sr]=Претварајте звучне датотеке у друге формате +Comment[sr@latin]=Konvertuje audio fajlove u druge formate +Comment[sv]=Konverterar ljudfiler till andra format +Comment[uk]=Конвертує звукові файли в інші формати +Comment[zh_CN]=将音频文件转为其他格式 +Comment[zh_TW]=將音效檔轉換至不同格式 +Icon=soundconverter +MimeType=application/x-ogg;application/ogg;audio/x-mp3;audio/x-scpls;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;application/x-flac;audio/x-wav;audio/flac; +Exec=soundconverter %U +Terminal=false +Type=Application +StartupNotify=true +Categories=GNOME;GTK;AudioVideo;Audio; + diff --git a/data/soundconverter.desktop.in b/data/soundconverter.desktop.in new file mode 100644 index 0000000..965dd06 --- /dev/null +++ b/data/soundconverter.desktop.in @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +_Name=Sound Converter +_GenericName=Audio Format Converter +_Comment=Converts audio files into other formats +Icon=soundconverter +MimeType=application/x-ogg;application/ogg;audio/x-mp3;audio/x-scpls;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;application/x-flac;audio/x-wav;audio/flac; +Exec=soundconverter %U +Terminal=false +Type=Application +StartupNotify=true +Categories=GNOME;GTK;AudioVideo;Audio; + diff --git a/data/soundconverter.desktop.in.in b/data/soundconverter.desktop.in.in new file mode 100644 index 0000000..965dd06 --- /dev/null +++ b/data/soundconverter.desktop.in.in @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +_Name=Sound Converter +_GenericName=Audio Format Converter +_Comment=Converts audio files into other formats +Icon=soundconverter +MimeType=application/x-ogg;application/ogg;audio/x-mp3;audio/x-scpls;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;application/x-flac;audio/x-wav;audio/flac; +Exec=soundconverter %U +Terminal=false +Type=Application +StartupNotify=true +Categories=GNOME;GTK;AudioVideo;Audio; + diff --git a/data/soundconverter.glade b/data/soundconverter.glade new file mode 100644 index 0000000..d671748 --- /dev/null +++ b/data/soundconverter.glade @@ -0,0 +1,2625 @@ + + + + + False + 5 + True + soundconverter + normal + SoundConverter + © 2004 Lars Wirzenius <liw@iki.fi> +© 2005-2012 Gautier Portet <gautier@soundconverter.org> + GNOME-powered Sound Conversion + http://soundconverter.org + Website + + soundconverter-logo.svg + + + + True + False + vertical + 2 + + + True + False + end + + + False + True + end + 0 + + + + + + + + + + + 32 + 320 + 192 + 32 + 64 + 64 + + + 100 + 1 + 10 + + + 10 + 4 + 1 + + + 10 + 6 + 1 + + + False + dialog1 + 500 + 400 + soundconverter + dialog + + + True + False + vertical + + + True + False + end + + + gtk-cancel + True + True + True + False + False + True + + + False + False + 0 + + + + + gtk-open + True + True + True + False + False + True + + + False + False + 1 + + + + + False + True + end + 0 + + + + + True + False + 5 + False + True + + + True + True + 2 + + + + + True + False + 5 + + + True + False + Filter + + + False + False + 0 + + + + + True + False + + + True + True + 1 + + + + + False + True + 3 + + + + + + cancelbutton1 + button7 + + + + False + Error + True + center + soundconverter + dialog + True + + + True + False + vertical + + + True + False + end + + + gtk-close + True + True + True + False + False + True + + + False + False + 0 + + + + + False + True + end + 0 + + + + + True + False + + + True + False + 0 + 12 + 12 + gtk-dialog-error + 6 + + + False + False + 0 + + + + + True + False + + + True + False + 0 + 6 + asdf + True + True + + + False + False + 0 + + + + + True + False + 0 + 0 + 6 + zxcv + True + True + + + True + True + 1 + + + + + True + True + 1 + + + + + True + True + 2 + + + + + + closebutton1 + + + + False + File exists already + soundconverter + dialog + + + True + False + vertical + + + True + False + end + + + gtk-cancel + True + True + True + False + False + True + + + False + False + 0 + + + + + _Overwrite + True + True + True + False + False + True + + + False + False + 1 + + + + + _Skip + True + True + True + True + True + False + False + True + + + False + False + 2 + + + + + False + True + end + 0 + + + + + True + False + + + True + False + 6 + gtk-dialog-warning + 6 + + + False + False + 0 + + + + + True + False + + + True + False + 0 + 6 + 6 + <big><b>File exists already</b></big> + + True + + + True + False + 0 + + + + + True + False + 0 + 6 + The output file XXX for ARTIST, ALBUM, TITLE exists already. Do you want to skip or overwrite? + True + True + + + True + False + 1 + + + + + _Apply to entire queue + True + True + False + False + True + True + + + False + False + 4 + 2 + + + + + True + True + 1 + + + + + True + True + 2 + + + + + + button3 + overwritebutton + skipbutton + + + + True + False + gtk-add + + + True + False + 6 + gtk-dialog-warning + 1 + + + True + False + gtk-directory + + + True + False + gtk-clear + + + True + False + 0 + 12 + 12 + gtk-dialog-error + 1 + + + 1 + 100 + 1 + 1 + + + + + + + + + artist/album + + + artist - album + + + + + + + + + + + + Very Low + + + Low + + + Normal + + + High + + + Very High + + + Insanely High + + + + + + + + + + + 8 bits (very low quality) + + + 16 bits (default) + + + 32 bits + + + + + + + + + + + Less (Faster) + + + Default + + + Better (Slower) + + + + + + + + + + + Very Low + + + Low + + + Normal + + + High + + + Very High + + + Insanely High + + + + + + + + + + + Constant (CBR) + + + Average (ABR) + + + Variable (VBR) - Best quality + + + + + + + + + + + Very Low + + + Low + + + Normal + + + High + + + Very High + + + Insanely High + + + + + + + + + + + Ogg Vorbis (.ogg) + + + MP3 (.mp3) + + + FLAC Lossless (.flac) + + + MS Wave (.wav) + + + AAC (.m4a) + + + Opus (.opus) + + + GNOME Audio Profile + + + + + + + + + + + track_number - track_title + + + track_title + + + + + + + + + + + + + + 8000 + + + 11025 + + + 22050 + + + 44100 + + + 48000 + + + 72000 + + + 96000 + + + 128000 + + + + + False + Preferences + True + soundconverter + dialog + + + True + False + vertical + + + True + False + end + + + gtk-close + True + True + True + False + False + True + + + False + False + 0 + + + + + False + True + end + 0 + + + + + True + False + 12 + 12 + + + True + False + 0 + none + + + True + False + 4 + 12 + + + True + False + 4 + 2 + 4 + 4 + + + True + False + liststore10 + + + + + 0 + + + + + 1 + 2 + 2 + 3 + + + + + + + Same folder as the input file + True + True + False + False + True + True + + + + + + + + + True + True + False + False + + + + True + False + 0 + 0 + + + True + False + 2 + + + True + False + gtk-open + + + False + False + 0 + + + + + True + False + Choose... + True + + + False + False + 1 + + + + + + + + + 1 + 2 + 1 + 2 + + + + + + + Into a specified folder + 320 + True + True + False + False + True + True + same_folder_as_input + + + + 1 + 2 + + + + + + + Create subfolders: + True + True + False + False + True + True + + + + 2 + 3 + GTK_FILL + + 12 + + + + + Delete original file + True + True + False + False + True + True + + + + 3 + 4 + GTK_FILL + + + + + + + + + + + + + + + + True + False + <b>Where to place results?</b> + True + + + + + False + False + 0 + + + + + True + False + 0 + none + + + True + False + 4 + 12 + + + True + False + 4 + + + True + False + liststore9 + + + + + 0 + + + + + False + True + 0 + + + + + True + False + 4 + + + True + False + 0 + Filename pattern: + + + False + False + 0 + + + + + True + True + + False + False + + + + True + True + 1 + + + + + False + True + 1 + + + + + Replace all messy characters + True + True + False + Replace \, ?, %, *, :, |, ', ", <, > and � with _ + False + True + True + + + + False + False + 2 + + + + + True + False + 4 + + + True + False + <i>Example filename:</i> + True + + + False + False + 0 + + + + + True + False + 0 + label27 + True + True + start + True + + + True + True + 1 + + + + + + + + True + True + 3 + + + + + + + + + True + False + <b>How to name files?</b> + True + + + + + False + False + 1 + + + + + True + False + 0 + none + + + True + False + 4 + 12 + + + True + False + 6 + + + True + False + 6 + + + 100 + True + False + 0 + Format: + + + False + False + 0 + + + + + True + False + liststore8 + + + + + 0 + + + + + True + True + 1 + + + + + False + True + 0 + + + + + + + + True + True + bottom + False + + + True + False + 4 + + + True + False + 3 + 2 + 6 + 6 + + + True + False + liststore7 + + + + + 0 + + + + + 1 + 2 + + + + + + 100 + True + False + 0 + Quality: + + + GTK_FILL + + + + + + Use .oga extension + True + True + False + False + True + True + + + + 1 + 2 + 2 + 3 + GTK_FILL + + + + + + True + False + 0 + right + + + + 1 + 2 + 1 + 2 + + + + + + + + + + + False + False + 0 + + + + + + + True + False + Ogg + + + False + + + + + True + False + 4 + 2 + 6 + 4 + + + True + False + liststore6 + + + + + 0 + + + + + 1 + 2 + + + + + + True + False + liststore5 + + + + + 0 + + + + + 1 + 2 + 1 + 2 + + + + + + 100 + True + False + 0 + Bitrate mode: + + + GTK_FILL + + + + + + True + False + 0 + Quality: + + + 1 + 2 + GTK_FILL + + + + + + True + False + 0 + right + + + + 1 + 2 + 2 + 3 + + + + + True + False + + + + + + + + + True + + False + False + + + True + True + 2 + + + + + 1 + 2 + 3 + 4 + + + + + + + + + + + 1 + + + + + True + False + MP3 + + + 1 + False + + + + + True + False + 2 + 2 + 6 + 4 + + + 100 + True + False + 0 + Compression: + + + GTK_FILL + + + + + + True + False + liststore4 + + + + + 0 + + + + + 1 + 2 + GTK_FILL + + + + + + + + + + + 2 + + + + + True + False + FLAC + + + 2 + False + + + + + True + False + 2 + 2 + 6 + 4 + + + 100 + True + False + 0 + Sample width: + + + GTK_FILL + + + + + + True + False + liststore3 + + + + + 0 + + + + + 1 + 2 + GTK_FILL + + + + + + + + + + + 3 + + + + + True + False + WAV + + + 3 + False + + + + + True + False + 2 + 2 + 6 + 6 + + + 100 + True + False + 0 + Quality: + + + GTK_FILL + + + + + + True + False + liststore2 + + + + + 0 + + + + + 1 + 2 + GTK_FILL + + + + + + + + + + + 4 + + + + + True + False + AAC + + + 4 + False + + + + + True + False + 2 + 2 + 6 + 6 + + + 100 + True + False + 0 + Quality: + + + GTK_FILL + + + + + + True + False + liststore2 + + + + + 0 + + + + + 1 + 2 + GTK_FILL + + + + + + + + + + + 5 + + + + + True + False + Opus + + + 5 + False + + + + + True + False + 2 + 2 + 6 + 6 + + + 100 + True + False + 0 + Profile: + + + GTK_FILL + + + + + + True + False + liststore11 + + + + 1 + 2 + GTK_FILL + + + + + + + + + + + 6 + + + + + True + False + gst-profile + + + 6 + False + + + + + True + True + 2 + + + + + True + False + 0 + ~xxx kbps + + + False + False + 3 + + + + + + + + + True + False + <b>Type of result?</b> + True + + + + + False + False + 2 + + + + + True + False + 4 + + + Resample + True + False + False + False + True + True + + + + False + True + 12 + 0 + + + + + True + False + liststore_resample + 0 + + + + False + False + 1 + + + + + True + False + Hz + + + False + True + 2 + + + + + False + False + 3 + + + + + True + False + 4 + + + Force mono output + True + False + False + False + True + True + + + + False + True + 12 + 0 + + + + + False + False + 4 + + + + + True + False + 4 + + + Limit number of parallel jobs + True + True + False + False + True + True + + + + False + True + 12 + 0 + + + + + True + True + + False + False + jobs_adjustment + 1 + + + + False + False + 1 + + + + + + + + False + False + 5 + + + + + True + False + + + True + True + 6 + + + + + False + 4 + + + False + + + False + True + 0 + + + + + True + False + + + True + False + 12 + + + True + False + gtk-dialog-info + + + False + False + 0 + + + + + True + False + MP3 Encoder is not present. + + + False + False + 1 + + + + + + + + Read how to install + True + True + True + True + False + none + http://soundconverter.org/gstreamer-mp3-encoding-howto/ + + + True + True + 3 + + + + + True + False + 0 + + + + + True + True + 1 + + + + + True + True + 7 + + + + + True + True + 2 + + + + + + closebutton2 + + + + False + 5 + Where to place results? + dialog + select-folder + False + + + True + False + vertical + 24 + + + True + False + end + + + gtk-cancel + True + True + True + False + False + True + + + False + False + 0 + + + + + gtk-open + True + True + True + True + False + False + True + + + False + False + 1 + + + + + False + True + end + 0 + + + + + + button5 + button6 + + + + True + False + SoundConverter + center + 500 + 500 + soundconverter + + + + True + False + + + True + False + + + True + False + False + _File + True + + + False + + + _Add File + True + False + False + True + image2 + False + + + + + + + Add _Folder + True + False + False + True + False + + + + + + + gtk-remove + True + False + False + True + True + + + + + + + True + False + + + + + gtk-quit + True + False + False + True + True + + + + + + + + + + + True + False + False + _Edit + True + + + False + + + gtk-select-all + True + False + False + True + True + + + + + _Clear List + True + False + False + True + image5 + False + + + + + + + True + False + + + + + gtk-preferences + True + False + False + True + True + + + + + + + + + + True + False + False + _Help + True + + + False + + + + + + + + + + False + False + 0 + + + + + + + + + + + True + False + both + + + True + False + False + True + gtk-convert + + + + False + True + + + + + True + False + + + False + + + + + True + False + False + True + + + False + + + + + True + False + False + True + _Add File + True + gtk-add + + + + False + True + + + + + True + False + False + True + Add _Folder + True + gtk-directory + + + + False + True + + + + + True + False + False + True + gtk-clear + + + + False + True + + + + + True + False + + + False + + + + + True + False + False + True + gtk-preferences + + + + False + True + + + + + False + False + True + gtk-quit + + + + False + True + + + + + False + True + 3 + + + + + True + True + never + + + True + True + 1000 + False + False + True + + + + + + + + True + True + 4 + + + + + True + False + + + False + 6 + 6 + + + True + False + 6 + + + True + False + + + True + False + 0.20000000298000001 + 0.10000000149 + + + False + False + 0 + + + + + True + True + 0 + + + + + + + + gtk-cancel + True + True + False + False + True + + + + False + False + 2 + + + + + gtk-media-pause + True + True + False + False + True + + + + False + False + 3 + + + + + False + True + 0 + + + + + False + 0 + current file + middle + True + + + False + False + 1 + + + + + False + False + 0 + + + + + True + False + 6 + 6 + + + 22 + True + False + status text here + True + + + False + False + 0 + + + + + + + + True + False + 0.19 + + + False + False + end + 2 + + + + + False + False + end + 1 + + + + + False + + + True + False + gtk-dialog-error + 6 + + + True + True + 0 + + + + + True + False + + + True + True + 1 + + + + + + + + True + True + 2 + + + + + False + False + 5 + + + + + + diff --git a/data/soundconverter.png b/data/soundconverter.png new file mode 100644 index 0000000..7469bc3 Binary files /dev/null and b/data/soundconverter.png differ diff --git a/data/soundconverter.svg b/data/soundconverter.svg new file mode 100644 index 0000000..69ba6ba --- /dev/null +++ b/data/soundconverter.svg @@ -0,0 +1,790 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Generic Audio + + + Jakub Steiner + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1