commit yast2-sound for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-sound for openSUSE:Factory checked in at Mon Jun 29 17:45:01 CEST 2009. -------- --- yast2-sound/yast2-sound.changes 2009-04-10 15:41:21.000000000 +0200 +++ yast2-sound/yast2-sound.changes 2009-06-17 16:38:53.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jun 16 14:58:02 CEST 2009 - mvidner@suse.cz + +- Using autodocs-ycp.ami, which contains a fix for automake 1.11. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-sound.spec ++++++ --- /var/tmp/diff_new_pack.m31898/_old 2009-06-29 17:44:43.000000000 +0200 +++ /var/tmp/diff_new_pack.m31898/_new 2009-06-29 17:44:43.000000000 +0200 @@ -20,8 +20,8 @@ Name: yast2-sound Version: 2.18.1 -Release: 1 -License: GPL v2 or later +Release: 2 +License: GPL Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-sound-2.18.1.tar.bz2 @@ -41,12 +41,6 @@ %description This package contains the YaST2 component for sound card configuration. - - -Authors: --------- - Dan Meszaros - %prep %setup -n yast2-sound-2.18.1 ++++++ yast2-sound-2.18.1.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/agent-audio/doc/autodocs/Makefile.am new/yast2-sound-2.18.1/agent-audio/doc/autodocs/Makefile.am --- old/yast2-sound-2.18.1/agent-audio/doc/autodocs/Makefile.am 2007-05-18 12:48:55.000000000 +0200 +++ new/yast2-sound-2.18.1/agent-audio/doc/autodocs/Makefile.am 2009-06-16 14:57:35.000000000 +0200 @@ -1,13 +1,6 @@ # -# Makefile.am for .../agent-XXpkgXX/doc/autodocs +# Makefile.am for .../agent-audio/doc/autodocs # -htmldir = $(docdir)/autodocs - -html_DATA = index.html $(wildcard *.html *.png) doxygen.css @RPMNAME@.tag -CLEANFILES = $(html_DATA) doxygen.log doxygen.conf installdox - -doxygen.css @RPMNAME@.tag: index.html - -index.html: $(srcdir)/../../src/*.h - @ybindir@/ydoxygen PROJECT_NAME=@RPMNAME@ +AUTODOCS_SUBDIR=agent-audio +include $(top_srcdir)/autodocs-cc.ami diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/agent-audio/doc/autodocs/Makefile.in new/yast2-sound-2.18.1/agent-audio/doc/autodocs/Makefile.in --- old/yast2-sound-2.18.1/agent-audio/doc/autodocs/Makefile.in 2009-04-10 15:40:03.000000000 +0200 +++ new/yast2-sound-2.18.1/agent-audio/doc/autodocs/Makefile.in 2009-06-21 13:00:57.000000000 +0200 @@ -15,9 +15,33 @@ @SET_MAKE@ # -# Makefile.am for .../agent-XXpkgXX/doc/autodocs +# Makefile.am for .../agent-audio/doc/autodocs # +# -*- makefile -*- Automake include file +# $Id: autodocs-cc.ami 28248 2006-02-21 14:14:07Z mvidner $ + +# Builds source documentation for C++ sources. +# Builds and installs by default, intended for base packages where the +# docs is useful for developers of leaf packages. + +# PARAMETERS: (additional to those of autodocs-cc-base) +# AUTODOCS_SUBDIR: htmldir will be $(docdir)/$(AUTODOCS_SUBDIR)/autodocs + +# -*- makefile -*- Automake include file +# $Id: autodocs-cc.ami 23704 2005-06-10 17:36:13Z mvidner $ + +# This is a common base for autodocs-cc-{,off}.ami +# and should NOT be used directly + +# Builds source documentation for C++ sources +# Uses doxygen (ydoxygen) +# PARAMETERS: +# AUTODOCS_CC: Directories that the C++ autodocs is built from +# Optional - the default is $(srcdir)/../../src +# AUTODOCS_DEPS: dependencies of the docs, default is $(AUTODOCS_CC)/*.h +# AUTODOCS_PARAMS: more params for ydoxygen + VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -37,8 +61,10 @@ build_triplet = @build@ host_triplet = @host@ target_triplet = @target@ +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/autodocs-cc-base.ami \ + $(top_srcdir)/autodocs-cc.ami subdir = agent-audio/doc/autodocs -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \ $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \ @@ -178,7 +204,7 @@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ -htmldir = $(docdir)/autodocs +htmldir = $(docdir)/$(AUTODOCS_SUBDIR)/autodocs imagedir = @imagedir@ includedir = @includedir@ infodir = @infodir@ @@ -220,12 +246,14 @@ ydatadir = @ydatadir@ yncludedir = @yncludedir@ ystartupdir = @ystartupdir@ -html_DATA = index.html $(wildcard *.html *.png) doxygen.css @RPMNAME@.tag -CLEANFILES = $(html_DATA) doxygen.log doxygen.conf installdox +AUTODOCS_SUBDIR = agent-audio +html_data = index.html $(wildcard *.html *.png) doxygen.css @RPMNAME@.tag +CLEANFILES = $(html_data) doxygen.log doxygen.conf installdox +html_DATA = $(html_data) all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/autodocs-cc.ami $(top_srcdir)/autodocs-cc-base.ami $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -411,10 +439,13 @@ uninstall uninstall-am uninstall-htmlDATA +AUTODOCS_CC ?= $(srcdir)/../../src +AUTODOCS_DEPS ?= $(AUTODOCS_CC)/*.h + doxygen.css @RPMNAME@.tag: index.html -index.html: $(srcdir)/../../src/*.h - @ybindir@/ydoxygen PROJECT_NAME=@RPMNAME@ +index.html: $(AUTODOCS_DEPS) + ${YDOXYGEN} PROJECT_NAME=@RPMNAME@ INPUT=$(AUTODOCS_CC) $(AUTODOCS_PARAMS) # 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 -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/agent-audio/src/YastChannelId.cc new/yast2-sound-2.18.1/agent-audio/src/YastChannelId.cc --- old/yast2-sound-2.18.1/agent-audio/src/YastChannelId.cc 2009-01-09 10:10:56.000000000 +0100 +++ new/yast2-sound-2.18.1/agent-audio/src/YastChannelId.cc 2009-04-29 13:04:19.000000000 +0200 @@ -19,7 +19,7 @@ */ /* - File: $Id:$ + File: $Id: YastChannelId.cc 57029 2009-04-29 11:04:19Z lslezak $ Author: Ladislav Slezák <lslezak@novell.com> Summary: Class for converting Alsa channel name to Yast channel ID and vice versea. */ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/agent-audio/src/YastChannelId.h new/yast2-sound-2.18.1/agent-audio/src/YastChannelId.h --- old/yast2-sound-2.18.1/agent-audio/src/YastChannelId.h 2009-01-07 13:57:29.000000000 +0100 +++ new/yast2-sound-2.18.1/agent-audio/src/YastChannelId.h 2009-04-29 13:04:19.000000000 +0200 @@ -19,7 +19,7 @@ */ /* - File: $Id:$ + File: $Id: YastChannelId.h 57029 2009-04-29 11:04:19Z lslezak $ Author: Ladislav Slezák <lslezak@novell.com> Summary: Class for converting Alsa channel name to Yast channel ID and vice versea. */ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/autodocs-cc.ami new/yast2-sound-2.18.1/autodocs-cc.ami --- old/yast2-sound-2.18.1/autodocs-cc.ami 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-sound-2.18.1/autodocs-cc.ami 2009-06-21 13:00:41.000000000 +0200 @@ -0,0 +1,14 @@ +# -*- makefile -*- Automake include file +# $Id: autodocs-cc.ami 28248 2006-02-21 14:14:07Z mvidner $ + +# Builds source documentation for C++ sources. +# Builds and installs by default, intended for base packages where the +# docs is useful for developers of leaf packages. + +# PARAMETERS: (additional to those of autodocs-cc-base) +# AUTODOCS_SUBDIR: htmldir will be $(docdir)/$(AUTODOCS_SUBDIR)/autodocs + +include $(top_srcdir)/autodocs-cc-base.ami + +htmldir = $(docdir)/$(AUTODOCS_SUBDIR)/autodocs +html_DATA = $(html_data) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/autodocs-cc-base.ami new/yast2-sound-2.18.1/autodocs-cc-base.ami --- old/yast2-sound-2.18.1/autodocs-cc-base.ami 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-sound-2.18.1/autodocs-cc-base.ami 2009-06-21 13:00:41.000000000 +0200 @@ -0,0 +1,24 @@ +# -*- makefile -*- Automake include file +# $Id: autodocs-cc.ami 23704 2005-06-10 17:36:13Z mvidner $ + +# This is a common base for autodocs-cc-{,off}.ami +# and should NOT be used directly + +# Builds source documentation for C++ sources +# Uses doxygen (ydoxygen) +# PARAMETERS: +# AUTODOCS_CC: Directories that the C++ autodocs is built from +# Optional - the default is $(srcdir)/../../src +# AUTODOCS_DEPS: dependencies of the docs, default is $(AUTODOCS_CC)/*.h +# AUTODOCS_PARAMS: more params for ydoxygen + +AUTODOCS_CC ?= $(srcdir)/../../src +AUTODOCS_DEPS ?= $(AUTODOCS_CC)/*.h + +html_data = index.html $(wildcard *.html *.png) doxygen.css @RPMNAME@.tag +CLEANFILES = $(html_data) doxygen.log doxygen.conf installdox + +doxygen.css @RPMNAME@.tag: index.html + +index.html: $(AUTODOCS_DEPS) + ${YDOXYGEN} PROJECT_NAME=@RPMNAME@ INPUT=$(AUTODOCS_CC) $(AUTODOCS_PARAMS) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/autodocs-ycp.ami new/yast2-sound-2.18.1/autodocs-ycp.ami --- old/yast2-sound-2.18.1/autodocs-ycp.ami 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-sound-2.18.1/autodocs-ycp.ami 2009-06-21 13:00:41.000000000 +0200 @@ -0,0 +1,27 @@ +# -*- makefile -*- Automake include file +# $Id: autodocs-ycp.ami 33394 2006-10-13 11:51:40Z mvidner $ + +# Builds source documentation for YCP sources +# Uses ycpdoc +# PARAMETERS: +# AUTODOCS_YCP: Files that the ycp autodocs is built from +# Optional - the default is $(srcdir)/../../src/*.ycp +# AUTODOCS_PM: Files that the perl autodocs is built from +# Optional - the default is $(srcdir)/../../src/*.pm + +htmldir = $(docdir)/autodocs + +html_DATA = index.html $(wildcard *.html) +CLEANFILES = $(html_DATA) pod2htm*.tmp + +AUTODOCS_YCP ?= $(wildcard $(srcdir)/../../src/*.ycp) +AUTODOCS_PM ?= $(wildcard $(srcdir)/../../src/*.pm) + +index.html: $(AUTODOCS_YCP) $(AUTODOCS_PM) +#including *.pm, for the index + ${YCPDOC} -d. $^ + for i in $(AUTODOCS_PM); do \ + b=`basename $$i`; b=$${b%.pm}; \ + pod2html --title=$$b --infile=$$i --outfile=$$b.html; \ + echo "<a href='$$b.html'>$$b</a>" > $$b.mod.html; \ + done diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/configure.in new/yast2-sound-2.18.1/configure.in --- old/yast2-sound-2.18.1/configure.in 2009-04-10 15:39:44.000000000 +0200 +++ new/yast2-sound-2.18.1/configure.in 2009-06-21 13:00:40.000000000 +0200 @@ -1,6 +1,6 @@ dnl configure.in for yast2-sound dnl -dnl -- This file is generated by y2autoconf 2.17.6 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.18.5 - DO NOT EDIT! -- dnl (edit configure.in.in instead) AC_INIT(yast2-sound, 2.18.1, http://bugs.opensuse.org/, yast2-sound) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/Makefile.am new/yast2-sound-2.18.1/Makefile.am --- old/yast2-sound-2.18.1/Makefile.am 2009-04-10 15:39:45.000000000 +0200 +++ new/yast2-sound-2.18.1/Makefile.am 2009-06-21 13:00:41.000000000 +0200 @@ -32,7 +32,7 @@ # less strict; prefer bzip2 AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip -# where devtools instal m4 snippets +# where devtools install m4 snippets # argh, executed literally #ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal ACLOCAL_AMFLAGS = -I . -I `if test -d ./devtools/admin; then echo ./devtools/admin; else pkg-config --print-errors --variable=datadir yast2-devtools; fi`/aclocal diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/Makefile.in new/yast2-sound-2.18.1/Makefile.in --- old/yast2-sound-2.18.1/Makefile.in 2009-04-10 15:40:04.000000000 +0200 +++ new/yast2-sound-2.18.1/Makefile.in 2009-06-21 13:00:58.000000000 +0200 @@ -274,7 +274,7 @@ # less strict; prefer bzip2 AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip -# where devtools instal m4 snippets +# where devtools install m4 snippets # argh, executed literally #ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal ACLOCAL_AMFLAGS = -I . -I `if test -d ./devtools/admin; then echo ./devtools/admin; else pkg-config --print-errors --variable=datadir yast2-devtools; fi`/aclocal diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/sound/config/Makefile.am new/yast2-sound-2.18.1/sound/config/Makefile.am --- old/yast2-sound-2.18.1/sound/config/Makefile.am 2007-05-18 12:48:55.000000000 +0200 +++ new/yast2-sound-2.18.1/sound/config/Makefile.am 2009-04-29 12:58:09.000000000 +0200 @@ -1,7 +1,7 @@ # # Makefile.am for sound/sound/config # -# $Id:$ +# $Id: Makefile.am 57028 2009-04-29 10:58:09Z lslezak $ # schemafilesdir = $(schemadir)/autoyast/rnc diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/sound/config/Makefile.in new/yast2-sound-2.18.1/sound/config/Makefile.in --- old/yast2-sound-2.18.1/sound/config/Makefile.in 2009-04-10 15:40:04.000000000 +0200 +++ new/yast2-sound-2.18.1/sound/config/Makefile.in 2009-06-21 13:00:58.000000000 +0200 @@ -17,7 +17,7 @@ # # Makefile.am for sound/sound/config # -# $Id:$ +# $Id: Makefile.am 57028 2009-04-29 10:58:09Z lslezak $ # VPATH = @srcdir@ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/sound/doc/autodocs/Makefile.am new/yast2-sound-2.18.1/sound/doc/autodocs/Makefile.am --- old/yast2-sound-2.18.1/sound/doc/autodocs/Makefile.am 2007-05-18 12:48:55.000000000 +0200 +++ new/yast2-sound-2.18.1/sound/doc/autodocs/Makefile.am 2009-06-16 10:05:24.000000000 +0200 @@ -1,9 +1,3 @@ # Makefile.am for YCP module .../doc/autodocs -htmldir = @docdir@/autodocs - -html_DATA = index.html $(wildcard *.html) -CLEANFILES = $(html_DATA) - -index.html: $(srcdir)/../../src/*.ycp - @ybindir@/ycpdoc -d. $(srcdir)/../../src/*.ycp +include $(top_srcdir)/autodocs-ycp.ami diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/sound/doc/autodocs/Makefile.in new/yast2-sound-2.18.1/sound/doc/autodocs/Makefile.in --- old/yast2-sound-2.18.1/sound/doc/autodocs/Makefile.in 2009-04-10 15:40:04.000000000 +0200 +++ new/yast2-sound-2.18.1/sound/doc/autodocs/Makefile.in 2009-06-21 13:00:58.000000000 +0200 @@ -16,6 +16,17 @@ # Makefile.am for YCP module .../doc/autodocs +# -*- makefile -*- Automake include file +# $Id: autodocs-ycp.ami 33394 2006-10-13 11:51:40Z mvidner $ + +# Builds source documentation for YCP sources +# Uses ycpdoc +# PARAMETERS: +# AUTODOCS_YCP: Files that the ycp autodocs is built from +# Optional - the default is $(srcdir)/../../src/*.ycp +# AUTODOCS_PM: Files that the perl autodocs is built from +# Optional - the default is $(srcdir)/../../src/*.pm + VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -35,8 +46,9 @@ build_triplet = @build@ host_triplet = @host@ target_triplet = @target@ +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/autodocs-ycp.ami subdir = sound/doc/autodocs -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \ $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \ @@ -176,7 +188,7 @@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ -htmldir = @docdir@/autodocs +htmldir = $(docdir)/autodocs imagedir = @imagedir@ includedir = @includedir@ infodir = @infodir@ @@ -219,11 +231,11 @@ yncludedir = @yncludedir@ ystartupdir = @ystartupdir@ html_DATA = index.html $(wildcard *.html) -CLEANFILES = $(html_DATA) +CLEANFILES = $(html_DATA) pod2htm*.tmp all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/autodocs-ycp.ami $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -409,8 +421,17 @@ uninstall uninstall-am uninstall-htmlDATA -index.html: $(srcdir)/../../src/*.ycp - @ybindir@/ycpdoc -d. $(srcdir)/../../src/*.ycp +AUTODOCS_YCP ?= $(wildcard $(srcdir)/../../src/*.ycp) +AUTODOCS_PM ?= $(wildcard $(srcdir)/../../src/*.pm) + +index.html: $(AUTODOCS_YCP) $(AUTODOCS_PM) +#including *.pm, for the index + ${YCPDOC} -d. $^ + for i in $(AUTODOCS_PM); do \ + b=`basename $$i`; b=$${b%.pm}; \ + pod2html --title=$$b --infile=$$i --outfile=$$b.html; \ + echo "<a href='$$b.html'>$$b</a>" > $$b.mod.html; \ + done # 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 -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/sound/src/PulseAudio.ycp new/yast2-sound-2.18.1/sound/src/PulseAudio.ycp --- old/yast2-sound-2.18.1/sound/src/PulseAudio.ycp 2008-11-19 12:12:27.000000000 +0100 +++ new/yast2-sound-2.18.1/sound/src/PulseAudio.ycp 2009-04-29 12:58:09.000000000 +0200 @@ -24,7 +24,7 @@ * Summary: Configuration of PulseAudio in desktop applications * Authors: Ladislav Slezák <lslezak@novell.com> * - * $Id:$ + * $Id: PulseAudio.ycp 57028 2009-04-29 10:58:09Z lslezak $ */ { diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-sound-2.18.1/sound.pot new/yast2-sound-2.18.1/sound.pot --- old/yast2-sound-2.18.1/sound.pot 2008-09-10 10:47:12.000000000 +0200 +++ new/yast2-sound-2.18.1/sound.pot 1970-01-01 01:00:00.000000000 +0100 @@ -1,44 +0,0 @@ -# translation of sound.po to -# Copyright (C) YEAR SuSE Linux Products GmbH, Nuernberg -# This file is distributed under the same license as the PACKAGE package. -# -# Andrew Spackman <kiwilinux@gmail.com>, 2008. -msgid "" -msgstr "" -"Project-Id-Version: sound\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-08-04 10:30+0200\n" -"PO-Revision-Date: 2008-08-28 22:05+1200\n" -"Last-Translator: Andrew Spackman <kiwilinux@gmail.com>\n" -"Language-Team: <en@li.org>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#: sound/src/sound_write.ycp:117 -#, ycp-format -msgid "" -"These required packages are not available: %1\n" -"Some sound device may not work or some features may not be supported.\n" -"\n" -"Enable or add an additional software repository containing the packages." -msgstr "" -"These required packages are not available: %1\n" -"Some sound devices may not work or some features may not be supported.\n" -"\n" -"Enable or add an additional software repository containing the packages." - -#: sound/src/texts.ycp:275 -msgid "" -"<p>\n" -"Use <b>Other</b> to set the volume of the selected card or configure\n" -"the module loading for playing MIDI files (<b>Start Sequencer</b>).\n" -"Use <b>Play Test Sound</b> to test the selected card.\n" -"</p>\n" -msgstr "" -"<p>\n" -"Use <b>Other</b> to set the volume of the selected card or configure\n" -"the module loaded for playing MIDI files (<b>Start Sequencer</b>).\n" -"Use <b>Play Test Sound</b> to test the selected card.\n" -"</p>\n" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de