From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 27 18:10:02 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 59313D76 for ; Sun, 27 Jan 2013 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 467CCEAF for ; Sun, 27 Jan 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0RIA2TR093488 for ; Sun, 27 Jan 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0RIA2kG093487; Sun, 27 Jan 2013 18:10:02 GMT (envelope-from gnats) Date: Sun, 27 Jan 2013 18:10:02 GMT Message-Id: <201301271810.r0RIA2kG093487@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org Cc: From: KATO Tsuguru Subject: Re: ports/170134: audio/denemo: Update to version 0.9.4 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: KATO Tsuguru List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2013 18:10:02 -0000 The following reply was made to PR ports/170134; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/170134: audio/denemo: Update to version 0.9.4 Date: Mon, 28 Jan 2013 02:55:39 +0900 This is a multi-part message in MIME format. --Multipart=_Mon__28_Jan_2013_02_55_39_+0900_N3Upbv6e0nEt+D_/ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Remake of the patch against current tree. --Multipart=_Mon__28_Jan_2013_02_55_39_+0900_N3Upbv6e0nEt+D_/ Content-Type: text/x-diff; name="audio_denemo.diff" Content-Disposition: attachment; filename="audio_denemo.diff" Content-Transfer-Encoding: quoted-printable diff -urN /usr/ports/audio/denemo/Makefile audio/denemo/Makefile --- /usr/ports/audio/denemo/Makefile 2013-01-28 01:06:38.000000000 +0900 +++ audio/denemo/Makefile 2013-01-28 01:16:06.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: head/audio/denemo/Makefile 311049 2013-01-27 05:55:20Z tabthor= pe $ =20 PORTNAME=3D denemo -PORTVERSION=3D 0.9.2 -PORTREVISION=3D 2 +PORTVERSION=3D 0.9.6 CATEGORIES=3D audio MASTER_SITES=3D GNU =20 @@ -11,53 +10,50 @@ COMMENT=3D Graphical score editor =20 BUILD_DEPENDS=3D portaudio>=3D19:${PORTSDIR}/audio/portaudio2 -LIB_DEPENDS=3D aubio.3:${PORTSDIR}/audio/aubio \ - fluidsynth.1:${PORTSDIR}/audio/fluidsynth \ - jack.0:${PORTSDIR}/audio/jack \ - guile.21:${PORTSDIR}/lang/guile \ - fftw3:${PORTSDIR}/math/fftw3 \ - smf.0:${PORTSDIR}/audio/libsmf +LIB_DEPENDS=3D aubio:${PORTSDIR}/audio/aubio \ + fluidsynth:${PORTSDIR}/audio/fluidsynth \ + jack:${PORTSDIR}/audio/jack \ + smf:${PORTSDIR}/audio/libsmf \ + sndfile:${PORTSDIR}/audio/libsndfile \ + evview:${PORTSDIR}/graphics/evince \ + guile:${PORTSDIR}/lang/guile \ + fftw3:${PORTSDIR}/math/fftw3 RUN_DEPENDS=3D portaudio>=3D19:${PORTSDIR}/audio/portaudio2 =20 -OPTIONS+=3D LILYPOND "Install LilyPond (Printing)" off +LICENSE=3D GPLv3 + +OPTIONS_DEFINE=3D LILYPOND DOCS EXAMPLES +LILYPOND_DESC=3D Install LilyPond (Printing) =20 USE_GNOME=3D gtk20 gtksourceview2 librsvg2 libxml2 USE_BISON=3D build GNU_CONFIGURE=3D yes CONFIGURE_ARGS=3D --enable-jack \ + --disable-portmidi \ --sysconfdir=3D${PREFIX}/etc +MAKE_JOBS_SAFE=3D yes =20 -PORTDOCS=3D * -PORTEXAMPLES=3D * - -CPPFLAGS+=3D -I${LOCALBASE}/include -LDFLAGS+=3D -L${LOCALBASE}/lib +CPPFLAGS+=3D -I${LOCALBASE}/include/portaudio2 \ + -I${LOCALBASE}/include +LDFLAGS+=3D ${LOCALBASE}/lib/portaudio2/libportaudio.so \ + -L${LOCALBASE}/lib =20 .include -.include =20 -.if defined(WITH_LILYPOND) +.if ${PORT_OPTIONS:MLILYPOND} RUN_DEPENDS+=3D lilypond:${PORTSDIR}/print/lilypond .endif =20 -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+=3D --disable-nls -PLIST_SUB+=3D NLS=3D"@comment " -.else -USE_GETTEXT=3D yes -CONFIGURE_ARGS+=3D --enable-nls -PLIST_SUB+=3D NLS=3D"" -.endif - post-patch: - @${REINPLACE_CMD} -e 's|m4 doc actions|m4 actions| ; \ - s|examples templates|templates|' \ - -e "/\/examples/d" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '//d' ${WRKSRC}/ltmain.sh + @${REINPLACE_CMD} -e \ + 's|evince-view-2.30|evince-view-2.32|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + '/^SUBDIRS/s|doc|| ; \ + /\/examples/d' ${WRKSRC}/Makefile.in =20 post-install: @${LN} -sf ${DOCSDIR}/manual ${DATADIR}/manual -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for i in AUTHORS ChangeLog NEWS README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} @@ -70,9 +66,9 @@ @${MKDIR} ${DOCSDIR}/manual/images ${INSTALL_DATA} ${WRKSRC}/doc/images/*.png ${DOCSDIR}/manual/images .endif -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.denemo ${EXAMPLESDIR} .endif =20 -.include +.include diff -urN /usr/ports/audio/denemo/distinfo audio/denemo/distinfo --- /usr/ports/audio/denemo/distinfo 2012-11-08 05:40:49.000000000 +0900 +++ audio/denemo/distinfo 2012-10-05 05:57:07.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (denemo-0.9.2.tar.gz) =3D 4853b831495a732d4dc2cd1dc0ad8c7a9bfc5bd87= 386e7cf387554bcdbb0deda -SIZE (denemo-0.9.2.tar.gz) =3D 12305392 +SHA256 (denemo-0.9.6.tar.gz) =3D b04299fbf2f3207438da043b1a6d3748c86e48e9e= e8af00de8bb2dec7795b6d4 +SIZE (denemo-0.9.6.tar.gz) =3D 13273412 diff -urN /usr/ports/audio/denemo/files/patch-src__alsabackend.h audio/dene= mo/files/patch-src__alsabackend.h --- /usr/ports/audio/denemo/files/patch-src__alsabackend.h 1970-01-01 09:00= :00.000000000 +0900 +++ audio/denemo/files/patch-src__alsabackend.h 2012-10-05 06:07:34.0000000= 00 +0900 @@ -0,0 +1,26 @@ +--- src/alsabackend.h ++++ src/alsabackend.h +@@ -0,0 +1,23 @@ ++/* ++ * alsabackend.h ++ * ALSA sequencer MIDI backend. ++ * ++ * for Denemo, a gtk+ frontend to GNU Lilypond ++ * Copyright (C) 2011 Dominic Sacr=C3=A9 ++ * ++ * This program is free software: you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation, either version 3 of the License, or ++ * (at your option) any later version. ++ */ ++ ++#ifndef ALSABACKEND_H ++#define ALSABACKEND_H ++ ++#include "audiointerface.h" ++ ++extern backend_t alsa_seq_midi_backend; ++ ++ ++#endif // ALSABACKEND_H ++ diff -urN /usr/ports/audio/denemo/files/patch-src__audiointerface.c audio/d= enemo/files/patch-src__audiointerface.c --- /usr/ports/audio/denemo/files/patch-src__audiointerface.c 1970-01-01 09= :00:00.000000000 +0900 +++ audio/denemo/files/patch-src__audiointerface.c 2012-10-05 06:06:06.0000= 00000 +0900 @@ -0,0 +1,10 @@ +--- src/audiointerface.c.orig 2012-09-20 22:44:28.771017000 +0900 ++++ src/audiointerface.c 2012-10-05 06:05:30.000000000 +0900 +@@ -14,6 +14,7 @@ + #include "audiointerface.h" + #include "eventqueue.h" + #include "dummybackend.h" ++#include "sourceaudio.h" +=20 + #ifdef _HAVE_JACK_ + #include "jackbackend.h" diff -urN /usr/ports/audio/denemo/files/patch-src__audiointerface.h audio/d= enemo/files/patch-src__audiointerface.h --- /usr/ports/audio/denemo/files/patch-src__audiointerface.h 1970-01-01 09= :00:00.000000000 +0900 +++ audio/denemo/files/patch-src__audiointerface.h 2012-10-05 06:06:16.0000= 00000 +0900 @@ -0,0 +1,12 @@ +--- src/audiointerface.h.orig 2012-09-20 22:44:28.775017000 +0900 ++++ src/audiointerface.h 2012-10-05 06:05:30.000000000 +0900 +@@ -228,6 +228,9 @@ + gboolean read_event_from_queue(backend_type_t backend, unsigned char *eve= nt_buffer, size_t *event_length, + double *event_time, double until_time); +=20 ++gboolean read_event_from_mixer_queue(backend_type_t backend, unsigned cha= r *event_buffer, size_t *event_length, ++ double *event_time, double until_time); ++ + /** + * Called by a backend to notify the audio subsystem that the current pla= yback + * time changed. Usually this is called once per period during playback. diff -urN /usr/ports/audio/denemo/files/patch-src__eventqueue.c audio/denem= o/files/patch-src__eventqueue.c --- /usr/ports/audio/denemo/files/patch-src__eventqueue.c 1970-01-01 09:00:= 00.000000000 +0900 +++ audio/denemo/files/patch-src__eventqueue.c 2012-10-05 06:06:34.00000000= 0 +0900 @@ -0,0 +1,10 @@ +--- src/eventqueue.c.orig 2012-09-20 22:44:28.795017000 +0900 ++++ src/eventqueue.c 2012-10-05 06:05:30.000000000 +0900 +@@ -13,6 +13,7 @@ +=20 + #include "eventqueue.h" + #include "midi.h" ++#include "moveviewport.h" +=20 + #include + #include diff -urN /usr/ports/audio/denemo/files/patch-src__jackbackend.h audio/dene= mo/files/patch-src__jackbackend.h --- /usr/ports/audio/denemo/files/patch-src__jackbackend.h 1970-01-01 09:00= :00.000000000 +0900 +++ audio/denemo/files/patch-src__jackbackend.h 2012-10-05 06:21:52.0000000= 00 +0900 @@ -0,0 +1,26 @@ +--- src/jackbackend.h ++++ src/jackbackend.h +@@ -0,0 +1,23 @@ ++/* ++ * jackbackend.h ++ * JACK audio and MIDI backends. ++ * ++ * for Denemo, a gtk+ frontend to GNU Lilypond ++ * Copyright (C) 2011 Dominic Sacr=C3=A9 ++ * ++ * This program is free software: you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation, either version 3 of the License, or ++ * (at your option) any later version. ++ */ ++ ++#ifndef JACKBACKEND_H ++#define JACKBACKEND_H ++ ++#include "audiointerface.h" ++ ++extern backend_t jack_audio_backend; ++extern backend_t jack_midi_backend; ++ ++ ++#endif // JACKBACKEND_H diff -urN /usr/ports/audio/denemo/files/patch-src__jackmidi.c audio/denemo/= files/patch-src__jackmidi.c --- /usr/ports/audio/denemo/files/patch-src__jackmidi.c 2012-11-08 05:40:49= .000000000 +0900 +++ audio/denemo/files/patch-src__jackmidi.c 1970-01-01 09:00:00.000000000 = +0900 @@ -1,10 +0,0 @@ ---- src/jackmidi.c.orig 2011-04-27 19:59:45.083923000 +0200 -+++ src/jackmidi.c 2011-05-07 10:44:07.000000000 +0200 -@@ -7,6 +7,7 @@ - #include - #include - #include -+#include - #include "exportmidi.h" - #include "jackmidi.h" - #include "pitchentry.h" diff -urN /usr/ports/audio/denemo/files/patch-src__jackutil.h audio/denemo/= files/patch-src__jackutil.h --- /usr/ports/audio/denemo/files/patch-src__jackutil.h 1970-01-01 09:00:00= .000000000 +0900 +++ audio/denemo/files/patch-src__jackutil.h 2012-10-05 06:22:01.000000000 = +0900 @@ -0,0 +1,40 @@ +--- src/jackutil.h ++++ src/jackutil.h +@@ -0,0 +1,37 @@ ++/* ++ * jackutil.h ++ * JACK utility functions. ++ * ++ * for Denemo, a gtk+ frontend to GNU Lilypond ++ * Copyright (C) 2011 Dominic Sacr=C3=A9 ++ * ++ * This program is free software: you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation, either version 3 of the License, or ++ * (at your option) any later version. ++ */ ++ ++#ifndef JACKUTIL_H ++#define JACKUTIL_H ++ ++#include ++ ++/** ++ * Returns a list of available JACK port names, that is, ports to which o= ur ++ * own input/output ports can be connected. ++ * ++ * If the JACK server is not running or there are no available ports, this ++ * function returns NULL. ++ * ++ * @param midi if TRUE returns MIDI ports, otherwise audio ports. ++ * @param output if TRUE returns output ports, otherwise input ports. ++ */ ++GList *get_jack_ports(gboolean midi, gboolean output); ++ ++/** ++ * Frees a list returned by get_jack_ports() ++ */ ++void free_jack_ports(GList *list); ++ ++ ++#endif // JACKUTIL_H diff -urN /usr/ports/audio/denemo/files/patch-src__portaudiobackend.c audio= /denemo/files/patch-src__portaudiobackend.c --- /usr/ports/audio/denemo/files/patch-src__portaudiobackend.c 1970-01-01 = 09:00:00.000000000 +0900 +++ audio/denemo/files/patch-src__portaudiobackend.c 2012-10-05 06:06:53.00= 0000000 +0900 @@ -0,0 +1,10 @@ +--- src/portaudiobackend.c.orig 2012-09-20 22:44:28.823018000 +0900 ++++ src/portaudiobackend.c 2012-10-05 06:05:30.000000000 +0900 +@@ -16,6 +16,7 @@ + #include "portaudioutil.h" + #include "midi.h" + #include "fluid.h" ++#include "audiointerface.h" +=20 + #include + #include diff -urN /usr/ports/audio/denemo/pkg-descr audio/denemo/pkg-descr --- /usr/ports/audio/denemo/pkg-descr 2012-11-08 05:40:49.000000000 +0900 +++ audio/denemo/pkg-descr 2012-10-05 05:16:24.000000000 +0900 @@ -1,8 +1,4 @@ -from the README: - -GNU Denemo is a graphical music notation program. It is intended -to be used in conjunction with GNU Lilypond. +GNU Denemo is a graphical music notation program. It is intended to be +used in conjunction with GNU Lilypond. =20 WWW: http://www.denemo.org/ - -Trevor Johnson diff -urN /usr/ports/audio/denemo/pkg-plist audio/denemo/pkg-plist --- /usr/ports/audio/denemo/pkg-plist 2012-11-08 05:40:49.000000000 +0900 +++ audio/denemo/pkg-plist 2012-10-05 06:31:11.000000000 +0900 @@ -1,4 +1,5 @@ bin/denemo +bin/denemo_file_update.sh %%ETCDIR%%/denemo.conf share/applications/denemo.desktop %%DATADIR%%/actions/AllCommands.commands @@ -66,6 +67,8 @@ %%DATADIR%%/actions/bitmaps/RepeatOpen.png %%DATADIR%%/actions/bitmaps/RepeatStart.png %%DATADIR%%/actions/bitmaps/SecondTimeBar.png +%%DATADIR%%/actions/bitmaps/Speaker_Icon.svg +%%DATADIR%%/actions/bitmaps/Speaker_Icon_Mute.svg %%DATADIR%%/actions/bitmaps/StartBeam.png %%DATADIR%%/actions/bitmaps/StartDownStems.png %%DATADIR%%/actions/bitmaps/StartTupletNumbering.png @@ -460,6 +463,7 @@ %%DATADIR%%/actions/bitmaps/pedal.d.svg %%DATADIR%%/actions/bitmaps/pedal.e.svg %%DATADIR%%/actions/bitmaps/period.svg +%%DATADIR%%/actions/bitmaps/piano_brace.svg %%DATADIR%%/actions/bitmaps/plus.svg %%DATADIR%%/actions/bitmaps/pppp.png %%DATADIR%%/actions/bitmaps/ppppp.png @@ -607,12 +611,601 @@ %%DATADIR%%/actions/bitmaps/z.svg %%DATADIR%%/actions/bitmaps/zero.svg %%DATADIR%%/actions/block.l -%%DATADIR%%/actions/denemo.scm +%%DATADIR%%/actions/commandscripts/Ab-Major.scm +%%DATADIR%%/actions/commandscripts/Ab-Pentascale.scm +%%DATADIR%%/actions/commandscripts/AccentSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/AccompanistsScore.scm +%%DATADIR%%/actions/commandscripts/AddDotSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/AddDuplicateMeasure.scm +%%DATADIR%%/actions/commandscripts/AddHighestDownAugmented4.scm +%%DATADIR%%/actions/commandscripts/AddHighestDownDiminished5.scm +%%DATADIR%%/actions/commandscripts/AddHighestDownMajor2.scm +%%DATADIR%%/actions/commandscripts/AddHighestDownMajor3.scm +%%DATADIR%%/actions/commandscripts/AddHighestDownMajor6.scm +%%DATADIR%%/actions/commandscripts/AddHighestDownMajor7.scm +%%DATADIR%%/actions/commandscripts/AddHighestDownMinor2.scm +%%DATADIR%%/actions/commandscripts/AddHighestDownMinor3.scm +%%DATADIR%%/actions/commandscripts/AddHighestDownMinor6.scm +%%DATADIR%%/actions/commandscripts/AddHighestDownMinor7.scm +%%DATADIR%%/actions/commandscripts/AddHighestDownPerfect1.scm +%%DATADIR%%/actions/commandscripts/AddHighestDownPerfect4.scm +%%DATADIR%%/actions/commandscripts/AddHighestDownPerfect5.scm +%%DATADIR%%/actions/commandscripts/AddLowestUpAugmented4.scm +%%DATADIR%%/actions/commandscripts/AddLowestUpDiminished5.scm +%%DATADIR%%/actions/commandscripts/AddLowestUpMajor2.scm +%%DATADIR%%/actions/commandscripts/AddLowestUpMajor3.scm +%%DATADIR%%/actions/commandscripts/AddLowestUpMajor6.scm +%%DATADIR%%/actions/commandscripts/AddLowestUpMajor7.scm +%%DATADIR%%/actions/commandscripts/AddLowestUpMinor2.scm +%%DATADIR%%/actions/commandscripts/AddLowestUpMinor3.scm +%%DATADIR%%/actions/commandscripts/AddLowestUpMinor6.scm +%%DATADIR%%/actions/commandscripts/AddLowestUpMinor7.scm +%%DATADIR%%/actions/commandscripts/AddLowestUpPerfect1.scm +%%DATADIR%%/actions/commandscripts/AddLowestUpPerfect4.scm +%%DATADIR%%/actions/commandscripts/AddLowestUpPerfect5.scm +%%DATADIR%%/actions/commandscripts/Allegro.scm +%%DATADIR%%/actions/commandscripts/AllegroAssai.scm +%%DATADIR%%/actions/commandscripts/AllowLineBreak.scm +%%DATADIR%%/actions/commandscripts/Ambitus.scm +%%DATADIR%%/actions/commandscripts/Anacrusis.scm +%%DATADIR%%/actions/commandscripts/Andante.scm +%%DATADIR%%/actions/commandscripts/AngryDelete.scm +%%DATADIR%%/actions/commandscripts/ApplyToSelection.scm +%%DATADIR%%/actions/commandscripts/ArbitraryTextAbove.scm +%%DATADIR%%/actions/commandscripts/ArpeggioSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/AudioPlay.scm +%%DATADIR%%/actions/commandscripts/Augment.scm +%%DATADIR%%/actions/commandscripts/AutoAccidentals.scm +%%DATADIR%%/actions/commandscripts/BarNumbers.scm +%%DATADIR%%/actions/commandscripts/BassClefNoteNameSpeedTest.scm +%%DATADIR%%/actions/commandscripts/BassDrum.scm +%%DATADIR%%/actions/commandscripts/Bb-Major.scm +%%DATADIR%%/actions/commandscripts/Bb-Pentascale.scm +%%DATADIR%%/actions/commandscripts/Beam1234.scm +%%DATADIR%%/actions/commandscripts/BeamingOff.scm +%%DATADIR%%/actions/commandscripts/BeamingOn.scm +%%DATADIR%%/actions/commandscripts/BeatChange.scm +%%DATADIR%%/actions/commandscripts/BeginPhrasingSlur.scm +%%DATADIR%%/actions/commandscripts/BookArranger.scm +%%DATADIR%%/actions/commandscripts/BookComposer.scm +%%DATADIR%%/actions/commandscripts/BookCopyright.scm +%%DATADIR%%/actions/commandscripts/BookDate.scm +%%DATADIR%%/actions/commandscripts/BookInstrumentation.scm +%%DATADIR%%/actions/commandscripts/BookPoet.scm +%%DATADIR%%/actions/commandscripts/BookTitle.scm +%%DATADIR%%/actions/commandscripts/BookmarkNamed.scm +%%DATADIR%%/actions/commandscripts/BookmarkNonPrinting.scm +%%DATADIR%%/actions/commandscripts/BreathMark.scm +%%DATADIR%%/actions/commandscripts/Breve.scm +%%DATADIR%%/actions/commandscripts/C-Major.scm +%%DATADIR%%/actions/commandscripts/C-Pentascale.scm +%%DATADIR%%/actions/commandscripts/CadenzaOn.scm +%%DATADIR%%/actions/commandscripts/CaptureMeasures.scm +%%DATADIR%%/actions/commandscripts/CaptureMeasuresForStaff.scm +%%DATADIR%%/actions/commandscripts/CautionaryAccidental.scm +%%DATADIR%%/actions/commandscripts/ChangeBalance.scm +%%DATADIR%%/actions/commandscripts/ChangeBreve.scm +%%DATADIR%%/actions/commandscripts/ChangeChannel.scm +%%DATADIR%%/actions/commandscripts/ChangeEnharmonicDown.scm +%%DATADIR%%/actions/commandscripts/ChangeEnharmonicUp.scm +%%DATADIR%%/actions/commandscripts/ChangeExpression.scm +%%DATADIR%%/actions/commandscripts/ChangeGeneric.scm +%%DATADIR%%/actions/commandscripts/ChangeHold2Pedal.scm +%%DATADIR%%/actions/commandscripts/ChangeHoldPedal.scm +%%DATADIR%%/actions/commandscripts/ChangeLegatoPedal.scm +%%DATADIR%%/actions/commandscripts/ChangeLonga.scm +%%DATADIR%%/actions/commandscripts/ChangeModwheel.scm +%%DATADIR%%/actions/commandscripts/ChangePan.scm +%%DATADIR%%/actions/commandscripts/ChangePortamento.scm +%%DATADIR%%/actions/commandscripts/ChangePrintDuration0.scm +%%DATADIR%%/actions/commandscripts/ChangePrintDuration1.scm +%%DATADIR%%/actions/commandscripts/ChangePrintDuration2.scm +%%DATADIR%%/actions/commandscripts/ChangePrintDurationBreve.scm +%%DATADIR%%/actions/commandscripts/ChangePrintDurationLonga.scm +%%DATADIR%%/actions/commandscripts/ChangeProgram.scm +%%DATADIR%%/actions/commandscripts/ChangeSoftPedal.scm +%%DATADIR%%/actions/commandscripts/ChangeStaff.scm +%%DATADIR%%/actions/commandscripts/ChangeSustenutoPedal.scm +%%DATADIR%%/actions/commandscripts/ChangeVolume.scm +%%DATADIR%%/actions/commandscripts/ChannelChange.scm +%%DATADIR%%/actions/commandscripts/Chapter.scm +%%DATADIR%%/actions/commandscripts/CheckForIncompleteMeasures.scm +%%DATADIR%%/actions/commandscripts/CheckPitches.scm +%%DATADIR%%/actions/commandscripts/CheckScore.scm +%%DATADIR%%/actions/commandscripts/CheckTiesInStaff.scm +%%DATADIR%%/actions/commandscripts/CheckTupletsInMeasure.scm +%%DATADIR%%/actions/commandscripts/ChoirStaffEnd.scm +%%DATADIR%%/actions/commandscripts/ChoirStaffStart.scm +%%DATADIR%%/actions/commandscripts/ChooseBarline.scm +%%DATADIR%%/actions/commandscripts/ChooseTimeSignature.scm +%%DATADIR%%/actions/commandscripts/ChordComment.scm +%%DATADIR%%/actions/commandscripts/ChordsForBar.scm +%%DATADIR%%/actions/commandscripts/ChordsOverBass.scm +%%DATADIR%%/actions/commandscripts/ClarinetInA.scm +%%DATADIR%%/actions/commandscripts/ClarinetInBb.scm +%%DATADIR%%/actions/commandscripts/ClearStaffProlog.scm +%%DATADIR%%/actions/commandscripts/ClefChooser.scm +%%DATADIR%%/actions/commandscripts/CloseLilyBlock.scm +%%DATADIR%%/actions/commandscripts/CloseReopenRepeat.scm +%%DATADIR%%/actions/commandscripts/CloseRepeat.scm +%%DATADIR%%/actions/commandscripts/CloseSourceAudioFile.scm +%%DATADIR%%/actions/commandscripts/CloseTransposingInstrument.scm +%%DATADIR%%/actions/commandscripts/ClosingBarline.scm +%%DATADIR%%/actions/commandscripts/Conductor.scm +%%DATADIR%%/actions/commandscripts/Congruentia.scm +%%DATADIR%%/actions/commandscripts/ConvertDrum2GmSingleSelection.scm +%%DATADIR%%/actions/commandscripts/ConvertMidiForBass.scm +%%DATADIR%%/actions/commandscripts/CountSteps.scm +%%DATADIR%%/actions/commandscripts/CreateCuesForStaff.scm +%%DATADIR%%/actions/commandscripts/CreateIntro.scm +%%DATADIR%%/actions/commandscripts/CreateOssiaStaff.scm +%%DATADIR%%/actions/commandscripts/CreateParts.scm +%%DATADIR%%/actions/commandscripts/CreatePartsFromTop.scm +%%DATADIR%%/actions/commandscripts/CriticalComment.scm +%%DATADIR%%/actions/commandscripts/CriticalCommentary.scm +%%DATADIR%%/actions/commandscripts/CriticalCommentaryIntro.scm +%%DATADIR%%/actions/commandscripts/CursorToHighestNote.scm +%%DATADIR%%/actions/commandscripts/CursorToLowestNote.scm +%%DATADIR%%/actions/commandscripts/D.C.AlFine.scm +%%DATADIR%%/actions/commandscripts/Db-Major.scm +%%DATADIR%%/actions/commandscripts/Db-Pentascale.scm +%%DATADIR%%/actions/commandscripts/DeactivateTimeSignatureStencil.scm +%%DATADIR%%/actions/commandscripts/DeleteBeamingDirective.scm +%%DATADIR%%/actions/commandscripts/DeleteCapturedMeasure.scm +%%DATADIR%%/actions/commandscripts/DeleteCapturedMeasureForStaff.scm +%%DATADIR%%/actions/commandscripts/DeleteDynamic.scm +%%DATADIR%%/actions/commandscripts/DeleteLilyPondOnChord.scm +%%DATADIR%%/actions/commandscripts/DeleteLilyPondOnNote.scm +%%DATADIR%%/actions/commandscripts/DeleteSelectionLeaveEmpty.scm +%%DATADIR%%/actions/commandscripts/DeleteStaffGroupings.scm +%%DATADIR%%/actions/commandscripts/DenemoBar.scm +%%DATADIR%%/actions/commandscripts/DenemoLink.scm +%%DATADIR%%/actions/commandscripts/DenemoPlayCursorToEnd.scm +%%DATADIR%%/actions/commandscripts/DesignateVoice.scm +%%DATADIR%%/actions/commandscripts/DiatonicInterval.scm +%%DATADIR%%/actions/commandscripts/Diminish.scm +%%DATADIR%%/actions/commandscripts/DiminishedOrAugmented.scm +%%DATADIR%%/actions/commandscripts/DiminishedOrMinor.scm +%%DATADIR%%/actions/commandscripts/DisplaceRestHorizontally.scm +%%DATADIR%%/actions/commandscripts/DotDoubleDotNoDot.scm +%%DATADIR%%/actions/commandscripts/DoubleBarline.scm +%%DATADIR%%/actions/commandscripts/DownbowSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/DrumGM2Custom.scm +%%DATADIR%%/actions/commandscripts/DuplicateChord.scm +%%DATADIR%%/actions/commandscripts/DynamicsDialog.scm +%%DATADIR%%/actions/commandscripts/Eb-Major.scm +%%DATADIR%%/actions/commandscripts/Eb-Pentascale.scm +%%DATADIR%%/actions/commandscripts/EditProlog.scm +%%DATADIR%%/actions/commandscripts/EndBeam.scm +%%DATADIR%%/actions/commandscripts/EndPhrasingSlur.scm +%%DATADIR%%/actions/commandscripts/EndSecondTimeBar.scm +%%DATADIR%%/actions/commandscripts/EndVolta.scm +%%DATADIR%%/actions/commandscripts/EnterRest.scm +%%DATADIR%%/actions/commandscripts/EvenOutStaffLengths.scm +%%DATADIR%%/actions/commandscripts/ExtendSlur.scm +%%DATADIR%%/actions/commandscripts/F-Major.scm +%%DATADIR%%/actions/commandscripts/F-Pentascale.scm +%%DATADIR%%/actions/commandscripts/F-sharp-Major.scm +%%DATADIR%%/actions/commandscripts/F-sharp-Pentascale.scm +%%DATADIR%%/actions/commandscripts/FermataSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/FiguredBassExercises.scm +%%DATADIR%%/actions/commandscripts/FiguredBassFilterOn.scm +%%DATADIR%%/actions/commandscripts/FindEditPoint.scm +%%DATADIR%%/actions/commandscripts/FindNextLowerNote.scm +%%DATADIR%%/actions/commandscripts/FindNote.scm +%%DATADIR%%/actions/commandscripts/Finger0.scm +%%DATADIR%%/actions/commandscripts/Finger1.scm +%%DATADIR%%/actions/commandscripts/Finger2.scm +%%DATADIR%%/actions/commandscripts/Finger3.scm +%%DATADIR%%/actions/commandscripts/Finger4.scm +%%DATADIR%%/actions/commandscripts/Finger5.scm +%%DATADIR%%/actions/commandscripts/FingeringsDoublestroke.scm +%%DATADIR%%/actions/commandscripts/FinishCadenza.scm +%%DATADIR%%/actions/commandscripts/FirstTimeBar.scm +%%DATADIR%%/actions/commandscripts/FixSlursInStaff.scm +%%DATADIR%%/actions/commandscripts/FlageoletSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/FlattenKeysig.scm +%%DATADIR%%/actions/commandscripts/FootPedalConductor.scm +%%DATADIR%%/actions/commandscripts/ForAllLayouts.scm +%%DATADIR%%/actions/commandscripts/ForceBarline.scm +%%DATADIR%%/actions/commandscripts/Forte.scm +%%DATADIR%%/actions/commandscripts/Fortissimo.scm +%%DATADIR%%/actions/commandscripts/FreeFermata.scm +%%DATADIR%%/actions/commandscripts/Glissando.scm +%%DATADIR%%/actions/commandscripts/GoToEmptyMeasure.scm +%%DATADIR%%/actions/commandscripts/GoToMeasureEnd.scm +%%DATADIR%%/actions/commandscripts/GraceAfter.scm +%%DATADIR%%/actions/commandscripts/GraceNoteSwitcher.scm +%%DATADIR%%/actions/commandscripts/GrandStaffEnd.scm +%%DATADIR%%/actions/commandscripts/GrandStaffStart.scm +%%DATADIR%%/actions/commandscripts/GroupStaffEnd.scm +%%DATADIR%%/actions/commandscripts/GroupStaffStart.scm +%%DATADIR%%/actions/commandscripts/HalfBarline.scm +%%DATADIR%%/actions/commandscripts/HalfDiminished7OrDiminshed7.scm +%%DATADIR%%/actions/commandscripts/HarmonicSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/HelpForReturnKey.scm +%%DATADIR%%/actions/commandscripts/HiHat.scm +%%DATADIR%%/actions/commandscripts/HiHatFoot.scm +%%DATADIR%%/actions/commandscripts/HiTom.scm +%%DATADIR%%/actions/commandscripts/Hide.scm +%%DATADIR%%/actions/commandscripts/HideBarlines.scm +%%DATADIR%%/actions/commandscripts/HideClef.scm +%%DATADIR%%/actions/commandscripts/HideEmptyStaffs.scm +%%DATADIR%%/actions/commandscripts/HideKeysig.scm +%%DATADIR%%/actions/commandscripts/HideLilyPond.scm +%%DATADIR%%/actions/commandscripts/HideMovement.scm +%%DATADIR%%/actions/commandscripts/HideNotes.scm +%%DATADIR%%/actions/commandscripts/HideOssia.scm +%%DATADIR%%/actions/commandscripts/HideTimesig.scm +%%DATADIR%%/actions/commandscripts/IRC.scm +%%DATADIR%%/actions/commandscripts/Import-Lilypond.scm +%%DATADIR%%/actions/commandscripts/Import-Midi.scm +%%DATADIR%%/actions/commandscripts/Import-MusicXml.scm +%%DATADIR%%/actions/commandscripts/IncipitFromSelection.scm +%%DATADIR%%/actions/commandscripts/Indent.scm +%%DATADIR%%/actions/commandscripts/InitialVoice.scm +%%DATADIR%%/actions/commandscripts/InitialVoiceAuto.scm +%%DATADIR%%/actions/commandscripts/InitialVoiceFour.scm +%%DATADIR%%/actions/commandscripts/InitialVoiceOne.scm +%%DATADIR%%/actions/commandscripts/InitialVoiceThree.scm +%%DATADIR%%/actions/commandscripts/InitialVoiceTwo.scm +%%DATADIR%%/actions/commandscripts/InsertBreve.scm +%%DATADIR%%/actions/commandscripts/InsertBreveRest.scm +%%DATADIR%%/actions/commandscripts/InsertCaptureMeasure.scm +%%DATADIR%%/actions/commandscripts/InsertCaptureMeasureForStaff.scm +%%DATADIR%%/actions/commandscripts/InsertLonga.scm +%%DATADIR%%/actions/commandscripts/InsertLongaRest.scm +%%DATADIR%%/actions/commandscripts/InsertOneNote.scm +%%DATADIR%%/actions/commandscripts/InsertStandaloneDirective.scm +%%DATADIR%%/actions/commandscripts/InsertTiedNoteDuration.scm +%%DATADIR%%/actions/commandscripts/InsertTwoGraceNotesBeamed.scm +%%DATADIR%%/actions/commandscripts/InsertWholeMeasureRest.scm +%%DATADIR%%/actions/commandscripts/InstrumentName.scm +%%DATADIR%%/actions/commandscripts/IntelligentDelete.scm +%%DATADIR%%/actions/commandscripts/JoinChords.scm +%%DATADIR%%/actions/commandscripts/JoinChordsToMergedChord.scm +%%DATADIR%%/actions/commandscripts/JumpDownOctave.scm +%%DATADIR%%/actions/commandscripts/JumpLeft.scm +%%DATADIR%%/actions/commandscripts/JumpRight.scm +%%DATADIR%%/actions/commandscripts/JumpUpOctave.scm +%%DATADIR%%/actions/commandscripts/LHFinger.scm +%%DATADIR%%/actions/commandscripts/Largo.scm +%%DATADIR%%/actions/commandscripts/LheelSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/LilyPondInclude.scm +%%DATADIR%%/actions/commandscripts/LimitInterSystemSpace.scm +%%DATADIR%%/actions/commandscripts/LineBreak.scm +%%DATADIR%%/actions/commandscripts/LineNumber.scm +%%DATADIR%%/actions/commandscripts/LineOrSpace.scm +%%DATADIR%%/actions/commandscripts/LoadDefaultComposerNumberkeys.scm +%%DATADIR%%/actions/commandscripts/LoadSelectDurationComposerNumberkeys.scm +%%DATADIR%%/actions/commandscripts/Longa.scm +%%DATADIR%%/actions/commandscripts/LtoeSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/Major7Minor7OrDominant7.scm +%%DATADIR%%/actions/commandscripts/MajorMinorAugmentedOrDiminished.scm +%%DATADIR%%/actions/commandscripts/MajorOrAugmented.scm +%%DATADIR%%/actions/commandscripts/MajorOrMinor.scm +%%DATADIR%%/actions/commandscripts/MakeGrace.scm +%%DATADIR%%/actions/commandscripts/MarcatoSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/MergeRests.scm +%%DATADIR%%/actions/commandscripts/MergeWithNextMeasure.scm +%%DATADIR%%/actions/commandscripts/MetronomeMarking.scm +%%DATADIR%%/actions/commandscripts/MezzoForte.scm +%%DATADIR%%/actions/commandscripts/MezzoPiano.scm +%%DATADIR%%/actions/commandscripts/MidiAdvanceOnEdit.scm +%%DATADIR%%/actions/commandscripts/MidiFilterOff.scm +%%DATADIR%%/actions/commandscripts/MidiTempo.scm +%%DATADIR%%/actions/commandscripts/MouseDefault.scm +%%DATADIR%%/actions/commandscripts/MouseInsertion.scm +%%DATADIR%%/actions/commandscripts/MoveNoteToCursor.scm +%%DATADIR%%/actions/commandscripts/MoveRest.scm +%%DATADIR%%/actions/commandscripts/MoveToMovementBeginning.scm +%%DATADIR%%/actions/commandscripts/MoveToMovementEnd.scm +%%DATADIR%%/actions/commandscripts/MoveToPreviousEmptyMeasure.scm +%%DATADIR%%/actions/commandscripts/MovementNoteheadsBaroque.scm +%%DATADIR%%/actions/commandscripts/MovementNoteheadsCross.scm +%%DATADIR%%/actions/commandscripts/MovementNoteheadsDefault.scm +%%DATADIR%%/actions/commandscripts/MovementNoteheadsDelete.scm +%%DATADIR%%/actions/commandscripts/MovementNoteheadsDiamond.scm +%%DATADIR%%/actions/commandscripts/MovementNoteheadsHarmonic-black.scm +%%DATADIR%%/actions/commandscripts/MovementNoteheadsHarmonic-mixed.scm +%%DATADIR%%/actions/commandscripts/MovementNoteheadsHarmonic.scm +%%DATADIR%%/actions/commandscripts/MovementNoteheadsMensural.scm +%%DATADIR%%/actions/commandscripts/MovementNoteheadsNeomensural.scm +%%DATADIR%%/actions/commandscripts/MovementNoteheadsPetrucci.scm +%%DATADIR%%/actions/commandscripts/MovementNoteheadsSlash.scm +%%DATADIR%%/actions/commandscripts/MovementNoteheadsXcircle.scm +%%DATADIR%%/actions/commandscripts/MovementPageBreak.scm +%%DATADIR%%/actions/commandscripts/MovementPiece.scm +%%DATADIR%%/actions/commandscripts/MovementSubtitle.scm +%%DATADIR%%/actions/commandscripts/MovementTitle.scm +%%DATADIR%%/actions/commandscripts/MultiMeasureRests.scm +%%DATADIR%%/actions/commandscripts/MvntComment.scm +%%DATADIR%%/actions/commandscripts/NeoMensuralNotehead.scm +%%DATADIR%%/actions/commandscripts/NewStaffAfter.scm +%%DATADIR%%/actions/commandscripts/NewStaffBefore.scm +%%DATADIR%%/actions/commandscripts/NewVoice.scm +%%DATADIR%%/actions/commandscripts/NextBookmark.scm +%%DATADIR%%/actions/commandscripts/NextHigher.scm +%%DATADIR%%/actions/commandscripts/NoBarline.scm +%%DATADIR%%/actions/commandscripts/NoBeam.scm +%%DATADIR%%/actions/commandscripts/NoOp.scm +%%DATADIR%%/actions/commandscripts/NoTupletNumbers.scm +%%DATADIR%%/actions/commandscripts/NonPrintingStaff.scm +%%DATADIR%%/actions/commandscripts/NormalBeamEndings.scm +%%DATADIR%%/actions/commandscripts/NormalSizeNotehead.scm +%%DATADIR%%/actions/commandscripts/NotForLayout.scm +%%DATADIR%%/actions/commandscripts/NotationMagick-InsertNoteFromPool.scm +%%DATADIR%%/actions/commandscripts/NotationMagick-InsertPoolShuffled.scm +%%DATADIR%%/actions/commandscripts/NotationMagick-InsertReversedStringAsBi= naryRhythm.scm +%%DATADIR%%/actions/commandscripts/NotationMagick-InsertReversedStringAsRe= versedBinaryRhythm.scm +%%DATADIR%%/actions/commandscripts/NotationMagick-InsertStringAsBinaryRhyt= hm.scm +%%DATADIR%%/actions/commandscripts/NotationMagick-InsertStringAsReversedBi= naryRhythm.scm +%%DATADIR%%/actions/commandscripts/NotationMagick-MirrorSelectedObjects.scm +%%DATADIR%%/actions/commandscripts/NotationMagick-RandomWithinClefRangeChr= omatic.scm +%%DATADIR%%/actions/commandscripts/NotationMagick-RandomWithinClefRangeDia= tonic.scm +%%DATADIR%%/actions/commandscripts/NotationMagick-ReverseSelectedObjects.s= cm +%%DATADIR%%/actions/commandscripts/NotationMagick-ShuffleSelectedObjects.s= cm +%%DATADIR%%/actions/commandscripts/NotationMagick-SortSelectionAscending.s= cm +%%DATADIR%%/actions/commandscripts/NotationMagick-SortSelectionDescending.= scm +%%DATADIR%%/actions/commandscripts/NotationMagick-TwelveToneRow.scm +%%DATADIR%%/actions/commandscripts/NoteColumnShift.scm +%%DATADIR%%/actions/commandscripts/NoteNameSpeedTest.scm +%%DATADIR%%/actions/commandscripts/NoteNamesDefault.scm +%%DATADIR%%/actions/commandscripts/NoteNamesMove.scm +%%DATADIR%%/actions/commandscripts/OnlyForLayout.scm +%%DATADIR%%/actions/commandscripts/OpEight.scm +%%DATADIR%%/actions/commandscripts/OpFive.scm +%%DATADIR%%/actions/commandscripts/OpFour.scm +%%DATADIR%%/actions/commandscripts/OpNine.scm +%%DATADIR%%/actions/commandscripts/OpOne.scm +%%DATADIR%%/actions/commandscripts/OpSeven.scm +%%DATADIR%%/actions/commandscripts/OpSix.scm +%%DATADIR%%/actions/commandscripts/OpThree.scm +%%DATADIR%%/actions/commandscripts/OpTwo.scm +%%DATADIR%%/actions/commandscripts/OpZero.scm +%%DATADIR%%/actions/commandscripts/OpenAudio.scm +%%DATADIR%%/actions/commandscripts/OpenFirstTimeBar.scm +%%DATADIR%%/actions/commandscripts/OpenMyDefaultTemplate.scm +%%DATADIR%%/actions/commandscripts/OpenOctaveDown.scm +%%DATADIR%%/actions/commandscripts/OpenOctaveUp.scm +%%DATADIR%%/actions/commandscripts/OpenRepeat.scm +%%DATADIR%%/actions/commandscripts/OpenSecondTimeBar.scm +%%DATADIR%%/actions/commandscripts/OpenSourceDialog.scm +%%DATADIR%%/actions/commandscripts/Ottava.scm +%%DATADIR%%/actions/commandscripts/PageBreak.scm +%%DATADIR%%/actions/commandscripts/PaperSize.scm +%%DATADIR%%/actions/commandscripts/ParenthesizeChord.scm +%%DATADIR%%/actions/commandscripts/ParenthesizeNote.scm +%%DATADIR%%/actions/commandscripts/PasteReplaceSelection.scm +%%DATADIR%%/actions/commandscripts/PianoStaffEnd.scm +%%DATADIR%%/actions/commandscripts/PianoStaffStart.scm +%%DATADIR%%/actions/commandscripts/Piece.scm +%%DATADIR%%/actions/commandscripts/PitchShift.scm +%%DATADIR%%/actions/commandscripts/PlaceFiguredBassBelow.scm +%%DATADIR%%/actions/commandscripts/PointAndClick.scm +%%DATADIR%%/actions/commandscripts/PortatoSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/Presto.scm +%%DATADIR%%/actions/commandscripts/PrevBookmark.scm +%%DATADIR%%/actions/commandscripts/Preview4Bars.scm +%%DATADIR%%/actions/commandscripts/PrintAccompanistsScore.scm +%%DATADIR%%/actions/commandscripts/PrintBassPartWithoutFigures.scm +%%DATADIR%%/actions/commandscripts/PrintPartWithTitlePage.scm +%%DATADIR%%/actions/commandscripts/PrintThreeReduced.scm +%%DATADIR%%/actions/commandscripts/PrintTwoReduced.scm +%%DATADIR%%/actions/commandscripts/PrintWithAmbitus.scm +%%DATADIR%%/actions/commandscripts/ReBar.scm +%%DATADIR%%/actions/commandscripts/ReadingNoteNames.scm +%%DATADIR%%/actions/commandscripts/ReadingNoteNamesSolfege.scm +%%DATADIR%%/actions/commandscripts/RecordAndConvert.scm +%%DATADIR%%/actions/commandscripts/RecreateTimebase.scm +%%DATADIR%%/actions/commandscripts/ReduceSlur.scm +%%DATADIR%%/actions/commandscripts/ReduceSystemSpacing.scm +%%DATADIR%%/actions/commandscripts/RefreshDynamicDirectives.scm +%%DATADIR%%/actions/commandscripts/RehearsalMark.scm +%%DATADIR%%/actions/commandscripts/ReloadDrumHash.scm +%%DATADIR%%/actions/commandscripts/ReminderAccidental.scm +%%DATADIR%%/actions/commandscripts/RemoveDotSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/RepeatEnd.scm +%%DATADIR%%/actions/commandscripts/RepeatEndStart.scm +%%DATADIR%%/actions/commandscripts/RepeatStart.scm +%%DATADIR%%/actions/commandscripts/ReplaceChord.scm +%%DATADIR%%/actions/commandscripts/RheelSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/Ride.scm +%%DATADIR%%/actions/commandscripts/RideBell.scm +%%DATADIR%%/actions/commandscripts/RtoeSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/ScoreArranger.scm +%%DATADIR%%/actions/commandscripts/ScoreBlockProlog.scm +%%DATADIR%%/actions/commandscripts/ScoreBreakbefore.scm +%%DATADIR%%/actions/commandscripts/ScoreComment.scm +%%DATADIR%%/actions/commandscripts/ScoreComposer.scm +%%DATADIR%%/actions/commandscripts/ScoreCopyright.scm +%%DATADIR%%/actions/commandscripts/ScoreDedication.scm +%%DATADIR%%/actions/commandscripts/ScoreIndent.scm +%%DATADIR%%/actions/commandscripts/ScoreInstrument.scm +%%DATADIR%%/actions/commandscripts/ScoreMeter.scm +%%DATADIR%%/actions/commandscripts/ScoreOpus.scm +%%DATADIR%%/actions/commandscripts/ScorePiece.scm +%%DATADIR%%/actions/commandscripts/ScorePoet.scm +%%DATADIR%%/actions/commandscripts/ScoreProlog.scm +%%DATADIR%%/actions/commandscripts/ScoreSubsubtitle.scm +%%DATADIR%%/actions/commandscripts/ScoreSubtitle.scm +%%DATADIR%%/actions/commandscripts/ScoreTagline.scm +%%DATADIR%%/actions/commandscripts/ScoreTitle.scm +%%DATADIR%%/actions/commandscripts/SearchBookmark.scm +%%DATADIR%%/actions/commandscripts/SecondTimeBar.scm +%%DATADIR%%/actions/commandscripts/Section.scm +%%DATADIR%%/actions/commandscripts/SelectAllStaffs.scm +%%DATADIR%%/actions/commandscripts/SelectColumn.scm +%%DATADIR%%/actions/commandscripts/SelectLeft.scm +%%DATADIR%%/actions/commandscripts/SelectMeasure.scm +%%DATADIR%%/actions/commandscripts/SelectRight.scm +%%DATADIR%%/actions/commandscripts/SelectStaff.scm +%%DATADIR%%/actions/commandscripts/SelectionToEmptyMeasure.scm +%%DATADIR%%/actions/commandscripts/SetBarNumber.scm +%%DATADIR%%/actions/commandscripts/SetBreve.scm +%%DATADIR%%/actions/commandscripts/SetCurrentStaffAsVoice.scm +%%DATADIR%%/actions/commandscripts/SetCurrentVoiceAsStaff.scm +%%DATADIR%%/actions/commandscripts/SetDisplayClef.scm +%%DATADIR%%/actions/commandscripts/SetFontSize.scm +%%DATADIR%%/actions/commandscripts/SetInitialVolumeToZero.scm +%%DATADIR%%/actions/commandscripts/SetLonga.scm +%%DATADIR%%/actions/commandscripts/SetMovementTempo.scm +%%DATADIR%%/actions/commandscripts/SetNewbieStatus.scm +%%DATADIR%%/actions/commandscripts/SetThumbnail.scm +%%DATADIR%%/actions/commandscripts/SetTuningAllStaffs.scm +%%DATADIR%%/actions/commandscripts/SetTuningStaff.scm +%%DATADIR%%/actions/commandscripts/SharpenKeysig.scm +%%DATADIR%%/actions/commandscripts/ShiftDown.scm +%%DATADIR%%/actions/commandscripts/ShiftNext.scm +%%DATADIR%%/actions/commandscripts/ShiftOff.scm +%%DATADIR%%/actions/commandscripts/ShiftOn.scm +%%DATADIR%%/actions/commandscripts/ShiftRealDialogDown.scm +%%DATADIR%%/actions/commandscripts/ShiftRealDialogUp.scm +%%DATADIR%%/actions/commandscripts/ShiftRealHalfDown.scm +%%DATADIR%%/actions/commandscripts/ShiftRealHalfUp.scm +%%DATADIR%%/actions/commandscripts/ShiftRealOctaveDown.scm +%%DATADIR%%/actions/commandscripts/ShiftRealOctaveUp.scm +%%DATADIR%%/actions/commandscripts/ShiftRealWholeDown.scm +%%DATADIR%%/actions/commandscripts/ShiftRealWholeUp.scm +%%DATADIR%%/actions/commandscripts/ShiftUp.scm +%%DATADIR%%/actions/commandscripts/ShortInstrumentName.scm +%%DATADIR%%/actions/commandscripts/ShortMeasure.scm +%%DATADIR%%/actions/commandscripts/ShowLastChange.scm +%%DATADIR%%/actions/commandscripts/ShowOssia.scm +%%DATADIR%%/actions/commandscripts/SignumcongruentiaeSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/SimplifyTies.scm +%%DATADIR%%/actions/commandscripts/SingleDigitTimeSig.scm +%%DATADIR%%/actions/commandscripts/Slur0.scm +%%DATADIR%%/actions/commandscripts/Slur1.scm +%%DATADIR%%/actions/commandscripts/Slur2.scm +%%DATADIR%%/actions/commandscripts/Slur3.scm +%%DATADIR%%/actions/commandscripts/Slur4.scm +%%DATADIR%%/actions/commandscripts/Slur5.scm +%%DATADIR%%/actions/commandscripts/Slur6.scm +%%DATADIR%%/actions/commandscripts/Slur7.scm +%%DATADIR%%/actions/commandscripts/SlurBreve.scm +%%DATADIR%%/actions/commandscripts/SlurDown.scm +%%DATADIR%%/actions/commandscripts/SlurLonga.scm +%%DATADIR%%/actions/commandscripts/SlurNeutral.scm +%%DATADIR%%/actions/commandscripts/SlurThree.scm +%%DATADIR%%/actions/commandscripts/SlurTwo.scm +%%DATADIR%%/actions/commandscripts/SlurUp.scm +%%DATADIR%%/actions/commandscripts/SmallFontEnd.scm +%%DATADIR%%/actions/commandscripts/SmallFontStart.scm +%%DATADIR%%/actions/commandscripts/SmallNotehead.scm +%%DATADIR%%/actions/commandscripts/SmallerStaff.scm +%%DATADIR%%/actions/commandscripts/SpaceNumber.scm +%%DATADIR%%/actions/commandscripts/SplitChord.scm +%%DATADIR%%/actions/commandscripts/SplitMeasure.scm +%%DATADIR%%/actions/commandscripts/StaccatissimoSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/StaccatoSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/StaffComment.scm +%%DATADIR%%/actions/commandscripts/StaffMultiMeasureRests.scm +%%DATADIR%%/actions/commandscripts/StaffOctaveUp.scm +%%DATADIR%%/actions/commandscripts/StaffSize.scm +%%DATADIR%%/actions/commandscripts/StagedDelete.scm +%%DATADIR%%/actions/commandscripts/StartBeam.scm +%%DATADIR%%/actions/commandscripts/StartDownStems.scm +%%DATADIR%%/actions/commandscripts/StartEmacs2KeyShortcut.scm +%%DATADIR%%/actions/commandscripts/StartEqualTemperament.scm +%%DATADIR%%/actions/commandscripts/StartQCMeanTone.scm +%%DATADIR%%/actions/commandscripts/StartStaff.scm +%%DATADIR%%/actions/commandscripts/StartTuplet.scm +%%DATADIR%%/actions/commandscripts/StartUpStems.scm +%%DATADIR%%/actions/commandscripts/StepSkipOrSame.scm +%%DATADIR%%/actions/commandscripts/StopStaff.scm +%%DATADIR%%/actions/commandscripts/StoppedSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/StringNum.scm +%%DATADIR%%/actions/commandscripts/SuggestFlat.scm +%%DATADIR%%/actions/commandscripts/SuggestNatural.scm +%%DATADIR%%/actions/commandscripts/SuggestSharp.scm +%%DATADIR%%/actions/commandscripts/SwitchMensuralBarlines.scm +%%DATADIR%%/actions/commandscripts/SynchronizeAudio.scm +%%DATADIR%%/actions/commandscripts/TabStaff.scm +%%DATADIR%%/actions/commandscripts/TaglineLink.scm +%%DATADIR%%/actions/commandscripts/Tempo.scm +%%DATADIR%%/actions/commandscripts/TenutoSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/TextAbove.scm +%%DATADIR%%/actions/commandscripts/ThumbSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/TimbalesStyle.scm +%%DATADIR%%/actions/commandscripts/TinyNotehead.scm +%%DATADIR%%/actions/commandscripts/TinyStaff.scm +%%DATADIR%%/actions/commandscripts/TinyStaffAllMovements.scm +%%DATADIR%%/actions/commandscripts/TitledPiece.scm +%%DATADIR%%/actions/commandscripts/TocTitle.scm +%%DATADIR%%/actions/commandscripts/ToggleAccent.scm +%%DATADIR%%/actions/commandscripts/ToggleArpeggio.scm +%%DATADIR%%/actions/commandscripts/ToggleBeginPhrasingSlur.scm +%%DATADIR%%/actions/commandscripts/ToggleCheckChords.scm +%%DATADIR%%/actions/commandscripts/ToggleCoda.scm +%%DATADIR%%/actions/commandscripts/ToggleConduct.scm +%%DATADIR%%/actions/commandscripts/ToggleCursorHighlight.scm +%%DATADIR%%/actions/commandscripts/ToggleDownBow.scm +%%DATADIR%%/actions/commandscripts/ToggleEndPhrasingSlur.scm +%%DATADIR%%/actions/commandscripts/ToggleFermata.scm +%%DATADIR%%/actions/commandscripts/ToggleFlageolet.scm +%%DATADIR%%/actions/commandscripts/ToggleHarmonic.scm +%%DATADIR%%/actions/commandscripts/ToggleImmediatePlayback.scm +%%DATADIR%%/actions/commandscripts/ToggleLheel.scm +%%DATADIR%%/actions/commandscripts/ToggleLongFermata.scm +%%DATADIR%%/actions/commandscripts/ToggleLtoe.scm +%%DATADIR%%/actions/commandscripts/ToggleMarcato.scm +%%DATADIR%%/actions/commandscripts/ToggleMordent.scm +%%DATADIR%%/actions/commandscripts/TogglePlayAlongPlayback.scm +%%DATADIR%%/actions/commandscripts/TogglePortato.scm +%%DATADIR%%/actions/commandscripts/TogglePrall.scm +%%DATADIR%%/actions/commandscripts/TogglePrallPrall.scm +%%DATADIR%%/actions/commandscripts/ToggleReverseTurn.scm +%%DATADIR%%/actions/commandscripts/ToggleRheel.scm +%%DATADIR%%/actions/commandscripts/ToggleRtoe.scm +%%DATADIR%%/actions/commandscripts/ToggleSegno.scm +%%DATADIR%%/actions/commandscripts/ToggleShortFermata.scm +%%DATADIR%%/actions/commandscripts/ToggleSignumcongruentiae.scm +%%DATADIR%%/actions/commandscripts/ToggleStaccatissimo.scm +%%DATADIR%%/actions/commandscripts/ToggleStaccato.scm +%%DATADIR%%/actions/commandscripts/ToggleStopped.scm +%%DATADIR%%/actions/commandscripts/ToggleTenuto.scm +%%DATADIR%%/actions/commandscripts/ToggleThumb.scm +%%DATADIR%%/actions/commandscripts/ToggleTrill.scm +%%DATADIR%%/actions/commandscripts/ToggleTripleting.scm +%%DATADIR%%/actions/commandscripts/ToggleTupletBrackets.scm +%%DATADIR%%/actions/commandscripts/ToggleTupletNumbering.scm +%%DATADIR%%/actions/commandscripts/ToggleUpBow.scm +%%DATADIR%%/actions/commandscripts/ToggleUpPrall.scm +%%DATADIR%%/actions/commandscripts/ToggleVeryLongFermata.scm +%%DATADIR%%/actions/commandscripts/TransposeOctaveUp.scm +%%DATADIR%%/actions/commandscripts/TransposeScorePrint.scm +%%DATADIR%%/actions/commandscripts/TransposeStaffOutput.scm +%%DATADIR%%/actions/commandscripts/TransposeStaffPrint.scm +%%DATADIR%%/actions/commandscripts/Tremolo.scm +%%DATADIR%%/actions/commandscripts/Trill+Above.scm +%%DATADIR%%/actions/commandscripts/Trill+Below.scm +%%DATADIR%%/actions/commandscripts/Tutorial.scm +%%DATADIR%%/actions/commandscripts/TypesettingOff.scm +%%DATADIR%%/actions/commandscripts/TypesettingOn.scm +%%DATADIR%%/actions/commandscripts/UnGraceAfter.scm +%%DATADIR%%/actions/commandscripts/UnHideNotes.scm +%%DATADIR%%/actions/commandscripts/UpBowSelectionSwitcher.scm +%%DATADIR%%/actions/commandscripts/UpDownOrSame.scm +%%DATADIR%%/actions/commandscripts/Upbeat.scm +%%DATADIR%%/actions/commandscripts/VoicePreset1.scm +%%DATADIR%%/actions/commandscripts/VoicePreset2.scm +%%DATADIR%%/actions/commandscripts/VoicePreset3.scm +%%DATADIR%%/actions/commandscripts/VoicePreset4.scm +%%DATADIR%%/actions/commandscripts/VoicePresetAutomatic.scm +%%DATADIR%%/actions/commandscripts/VoiceSetting.scm +%%DATADIR%%/actions/commandscripts/VoicesDoublestroke.scm +%%DATADIR%%/actions/commandscripts/WholeMeasureRest.scm +%%DATADIR%%/actions/commandscripts/ZoomDialog.scm +%%DATADIR%%/actions/commandscripts/ZoomIn.scm +%%DATADIR%%/actions/commandscripts/ZoomOut.scm +%%DATADIR%%/actions/commandscripts/ZoomReset.scm %%DATADIR%%/actions/denemo-modules/abstractionmovement.scm %%DATADIR%%/actions/denemo-modules/ans.scm %%DATADIR%%/actions/denemo-modules/commandlist.scm %%DATADIR%%/actions/denemo-modules/deprecated.scm %%DATADIR%%/actions/denemo-modules/directives.scm +%%DATADIR%%/actions/denemo-modules/fonts.scm %%DATADIR%%/actions/denemo-modules/helpsystem.scm %%DATADIR%%/actions/denemo-modules/moveandsearch.scm %%DATADIR%%/actions/denemo-modules/notationmagick.scm @@ -620,6 +1213,7 @@ %%DATADIR%%/actions/denemo-modules/scheme.scm %%DATADIR%%/actions/denemo-modules/selection.scm %%DATADIR%%/actions/denemo-modules/types.scm +%%DATADIR%%/actions/denemo.scm %%DATADIR%%/actions/editscripts/D.C.AlFine.scm %%DATADIR%%/actions/editscripts/LHFinger.scm %%DATADIR%%/actions/editscripts/Mute.scm @@ -629,6 +1223,9 @@ %%DATADIR%%/actions/incl.l %%DATADIR%%/actions/init.denemo %%DATADIR%%/actions/lalr.scm +%%DATADIR%%/actions/lilypond/accordion-shifts.ily +%%DATADIR%%/actions/lilypond/book-titling.ily +%%DATADIR%%/actions/lilypond/simplified-book-titling.ily %%DATADIR%%/actions/lyimport-lexer.scm %%DATADIR%%/actions/lyimport-parser.scm %%DATADIR%%/actions/lyimport-todenemo.scm @@ -667,10 +1264,10 @@ %%DATADIR%%/actions/menus/MainMenu/Educational/Aural Training/Identify-Sca= le-Note/Db-Pentascale %%DATADIR%%/actions/menus/MainMenu/Educational/Aural Training/Identify-Sca= le-Note/Eb-Major %%DATADIR%%/actions/menus/MainMenu/Educational/Aural Training/Identify-Sca= le-Note/Eb-Pentascale -%%DATADIR%%/actions/menus/MainMenu/Educational/Aural Training/Identify-Sca= le-Note/F#-Major -%%DATADIR%%/actions/menus/MainMenu/Educational/Aural Training/Identify-Sca= le-Note/F#-Pentascale %%DATADIR%%/actions/menus/MainMenu/Educational/Aural Training/Identify-Sca= le-Note/F-Major %%DATADIR%%/actions/menus/MainMenu/Educational/Aural Training/Identify-Sca= le-Note/F-Pentascale +%%DATADIR%%/actions/menus/MainMenu/Educational/Aural Training/Identify-Sca= le-Note/F-sharp-Major +%%DATADIR%%/actions/menus/MainMenu/Educational/Aural Training/Identify-Sca= le-Note/F-sharp-Pentascale %%DATADIR%%/actions/menus/MainMenu/Educational/Aural Training/Identify-Sca= le-Note/init.scm %%DATADIR%%/actions/menus/MainMenu/Educational/MIDI/CheckPitches %%DATADIR%%/actions/menus/MainMenu/Educational/MIDI/Conductor @@ -690,20 +1287,34 @@ %%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/Import-Lilypond %%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/Import-Midi %%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/Import-MusicXml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/OpenMenu/OpenAudio %%DATADIR%%/actions/menus/MainMenu/FileMenu/OpenMenu/OpenMyDefaultTemplate +%%DATADIR%%/actions/menus/MainMenu/FileMenu/OpenMenu/OpenSourceDialog %%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/Preview4Bars +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintAccompanistsSco= re +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintAllLayouts %%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintBassPartWithout= Figures +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintPartWithTitlePa= ge +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintThreeReduced +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintTwoReduced %%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintWithAmbitus -%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintAccompanistsSco= re +%%DATADIR%%/actions/menus/MainMenu/HelpMenu/HelpForReturnKey %%DATADIR%%/actions/menus/MainMenu/HelpMenu/IRC +%%DATADIR%%/actions/menus/MainMenu/HelpMenu/SetNewbieStatus %%DATADIR%%/actions/menus/MainMenu/HelpMenu/Tutorial +%%DATADIR%%/actions/menus/MainMenu/InputMenu/Keyboard/NoteNamesDefault +%%DATADIR%%/actions/menus/MainMenu/InputMenu/Keyboard/NoteNamesMove %%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/AngryDelete %%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/CheckPitches +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/ChordsForBar %%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/ChordsOverBass %%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/FiguredBassFilterOn %%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/FootPedalConductor %%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/MidiAdvanceOnEdit %%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/MidiFilterOff +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/ToggleCheckChords +%%DATADIR%%/actions/menus/MainMenu/InputMenu/Mouse/MouseDefault +%%DATADIR%%/actions/menus/MainMenu/InputMenu/Mouse/MouseInsertion %%DATADIR%%/actions/menus/MainMenu/MoreMenu/LoadDefaultComposerNumberkeys %%DATADIR%%/actions/menus/MainMenu/MoreMenu/LoadSelectDurationComposerNumb= erkeys %%DATADIR%%/actions/menus/MainMenu/MoreMenu/NoOp @@ -733,6 +1344,7 @@ %%DATADIR%%/actions/menus/MainMenu/NavigationMenu/Cursor/MoveToMovementEnd %%DATADIR%%/actions/menus/MainMenu/NavigationMenu/Cursor/ToggleCursorHighl= ight %%DATADIR%%/actions/menus/MainMenu/NavigationMenu/Cursor/init.scm +%%DATADIR%%/actions/menus/MainMenu/NavigationMenu/DenemoLink %%DATADIR%%/actions/menus/MainMenu/NavigationMenu/Seek/CheckForIncompleteM= easures %%DATADIR%%/actions/menus/MainMenu/NavigationMenu/Seek/FindEditPoint %%DATADIR%%/actions/menus/MainMenu/NavigationMenu/Seek/FindNextLowerNote @@ -741,6 +1353,9 @@ %%DATADIR%%/actions/menus/MainMenu/NavigationMenu/Seek/GoToMeasureEnd %%DATADIR%%/actions/menus/MainMenu/NavigationMenu/Seek/MoveToPreviousEmpty= Measure %%DATADIR%%/actions/menus/MainMenu/NavigationMenu/Seek/NextHigher +%%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/Audio/AudioPlay +%%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/Audio/CloseSourceAudioFile +%%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/Audio/SynchronizeAudio %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/ConvertMidiForBass %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/DenemoPlayCursorToEnd %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/PitchShift @@ -788,24 +1403,17 @@ %%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Directives/DeleteLilyPondOn= Chord %%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/HideLilyPond %%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/ParenthesizeChord -%%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Slurs/BeginPhrasingSlur -%%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Slurs/EndPhrasingSlur -%%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Slurs/ExtendSlur -%%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Slurs/ReduceSlur -%%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Slurs/SlurDown -%%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Slurs/SlurNeutral -%%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Slurs/SlurThree -%%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Slurs/SlurTwo -%%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Slurs/SlurUp -%%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Slurs/ToggleBeginPhrasingSl= ur -%%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Slurs/ToggleEndPhrasingSlur %%DATADIR%%/actions/menus/ObjectMenu/ClefMenu/ClefChooser +%%DATADIR%%/actions/menus/ObjectMenu/ClefMenu/HideClef +%%DATADIR%%/actions/menus/ObjectMenu/ClefMenu/SetDisplayClef +%%DATADIR%%/actions/menus/ObjectMenu/Directives/AllowLineBreak %%DATADIR%%/actions/menus/ObjectMenu/Directives/AutoAccidentals %%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/ChooseBarline %%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/ClosingBarline %%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/DoubleBarline %%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/ForceBarline %%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/HalfBarline +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/NoBarline %%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/RepeatEnd %%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/RepeatEndStart %%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/RepeatStart @@ -814,6 +1422,10 @@ %%DATADIR%%/actions/menus/ObjectMenu/Directives/BeatChange %%DATADIR%%/actions/menus/ObjectMenu/Directives/BreathMark %%DATADIR%%/actions/menus/ObjectMenu/Directives/CadenzaOn +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Conditional-Directives/For= AllLayouts +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Conditional-Directives/Not= ForLayout +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Conditional-Directives/Onl= yForLayout +%%DATADIR%%/actions/menus/ObjectMenu/Directives/CriticalComment %%DATADIR%%/actions/menus/ObjectMenu/Directives/DynamicsDialog %%DATADIR%%/actions/menus/ObjectMenu/Directives/EndVolta %%DATADIR%%/actions/menus/ObjectMenu/Directives/FinishCadenza @@ -853,6 +1465,7 @@ %%DATADIR%%/actions/menus/ObjectMenu/Directives/Print Transpositions/OpenO= ctaveUp %%DATADIR%%/actions/menus/ObjectMenu/Directives/RehearsalMark %%DATADIR%%/actions/menus/ObjectMenu/Directives/SetBarNumber +%%DATADIR%%/actions/menus/ObjectMenu/Directives/ShiftNext %%DATADIR%%/actions/menus/ObjectMenu/Directives/SmallFontEnd %%DATADIR%%/actions/menus/ObjectMenu/Directives/SmallFontStart %%DATADIR%%/actions/menus/ObjectMenu/Directives/Staff/HideNotes @@ -864,8 +1477,17 @@ %%DATADIR%%/actions/menus/ObjectMenu/Directives/Tuning/SetTuningStaff %%DATADIR%%/actions/menus/ObjectMenu/Directives/TypesettingOff %%DATADIR%%/actions/menus/ObjectMenu/Directives/TypesettingOn +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePreset1 +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePreset2 +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePreset3 +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePreset4 +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePresetAutomatic +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoiceSetting +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicesDoublestroke +%%DATADIR%%/actions/menus/ObjectMenu/Key/FlattenKeysig +%%DATADIR%%/actions/menus/ObjectMenu/Key/HideKeysig +%%DATADIR%%/actions/menus/ObjectMenu/Key/SharpenKeysig %%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/AddDuplicateMeasure -%%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/Anacrusis %%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/CheckTupletsInMeasure %%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/MergeWithNextMeasure %%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/Repeats/CloseReopenRepeat @@ -882,6 +1504,7 @@ %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/CaptureScore/InsertCaptu= reMeasure %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/CreateIntro %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/EvenOutStaffLengths +%%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/HideBarlines %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/HideMovement %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/MovementPageBreak %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/MvntComment @@ -902,9 +1525,14 @@ %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/ReBar %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/SetMovementTempo %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/SwitchMensuralBarlines -%%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles Etc/MovementPiece -%%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles Etc/MovementSubti= tle -%%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles Etc/MovementTitle +%%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles/Book Titles/Chapt= er +%%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles/Book Titles/Piece +%%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles/Book Titles/Secti= on +%%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles/Book Titles/Title= dPiece +%%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles/Book Titles/init.= scm +%%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles/Simple Titles/Mov= ementPiece +%%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles/Simple Titles/Mov= ementSubtitle +%%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles/Simple Titles/Mov= ementTitle %%DATADIR%%/actions/menus/ObjectMenu/NotationMagick/GenerateRhythmFromStri= ng/NotationMagick-InsertReversedStringAsBinaryRhythm %%DATADIR%%/actions/menus/ObjectMenu/NotationMagick/GenerateRhythmFromStri= ng/NotationMagick-InsertReversedStringAsReversedBinaryRhythm %%DATADIR%%/actions/menus/ObjectMenu/NotationMagick/GenerateRhythmFromStri= ng/NotationMagick-InsertStringAsBinaryRhythm @@ -923,26 +1551,43 @@ %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Beaming/Beam1234 %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Beaming/DeleteBeamingDirec= tive %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Beaming/EndBeam +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Beaming/NoBeam %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Beaming/StartBeam %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/ChangeDuration/ChangeBreve %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/ChangeDuration/ChangeLonga +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/ChangeDuration/DotDoubleDo= tNoDot %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/ChordComment %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Diminish %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Directives/DeleteLilyPondO= nNote %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/DuplicateChord %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Breve %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Longa +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur0 +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur1 +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur2 +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur3 +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur4 +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur5 +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur6 +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur7 +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/SlurBre= ve +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/SlurLon= ga +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/init.scm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/AddDotSelectionSw= itcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/CautionaryAcciden= tal %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/ChangeEnharmonicD= own %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/ChangeEnharmonicUp -%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/CautionaryAcciden= tal %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/MoveNoteToCursor %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/ReminderAccidental %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/RemoveDotSelectio= nSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/SuggestFlat +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/SuggestNatural +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/SuggestSharp %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/FingeringsDoublestroke %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/GraceNotes/GraceAfter %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/GraceNotes/GraceNoteSwitch= er %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/GraceNotes/InsertTwoGraceN= otesBeamed +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/GraceNotes/MakeGrace %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/GraceNotes/UnGraceAfter %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/InsertNote/InsertDuration/= InsertBreve %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/InsertNote/InsertDuration/= InsertLonga @@ -950,13 +1595,57 @@ %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/JoinChords %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/JoinChordsToMergedChord %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Acc= entSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Arp= eggioSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Dow= nbowSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Fer= mataSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Fla= geoletSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Har= monicSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Lhe= elSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Lto= eSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Mar= catoSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Por= tatoSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Rhe= elSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Rto= eSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Sig= numcongruentiaeSelectionSwitcher %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Sta= ccatissimoSelectionSwitcher %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Sta= ccatoSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Sto= ppedSelectionSwitcher %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Ten= utoSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Thu= mbSelectionSwitcher +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleAccent +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleArpeggio +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleDownBow +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleFermata +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleFlageolet +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleHarmonic +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleLheel +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleLongFermata +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleLtoe +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleMarcato +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= glePortato +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleRheel +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleRtoe +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleShortFermata +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleSignumcongruentiae +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleStaccatissimo +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleStaccato +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleStopped +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleTenuto +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleThumb +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleUpBow +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/Tog= gleVeryLongFermata +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/UpB= owSelectionSwitcher %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/FiguredBass/Place= FiguredBassBelow +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleC= oda +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleM= ordent +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleP= rall +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleP= rallPrall +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleR= everseTurn +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleS= egno +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleT= rill +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleU= pPrall %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/Trill+A= bove %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/Trill+B= elow -%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/Upprall %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Strings/Fingering= s/Finger0 %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Strings/Fingering= s/Finger1 %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/Strings/Fingering= s/Finger2 @@ -984,6 +1673,7 @@ %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Tempo I= ndications/Andante %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Tempo I= ndications/Largo %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Tempo I= ndications/Presto +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/NoteheadControl/NeoMensura= lNotehead %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/NoteheadSizes/NormalSizeNo= tehead %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/NoteheadSizes/SmallNotehead %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/NoteheadSizes/TinyNotehead @@ -996,6 +1686,8 @@ %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Percussion/Ride %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Percussion/RideBell %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Percussion/TimbalesStyle +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/ReplaceChord +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/RestEntry/DisplaceRestHori= zontally %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/RestEntry/EnterRest %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/RestEntry/InsertBreveRest %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/RestEntry/InsertLongaRest @@ -1020,9 +1712,6 @@ %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/StemControl/DesignateVoice %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/StemControl/StartDownStems %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/StemControl/StartUpStems -%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/StaffChange/ChangeStaffBack -%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/StaffChange/ChangeStaffDown -%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/StaffChange/ChangeStaffUp %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/TiedNotes/InsertTiedNoteDu= ration %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Transpose/ShiftDown %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Transpose/ShiftRealDialogD= own @@ -1047,31 +1736,47 @@ %%DATADIR%%/actions/menus/ObjectMenu/Score/DeactivateTimeSignatureStencil %%DATADIR%%/actions/menus/ObjectMenu/Score/DenemoBar %%DATADIR%%/actions/menus/ObjectMenu/Score/EditProlog +%%DATADIR%%/actions/menus/ObjectMenu/Score/LilyPondInclude %%DATADIR%%/actions/menus/ObjectMenu/Score/NormalBeamEndings +%%DATADIR%%/actions/menus/ObjectMenu/Score/PointAndClick %%DATADIR%%/actions/menus/ObjectMenu/Score/Print Layout/HideEmptyStaffs +%%DATADIR%%/actions/menus/ObjectMenu/Score/Print Layout/LimitInterSystemSp= ace %%DATADIR%%/actions/menus/ObjectMenu/Score/Print Layout/PaperSize %%DATADIR%%/actions/menus/ObjectMenu/Score/Print Layout/ScoreIndent -%%DATADIR%%/actions/menus/ObjectMenu/Score/Print Layout/LimitInterSystemSp= ace %%DATADIR%%/actions/menus/ObjectMenu/Score/ReduceSystemSpacing -%%DATADIR%%/actions/menus/ObjectMenu/Score/ScoreComment +%%DATADIR%%/actions/menus/ObjectMenu/Score/RefreshDynamicDirectives %%DATADIR%%/actions/menus/ObjectMenu/Score/ScoreBlockProlog +%%DATADIR%%/actions/menus/ObjectMenu/Score/ScoreComment +%%DATADIR%%/actions/menus/ObjectMenu/Score/ScoreProlog %%DATADIR%%/actions/menus/ObjectMenu/Score/SetFontSize %%DATADIR%%/actions/menus/ObjectMenu/Score/SetThumbnail -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScoreArranger -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScoreBreakbefore -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScoreComposer -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScoreCopyright -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScoreDedication -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScoreInstrument -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScoreMeter -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScoreOpus -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScorePiece -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScorePoet -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScoreSubsubtitle -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScoreSubtitle -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScoreTagline -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/ScoreTitle -%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc/TitlePage +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookArranger +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookComposer +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookCopyright +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookDate +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookInstrume= ntation +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookPoet +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookTitle +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles/Epilog/Criti= calCommentary +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles/Epilog/Criti= calCommentaryIntro +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles/IncipitFromS= election +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles/TocTitle +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles/init.scm +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/ScoreTagline +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreArran= ger +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreBreak= before +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreCompo= ser +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreCopyr= ight +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreDedic= ation +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreInstr= ument +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreMeter +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreOpus +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScorePiece +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScorePoet +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreSubsu= btitle +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreSubti= tle +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreTitle +%%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/TaglineLink %%DATADIR%%/actions/menus/ObjectMenu/Score/TransposeOctaveUp %%DATADIR%%/actions/menus/ObjectMenu/Score/TransposeScorePrint %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Ambitus @@ -1080,8 +1785,11 @@ %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CaptureScore/InsertCaptureM= easureForStaff %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/ChangeStaff %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CheckTiesInStaff -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/InstrumentName +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CreateCuesForStaff %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/FixSlursInStaff +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/InsertStaff/NewStaffAfter +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/InsertStaff/NewStaffBefore +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/InstrumentName %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/NonPrintingStaff %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Numbering/BarNumbers %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Ossia/CreateOssiaStaff @@ -1093,7 +1801,6 @@ %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/ShortInstrumentName %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/SimplifyTies %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/SmallerStaff -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffAlias %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffComment %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/ChoirStaffEnd %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/ChoirStaffSt= art @@ -1104,20 +1811,31 @@ %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/GroupStaffSt= art %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/PianoStaffEnd %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/PianoStaffSt= art +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffMultiMeasureRests %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffOctaveUp +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffSize %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/TabStaff %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/TinyStaff %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/TinyStaffAllMovements %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/TransposeStaffPrint %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/CreateParts +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/CreatePartsFromTop +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/InitialVoice +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/InitialVoiceAuto +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/InitialVoiceFour +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/InitialVoiceOne +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/InitialVoiceThree +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/InitialVoiceTwo %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/MergeRests -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/VoicePreset1 -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/VoicePreset2 -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/VoicePreset3 -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/VoicePreset4 -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/VoicePresetAutomatic -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/VoicesDoublestroke +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/NewVoice +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/NoteColumnShift +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/SetCurrentStaffAsVoi= ce +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/SetCurrentVoiceAsSta= ff +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/ShiftOff +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/ShiftOn %%DATADIR%%/actions/menus/ObjectMenu/TimeSig/ChooseTimeSignature +%%DATADIR%%/actions/menus/ObjectMenu/TimeSig/HideTimesig +%%DATADIR%%/actions/menus/ObjectMenu/TimeSig/SingleDigitTimeSig %%DATADIR%%/actions/multilex.scm %%DATADIR%%/actions/musicgames/ReadingNoteNames.denemo %%DATADIR%%/actions/mxml2ly2denemo/import_nwctext.scm @@ -1270,14 +1988,6 @@ %%DATADIR%%/soundfonts/A320U-license.txt %%DATADIR%%/soundfonts/A320U.sf2 %%DATADIR%%/templates/Accordion/accordion.denemo -%%DATADIR%%/templates/band/Makefile -%%DATADIR%%/templates/band/Makefile.in -%%DATADIR%%/templates/chamber/Makefile -%%DATADIR%%/templates/chamber/Makefile.in -%%DATADIR%%/templates/choral/Makefile -%%DATADIR%%/templates/choral/Makefile.in -%%DATADIR%%/templates/jazz/Makefile -%%DATADIR%%/templates/jazz/Makefile.in %%DATADIR%%/templates/Early Music/BreveLonga.denemo %%DATADIR%%/templates/Makefile %%DATADIR%%/templates/Makefile.am @@ -1290,15 +2000,6 @@ %%DATADIR%%/templates/choral/TTBB.denemo %%DATADIR%%/templates/drummap.denemo %%DATADIR%%/templates/jazz/JazzCombo.denemo -share/pixmaps/denemo.png -%%NLS%%share/locale/cs/LC_MESSAGES/denemo.mo -%%NLS%%share/locale/de/LC_MESSAGES/denemo.mo -%%NLS%%share/locale/es/LC_MESSAGES/denemo.mo -%%NLS%%share/locale/fr/LC_MESSAGES/denemo.mo -%%NLS%%share/locale/it/LC_MESSAGES/denemo.mo -%%NLS%%share/locale/ja/LC_MESSAGES/denemo.mo -%%NLS%%share/locale/pl/LC_MESSAGES/denemo.mo -%%NLS%%share/locale/sv/LC_MESSAGES/denemo.mo %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/DESIGN @@ -1455,8 +2156,23 @@ share/fonts/truetype/denemo/Denemo.ttf share/fonts/truetype/denemo/emmentaler.ttf share/fonts/truetype/denemo/feta.ttf +share/locale/cs/LC_MESSAGES/denemo.mo +share/locale/de/LC_MESSAGES/denemo.mo +share/locale/en_GB/LC_MESSAGES/denemo.mo +share/locale/es/LC_MESSAGES/denemo.mo +share/locale/fr/LC_MESSAGES/denemo.mo +share/locale/it/LC_MESSAGES/denemo.mo +share/locale/ja/LC_MESSAGES/denemo.mo +share/locale/pl/LC_MESSAGES/denemo.mo +share/locale/sv/LC_MESSAGES/denemo.mo +share/pixmaps/denemo.png +@dirrm share/fonts/truetype/denemo +@dirrmtry share/fonts/truetype +@dirrmtry share/fonts +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/images %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/templates/jazz @dirrm %%DATADIR%%/templates/choral @dirrm %%DATADIR%%/templates/chamber @@ -1469,27 +2185,31 @@ @dirrm %%DATADIR%%/actions/mxml2ly2denemo @dirrm %%DATADIR%%/actions/musicgames @dirrm %%DATADIR%%/actions/menus/ObjectMenu/TimeSig -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CaptureScore @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffGroupings @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/PrintEffects @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Playback @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Ossia @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Numbering +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/InsertStaff +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CaptureScore @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Score/Titles Etc +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Simple Titles +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles/Epilog +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Score/Titles/Book Titles +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Score/Titles @dirrm %%DATADIR%%/actions/menus/ObjectMenu/Score/Print Layout @dirrm %%DATADIR%%/actions/menus/ObjectMenu/Score @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Tuplets @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Transpose @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/TiedNotes -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/StaffChange @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/StemControl @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Slurs @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/SelectDuration @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/RestEntry @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Percussion @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/NoteheadSizes +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/NoteheadControl @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/= Tempo Indications @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/= Dynamic Markings @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks @@ -1503,6 +2223,7 @@ @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/InsertNote @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/GraceNotes @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditDuration @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/Directives @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/ChangeDuration @@ -1511,24 +2232,26 @@ @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotationMagick/SingleRandomNote @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotationMagick/GenerateRhythmF= romString @dirrm %%DATADIR%%/actions/menus/ObjectMenu/NotationMagick -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles Etc +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles/Simple Tit= les +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles/Book Titles +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Titles @dirrm %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/Print Layout @dirrm %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles @dirrm %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu/CaptureScore @dirrm %%DATADIR%%/actions/menus/ObjectMenu/MovementMenu @dirrm %%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/Repeats @dirrm %%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Key +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices @dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Tuning @dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Staff @dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Print Transpositions @dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/Temperament @dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Conditional-Directi= ves @dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines @dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives @dirrm %%DATADIR%%/actions/menus/ObjectMenu/ClefMenu -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Slurs -@dirrmtry %%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Markings/TextMarks -@dirrmtry %%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Markings @dirrm %%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Directives @dirrm %%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/ChangePrintDuration @dirrm %%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/AddBelowTop @@ -1537,13 +2260,16 @@ @dirrm %%DATADIR%%/actions/menus/ObjectMenu @dirrm %%DATADIR%%/actions/menus/MainMenu/ViewMenu/Zoom @dirrm %%DATADIR%%/actions/menus/MainMenu/ViewMenu +@dirrm %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/Audio @dirrm %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu @dirrm %%DATADIR%%/actions/menus/MainMenu/NavigationMenu/Seek @dirrm %%DATADIR%%/actions/menus/MainMenu/NavigationMenu/Cursor @dirrm %%DATADIR%%/actions/menus/MainMenu/NavigationMenu/Bookmarks @dirrm %%DATADIR%%/actions/menus/MainMenu/NavigationMenu @dirrm %%DATADIR%%/actions/menus/MainMenu/MoreMenu +@dirrm %%DATADIR%%/actions/menus/MainMenu/InputMenu/Mouse @dirrm %%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI +@dirrm %%DATADIR%%/actions/menus/MainMenu/InputMenu/Keyboard @dirrm %%DATADIR%%/actions/menus/MainMenu/InputMenu @dirrm %%DATADIR%%/actions/menus/MainMenu/HelpMenu @dirrm %%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu @@ -1561,13 +2287,12 @@ @dirrm %%DATADIR%%/actions/menus/MainMenu/EditMenu @dirrm %%DATADIR%%/actions/menus/MainMenu @dirrm %%DATADIR%%/actions/menus +@dirrm %%DATADIR%%/actions/lilypond @dirrm %%DATADIR%%/actions/editscripts @dirrm %%DATADIR%%/actions/denemo-modules +@dirrm %%DATADIR%%/actions/commandscripts @dirrm %%DATADIR%%/actions/bitmaps @dirrm %%DATADIR%%/actions @dirrm %%DATADIR%% @dirrmtry share/applications -@dirrm share/fonts/truetype/denemo -@dirrm share/fonts/truetype -@dirrm share/fonts -@dirrm etc/denemo +@dirrm %%ETCDIR%% --Multipart=_Mon__28_Jan_2013_02_55_39_+0900_N3Upbv6e0nEt+D_/-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 28 11:06:47 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8754B95D for ; Mon, 28 Jan 2013 11:06:47 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6BA11CDB for ; Mon, 28 Jan 2013 11:06:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0SB6lEF034621 for ; Mon, 28 Jan 2013 11:06:47 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0SB6lPV034619 for freebsd-multimedia@FreeBSD.org; Mon, 28 Jan 2013 11:06:47 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 28 Jan 2013 11:06:47 GMT Message-Id: <201301281106.r0SB6lPV034619@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2013 11:06:47 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/175306 multimedia [snd_hda] snd_hda does not produce 7.1 sound on ALC892 o kern/175220 multimedia [sound] sound stopping: play interrupt timeout, channe f ports/175008 multimedia audio/gstreamer-plugins-soundtouch C++ compiler error o kern/174876 multimedia [sound] After upgrading to 9-STABLE from 9.0-RELEASE p o kern/174828 multimedia [sound] [snd_emu10kx]: "Creative SB PCI512 [CT4790]" i o kern/174796 multimedia [emu10kx]: Audigy ZS driver produce strange noises o kern/174573 multimedia [snd_hda] headphones on front panel not working anymor o ports/174338 multimedia [patch] multimedia/mkvtoolnix: update to 5.9.0 o ports/174287 multimedia multimedia/gstreamer-plugins-good fails to compile wit o ports/173895 multimedia [PATCH] unbreak multimedia/linux-realplayer o ports/173891 multimedia Living MASTER_SITES for multimedia/linux-realplayer o ports/173741 multimedia multimedia/dirac fails to compile with clang o ports/172185 multimedia multimedia/vlc build fail with gmake core dump at modu o ports/172128 multimedia building multimedia/vlc fails o ports/171958 multimedia audio/fluidsynth: Update to version 1.1.6 o kern/171937 multimedia [pcm] Notebook Toshiba Satellite C850-B1K and problem o ports/171888 multimedia [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 o ports/171248 multimedia multimedia/win32-codecs: Fix pkg-plist o kern/171191 multimedia [snd_cmi] [request] add driver support for cmi8787/878 o ports/170517 multimedia [patch] Correct audio/jack Dependency Declaration o ports/170134 multimedia audio/denemo: Update to version 0.9.4 o ports/170032 multimedia Some ports not bumped after libogg update o ports/169563 multimedia [patch] audio/jack-rack o ports/165090 multimedia audio/faad missing head files o kern/162181 multimedia [snd_emu10k1] [patch] The kernel sound driver module s o ports/161783 multimedia [PATCH] multimedia/gpac-libgpac: Fix build with gcc46 o ports/161568 multimedia [PATCH] audio/libsamplerate: samplerate.h has comma at o ports/161546 multimedia [PATCH] multimedia/mkvtoolnix: make some dependencies o kern/159236 multimedia [pcm] [patch] set PCM_CAP_DEFAULT for the default snd o kern/158979 multimedia [snd_uadio] snd_uaudio fails to initialize built-in mi o kern/158542 multimedia [snd_hda] hdac0: hdac_get_capabilities: Invalid corb s o stand/157050 multimedia OSS implementation lacks AFMT_FLOAT o kern/156198 multimedia [snd_hda] [hang] loading snd_hda kernel module hangs s o kern/156165 multimedia [hdac] Missing card definition for hdac audio device, o ports/153846 multimedia graphics/libcaca 0.99.beta17 - Hidden dependency on Xl a ports/153735 multimedia multimedia/vlc: install error: `Permission denied' for o kern/152622 multimedia [pcm] uaudio recording problem o kern/152500 multimedia [hdac] play interrupt timeout, channel dead o kern/152378 multimedia [sound][patch] Update snd_envy24ht to be MPSAFE and us f ports/150502 multimedia multimedia/gpac-libgpac 0.4.5_4,1 fails to compile on o kern/150284 multimedia [snd_hda] No gain with Audio o kern/149943 multimedia [pcm]: CS4236 audio problem o kern/147504 multimedia [oss] [panic] panic: dev_pager_getpage: map function r o kern/146031 multimedia [snd_hda] race condition when kldunload snd_hda sound o kern/144659 multimedia [pcm] The distortion of the sound playback of music at o kern/143505 multimedia [pcm] FreeBSD 8.0-RELEASE (x64) won't make sound card o kern/141826 multimedia [snd_hda] load of snd_hda module fails o kern/140591 multimedia [PATCH][sound] No sound output on lineout/headphone ja o kern/137589 multimedia [snd_uaudio] snd_uaudio.ko (USB audio driver) doesn't o kern/134767 multimedia [sound] [snd_hda] [regression] Sigmatel STAC9205X no s o kern/132848 multimedia [sound] [snd_emu10kx] driver problem with card init, s o kern/132511 multimedia [sound] [snd_hda] Probing ALC888 codec on ASRock K10N7 o kern/129604 multimedia [sound] Sound stops with error: pcm0:virtual:dsp0.vp0: o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus o kern/124319 multimedia [sound] [snd_emu10k1] [regression] Cannot record from o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini p kern/121156 multimedia [sound] [patch] Turn on inverted external amplifier se o kern/120857 multimedia [sound] [snd_emu10k1] snd_emu10k1 driver issues a warn o kern/120780 multimedia [sound] [snd_hda] snd_hda doesn't work on Dell Latitut o kern/119973 multimedia [sound] [snd_maestro] [regression] snd_maestro only wo o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119759 multimedia [sound] [snd_emu10k1] [regression] Can not record anyt o kern/115300 multimedia [sound] [snd_hda] [regression] snd_hda(4) fails to att o kern/114760 multimedia [sound] [snd_cmi] snd_cmi driver causing sporadic syst o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou o kern/107516 multimedia [sound] [snd_emu10k1] - skips, clicks and lag after a o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/104874 multimedia [sound] [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/100859 multimedia [sound] [snd_ich] snd_ich broken on GIGABYTE 915 syste o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/98496 multimedia [sound] [snd_ich] some functions don't work in my soun o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/97535 multimedia [sound] [snd_mss] doesn't work in 6.0-RELEASE and abov o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/94279 multimedia [sound] [snd_neomagic] snd_neomagic crashes on FreeBSD o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79678 multimedia [sound] sound works except recording from any source o conf/75137 multimedia [sound] add snd_* modules support to /etc/rc.d/mixer f kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. o kern/23546 multimedia [sound] [snd_csa] [patch] csa DMA-interrupt problem 95 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 28 14:26:00 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1BB4077D; Mon, 28 Jan 2013 14:26:00 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id EEA86E7E; Mon, 28 Jan 2013 14:25:58 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA01520; Mon, 28 Jan 2013 16:25:57 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <51068A75.5000404@FreeBSD.org> Date: Mon, 28 Jan 2013 16:25:57 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130113 Thunderbird/17.0.2 MIME-Version: 1.0 To: Oliver Lehmann Subject: Re: OSS and ALSA References: <50FD4E38.5040305@freebsd.org> <50FD6649.5040509@freebsd.org> <20130121172321.Horde.Ai_h1kd4LLQ_nfhnMFr-qQ1@avocado.salatschuessel.net> <50FD8512.5050609@gmail.com> <20130123221537.Horde.8LiRA0mL-VI5d-S-VYpm5Q8@avocado.salatschuessel.net> In-Reply-To: <20130123221537.Horde.8LiRA0mL-VI5d-S-VYpm5Q8@avocado.salatschuessel.net> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: FreeBSD multi , FreeBSD quest X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2013 14:26:00 -0000 on 23/01/2013 23:15 Oliver Lehmann said the following: > I noticed, that the OSS4 plugin also workes without the oss4 dependency. > Can someone please try this as well? > > - deinstall audacious-plugins > - deinstall oss4 > - change audacious-plugins/Makefile and comment out the oss4 BUILD_DEPENDENCY > - install audacious-plugins > - start audacious > > for me it works... please some more "tests". This is a late answer, but yes, it does work. Thank you! -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 28 14:27:10 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3F0FC958 for ; Mon, 28 Jan 2013 14:27:10 +0000 (UTC) (envelope-from ahicks@p-o.co.uk) Received: from avasout06.plus.net (avasout06.plus.net [212.159.14.18]) by mx1.freebsd.org (Postfix) with ESMTP id 9C881F1A for ; Mon, 28 Jan 2013 14:27:09 +0000 (UTC) Received: from mail.p-o.co.uk ([80.229.143.200]) by avasout06 with smtp id tST61k0094Ke75s01ST7nb; Mon, 28 Jan 2013 14:27:08 +0000 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.0 cv=OMj5K1mB c=1 sm=1 a=8tLeWYS14DVASeLn2fT6mg==:17 a=C-1fTufWzNgA:10 a=ekGDHR-uHikA:10 a=IkcTkHD0fZMA:10 a=DmpQJSdQAAAA:8 a=A25LlzrzAuEA:10 a=6I5d2MoRAAAA:8 a=xa-rGfzS6LhKCdt4iLEA:9 a=QEXdDO2ut3YA:10 a=SV7veod9ZcQA:10 a=8tLeWYS14DVASeLn2fT6mg==:117 Received: from schnittke.p-o.co.uk ([192.168.202.5]) by p-o.co.uk with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Tzpbb-00002m-SN for freebsd-multimedia@freebsd.org; Mon, 28 Jan 2013 14:22:45 +0000 From: Alan Hicks To: freebsd-multimedia@freebsd.org Subject: Re: avidemux 2.6 and TS recordings Date: Mon, 28 Jan 2013 14:22:35 +0000 Message-ID: <2653822.rKtXGqP8Dr@schnittke.p-o.co.uk> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: <201301270057.02317.daeron@optushome.com.au> References: <201301270057.02317.daeron@optushome.com.au> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAAXNSR0IArs4c6QAAAC1QTFRFAwMAFQgIIgwLLxEKRRkMKSMeXygTUjclTURKd0IeZl1ijV42h3NfpX9XsqKc5alz6wAAAj1JREFUOMtt0z9rGzEUAHBfS/HSwXduGneLdC10PckEvEaHIEMhHdpmymIhMMWfoG6hQ8GYjubgMNnDzeHgEN4KXUrGQjE3NQRK0/sMfZLs+5dofL/Te9LTu05ntxzk6tVzOq3l2tXr3R933WbYgYiHtntacCgZug+eqkxSdAdcd6VULBnBuFnEfbbON1ksQ0qDxnndaW5AMErrqRw/1xDJMGQU1cQZAajYQlCD/isNmRQaaK18/xwywQ4RsmaRh2sNpgac6+AObFPVoL+2p+UGUAVPAJaUmjD2DhrFfwbQJp8GzWYBXAoCnQ+qJ9H8ACAeo/Ktym69DaZ5rD8eksaLOOH4HO5NUH/CdLw8lSOX03wTMXxo8vlBZ7eFa0gFn8SCYHiR8lBcwj0yKVcKLkOr9jp8tcnzVLL3Shgod3xQCmqEVEWMNlJ9XKtNJoh/1Ccu9mu9erdRKqVoqAcLebiC/VSpiHjD0NwPVS/Y/QUQ4JCR1vh2v2twMcGtGd3XQHziteHTrYbnXMDwonqmWZSr6Ggo4Ra4XuLxHwnAuGStTGc3HCCU2x/kpISr61GuUh4L+AuATne5usXvEQyVmMCo64u8/Gzjj86K6+M8iwUfU3ORwRdbZVYUN8cKgNk/zRvMTf2vRVH85QZsQ7wXi4vXUAbixT++goHeAt6bJ8lJz8CtjDXYacMDgOSNheVE/36mUx4aLAASA8WlAZ0KnukUYGHh6puUUlACrwfN0pnmFmY/uAEI+3gPNlzMk/9KsRlGDaDiEwAAAABJRU5ErkJggg== X-Spam-Score: -1.5 (-) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2013 14:27:10 -0000 On Sunday 27 January 2013 00:57:02 Andrew Johnson wrote: > Are there any tools left in the ports for re-muxing TS recordings? > I had visions of using GOPchop to quickly edit some recordings from the > digital TV but there seems to be no tools in the FreeBSD ports to either > (quickly) re-mux TS recordings into mpeg, or to (painfully slowly) convert > (decode & encode) TS recordings into mpeg. > > ffmpeg wants to decode & encode, but it doesn't seem to honour all the > error correction options in a TS steam and has trouble keeping audio sync. In ffmpeg 0.7.13 you could try the options -vcodec copy -acodec copy -scodec copy to copy the raw video, audio and subtitle data thus avoiding re-encoding. Also there are options -copyts -copytb for the timestamps and time bases which may help. Version 1.0.1 has more options. Alas a tool I only occasionally use. > > The Avidemux portal suggests they've kept working on the TS sync issue > with the 2.6 and 2.6.1 versions but its 2.5.6 that's in the ports. > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 28 17:00:29 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8967B6E9 for ; Mon, 28 Jan 2013 17:00:29 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8FCBE6 for ; Mon, 28 Jan 2013 17:00:29 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r0SH0Nrt099819 for ; Mon, 28 Jan 2013 12:00:23 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r0SH0N3F099672; Mon, 28 Jan 2013 12:00:23 -0500 (EST) (envelope-from portscout) Message-Id: <201301281700.r0SH0N3F099672@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Mon, 28 Jan 2013 12:00:23 -0500 From: portscout@portscout.freebsd.org To: multimedia@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2013 17:00:29 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/multimedia@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ multimedia/libdc1394 | 2.2.0 | 2.2.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 29 16:19:58 2013 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C8F222BC; Tue, 29 Jan 2013 16:19:58 +0000 (UTC) (envelope-from awarecons@gmail.com) Received: from mail-ia0-x22e.google.com (mail-ia0-x22e.google.com [IPv6:2607:f8b0:4001:c02::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 6F3E3730; Tue, 29 Jan 2013 16:19:58 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id o25so795829iad.5 for ; Tue, 29 Jan 2013 08:19:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=5COjzS4VOz0tXBwUIy/Oppi6pImG9nFjFnnaH12ESV8=; b=H9S5BvgcQtd/o5dee7LhVuFeNNEXKai5rKzNA7jk/n7yYtNEjyCmR/Ne/gPdz1NgG3 dVXYtGjR7gJX3yQl7gUJ+YPJ1hPMXEEqHb+QKM9G/ZRcYKA/rSNPDro2Fh4NwULBCGm7 X3pVNDBnjvk9QWNvk1TNtOuwJrpVMrBPeuJZmBX7cjbB8ugUdOnKDSnzXaR/Qb+EkH5G pYQU3WYqvXWONNEFC+w/YSWaqjHs2WbRTuLdNaexy2WZa2qUfqNaiEMAbykn8x5rvAab Iz35IOriMZtZJ8IAtrTaCaq2p7mGyZ39ztQFzQaE0RDoogxFN4yeW2nOWGo+rdoBCoi7 kcUQ== MIME-Version: 1.0 X-Received: by 10.50.40.133 with SMTP id x5mr1305181igk.32.1359476398044; Tue, 29 Jan 2013 08:19:58 -0800 (PST) Received: by 10.64.176.175 with HTTP; Tue, 29 Jan 2013 08:19:57 -0800 (PST) Date: Tue, 29 Jan 2013 20:19:57 +0400 Message-ID: Subject: multimedia/vlc [2.0.5,3] ISSUE Use X C Bindings From: awarecons To: ports-bugs@freebsd.org, multimedia@FreeBSD.org, x11@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2013 16:19:58 -0000 If chosen [*] XCB Use X C Bindings for X11 output GCC 4.6.3: gmake[5]: Entering directory `/usr/ports/multimedia/vlc/work/vlc-2.0.5/modules/video_filter' CC libpanoramix_plugin_la-panoramix.lo CC libpostproc_plugin_la-postproc.lo In file included from panoramix.c:50:0: /usr/local/include/xcb/randr.h:1168:1: error: unknown type name 'm' /usr/local/include/xcb/randr.h:1173:1: error: expected specifier-qualifier-list before 'typedef' gmake[5]: *** [libpanoramix_plugin_la-panoramix.lo] Error 1 gcc4.2: gmake[5]: Entering directory `/usr/ports/multimedia/vlc/work/vlc-2.0.5/modules/video_filter' CC libpanoramix_plugin_la-panoramix.lo CCLD libpostproc_plugin.la In file included from panoramix.c:50: /usr/local/include/xcb/randr.h:1168: error: expected specifier-qualifier-list before 'm' gmake[5]: *** [libpanoramix_plugin_la-panoramix.lo] Error 1 But, for e.g., mplayer using XCB compiles fine. From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 29 18:12:53 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0065C21B; Tue, 29 Jan 2013 18:12:52 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-bk0-f44.google.com (mail-bk0-f44.google.com [209.85.214.44]) by mx1.freebsd.org (Postfix) with ESMTP id 469B3E2A; Tue, 29 Jan 2013 18:12:52 +0000 (UTC) Received: by mail-bk0-f44.google.com with SMTP id j4so435624bkw.17 for ; Tue, 29 Jan 2013 10:12:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ZnfOVxho/vQCSjeIXBI4lFXH+MHYkVrQx7jPDRf0ppY=; b=HwM4mp2PczJOwjkX1mC04dZTiqVfL9OlLrKqEEitBNDR74akyeqWwNz/Fjes6lp17E 5Hk+HlN9s5vwZi8NivRHdllQQHi5SzkviFLwTOhkCkqa8if35JdIc+AE1be6PU9bd+KC xCzpzMhsxmhUGi+i9SDLI3UD4j2jOVxvskVqaSNK9B9sITXa9dCCL7Nr8ATqY/gGQtqq 925N6Sr5CWmJXV7dYl4bdYNgq0qYrCPhHIdJv8xTpmwx7wSHSpaiKasFJui+tDm+6608 YFgY+MBhB91U/C0gPwz1WtFLTgbCNFrJPnHAvKdsZslOFbDPGp5m/ni3RL05FH5nCJLV UVJw== X-Received: by 10.204.9.21 with SMTP id j21mr589452bkj.32.1359483171025; Tue, 29 Jan 2013 10:12:51 -0800 (PST) Received: from mavbook.mavhome.dp.ua ([91.198.175.1]) by mx.google.com with ESMTPS id o9sm9803599bko.15.2013.01.29.10.12.48 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Jan 2013 10:12:49 -0800 (PST) Sender: Alexander Motin Message-ID: <5108111F.3080205@FreeBSD.org> Date: Tue, 29 Jan 2013 20:12:47 +0200 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130125 Thunderbird/17.0.2 MIME-Version: 1.0 To: Andriy Gapon Subject: Re: sound(4) vs alsa oss plugin References: <5103A438.9010806@FreeBSD.org> In-Reply-To: <5103A438.9010806@FreeBSD.org> Content-Type: text/plain; charset=x-viet-vps Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2013 18:12:53 -0000 On 26.01.2013 11:39, Andriy Gapon wrote: > > I think I discovered an interesting/unusual problem. > > For some reason ALSA OSS plugin developers decided to use SNDCTL_DSP_GETOPTR and > SNDCTL_DSP_GETIPTR to track state of playback/recording. > http://manuals.opensound.com/developer/SNDCTL_DSP_GETOPTR.html > http://manuals.opensound.com/developer/SNDCTL_DSP_GETIPTR.html > Of all information returned by these ioctl they use just 'ptr' to track the > progress by hardware. > > Now I see that under a "right mix" of circumstances the following is possible: > - a buffer is completely empty for recording or completely full for playback > - an application / ALSA checks the buffer pointer and gets some value P > - the application sleeps for some time, perhaps oversleeps due to system load or > something else > - the buffer is completely filled or drained depending on the direction > - the application / ALSA checks the buffer pointer and gets the same value P > - the application assumes that the buffer is in the old state and waits further > - sound(4) code knows that the buffer is in the new state and does nothing > > The above is only possible, obviously, if the buffer size is a multiple of a > sample size. > > So, couple of questions: > - apparently this used to work (works?) in Linux - how? > - is there any trick that we can do in our sound(4) code to prevent this 'ptr' > full cycle from happening? > > Ideally, it's the logic in the ALSA OSS plugin that should be fixed, but... > The upstream is not very responsive. I wonder if they still care about OSS at all. > While patching audio/alsa-plugins is relatively easy, fixing a binary package > for audio/linux-f10-alsa-plugins-oss is not. And it's needed for things like > skype, etc. > > What do you think? > > P.S. > it's because of audio problems with skype that I found this issue. I am not sure how it supposed to work in Linux, but IMHO it is obvious that single ptr field is not sufficient in such conditions to identify full buffer wrap. Additional checks for bytes or blocks fields could help, but that is user-level side. I am not sure what kernel can do about it. >From the other side, case when buffer wrapped completely is IMHO already fatal situation. It means that we are already late -- hardware already started to either play or overwrite previous buffer. That is probably not much better then if we would woke up some samples later. -- Alexander Motin From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 30 22:48:40 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3BC2FE56 for ; Wed, 30 Jan 2013 22:48:40 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from smtp.getmail.no (smtp.getmail.no [84.208.15.66]) by mx1.freebsd.org (Postfix) with ESMTP id F1374B20 for ; Wed, 30 Jan 2013 22:48:39 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from get-mta-scan02.get.basefarm.net ([10.5.16.4]) by get-mta-out02.get.basefarm.net (Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)) with ESMTP id <0MHG00KTPNCWP370@get-mta-out02.get.basefarm.net> for freebsd-multimedia@FreeBSD.org; Wed, 30 Jan 2013 23:48:32 +0100 (MET) Received: from get-mta-scan02.get.basefarm.net (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 8FF671EA8258_109A340B for ; Wed, 30 Jan 2013 22:48:32 +0000 (GMT) Received: from kg-v2.kg4.no (cm-84.215.134.159.getinternet.no [84.215.134.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by get-mta-scan02.get.basefarm.net (Sophos Email Appliance) with ESMTPSA id E96232BAE1_109A33FF for ; Wed, 30 Jan 2013 22:48:31 +0000 (GMT) Date: Wed, 30 Jan 2013 23:48:23 +0100 From: Torfinn Ingolfsen To: freebsd-multimedia@FreeBSD.org Subject: webcamd 3.9.0.4 and TerraTec H7 Message-id: <20130130234823.e8ca2a3a6ce3c32f7d7d5e4d@getmail.no> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 22:48:40 -0000 FYI, I just tested webcamd 3.9.0.4 with the TerraTec H7. Details: root@kg-f4# uname -a FreeBSD kg-f4.kg4.no 9.1-STABLE FreeBSD 9.1-STABLE #2 r245474: Wed Jan 16 08:15:54 CET 2013 root@kg-f4.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 root@kg-f4# portversion -v webcamd webcamd-3.9.0.4 = up-to-date with port The H7 is here: root@kg-f4# usbconfig -u 3 -a 2 ugen3.2: at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON root@kg-f4# usbconfig -d ugen3.2 ugen3.2: at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON Starting webcamd manually: root@kg-f4# webcamd -d ugen3.2 Attached to ugen3.2[0] Loading firmware at '/boot/modules/dvb-usb-terratec-h7-drxk.fw', f=-1 Creating /dev/dvb/adapter0/demux0 Creating /dev/dvb/adapter0/dvr0 from a different login, check the devices created: root@kg-f4# ls -l /dev/dvb/adapter0 total 0 crw-rw---- 1 webcamd webcamd 0x97 Jan 30 23:39 demux0 crw-rw---- 1 webcamd webcamd 0x98 Jan 30 23:39 dvr0 for some reason, "frontend0" isn't created. I did try w_scan, just for fun: root@kg-f4# w_scan -fc -c NO -C ISO-8859-1 w_scan version 20120415 (compiled for DVB API 5.5) using settings for NORWAY DVB cable DVB-C scan type CABLE, channellist 7 output format vdr-1.6 output charset 'ISO-8859-1' Info: using DVB adapter auto detection. main:3206: FATAL: ***** NO USEABLE CABLE CARD FOUND. ***** Please check wether dvb driver is loaded and verify that no dvb application (i.e. vdr) is running. But (of course) it doesn't work because of the missing frontend. Let men know if therer are any more tests I should perform. HTH -- Torfinn Ingolfsen From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 30 22:57:34 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A4A41F5C for ; Wed, 30 Jan 2013 22:57:34 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from smtp.getmail.no (smtp.getmail.no [84.208.15.66]) by mx1.freebsd.org (Postfix) with ESMTP id 648B4BDA for ; Wed, 30 Jan 2013 22:57:34 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from get-mta-scan01.get.basefarm.net ([10.5.16.4]) by get-mta-out03.get.basefarm.net (Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)) with ESMTP id <0MHG00C5UNRX7200@get-mta-out03.get.basefarm.net> for freebsd-multimedia@FreeBSD.org; Wed, 30 Jan 2013 23:57:33 +0100 (MET) Received: from get-mta-scan01.get.basefarm.net (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 36423179BBAD_109A55DB for ; Wed, 30 Jan 2013 22:57:33 +0000 (GMT) Received: from kg-v2.kg4.no (cm-84.215.134.159.getinternet.no [84.215.134.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by get-mta-scan01.get.basefarm.net (Sophos Email Appliance) with ESMTPSA id 148D21798166_109A55DF for ; Wed, 30 Jan 2013 22:57:33 +0000 (GMT) Date: Wed, 30 Jan 2013 23:57:29 +0100 From: Torfinn Ingolfsen To: freebsd-multimedia@FreeBSD.org Subject: Re: webcamd 3.9.0.4 and TerraTec H7 Message-id: <20130130235729.03e15b5b67f753a519226280@getmail.no> In-reply-to: <20130130234823.e8ca2a3a6ce3c32f7d7d5e4d@getmail.no> References: <20130130234823.e8ca2a3a6ce3c32f7d7d5e4d@getmail.no> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 22:57:34 -0000 One more thing: the "onestop" target of the startup scripot still doesn't work: root@kg-f4# service webcamd onestart ugen3.2 Starting webcamd. Attached to ugen3.2[0] root@kg-f4# pgrep -lf webcamd 77414 /usr/local/sbin/webcamd -B -U webcamd -G webcamd -d ugen3.2 -i 0 root@kg-f4# service webcamd onestop ugen3.2 webcamd not running? (check webcamd.dummy). root@kg-f4# pgrep -lf webcamd 77414 /usr/local/sbin/webcamd -B -U webcamd -G webcamd -d ugen3.2 -i 0 You need to stop webcamd manually: root@kg-f4# pkill webcamd root@kg-f4# pgrep -lf webcamd HTH -- Torfinn Ingolfsen From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 30 23:48:42 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 564F279B for ; Wed, 30 Jan 2013 23:48:42 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from smtp.getmail.no (smtp.getmail.no [84.208.15.66]) by mx1.freebsd.org (Postfix) with ESMTP id 03D72DAD for ; Wed, 30 Jan 2013 23:48:41 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from get-mta-scan04.get.basefarm.net ([10.5.16.4]) by get-mta-out01.get.basefarm.net (Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)) with ESMTP id <0MHG002D1Q543B10@get-mta-out01.get.basefarm.net> for freebsd-multimedia@FreeBSD.org; Thu, 31 Jan 2013 00:48:40 +0100 (MET) Received: from get-mta-scan04.get.basefarm.net (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id CFD251EEF9B1_109B158B for ; Wed, 30 Jan 2013 23:48:40 +0000 (GMT) Received: from kg-v2.kg4.no (cm-84.215.134.159.getinternet.no [84.215.134.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by get-mta-scan04.get.basefarm.net (Sophos Email Appliance) with ESMTPSA id AB1E81EEF8A3_109B158F for ; Wed, 30 Jan 2013 23:48:40 +0000 (GMT) Date: Thu, 31 Jan 2013 00:48:40 +0100 From: Torfinn Ingolfsen To: freebsd-multimedia@FreeBSD.org Subject: Re: webcamd 3.9.0.4 and TerraTec H7 Message-id: <20130131004840.e20bbb57664ad945474e0b32@getmail.no> In-reply-to: <20130130234823.e8ca2a3a6ce3c32f7d7d5e4d@getmail.no> References: <20130130234823.e8ca2a3a6ce3c32f7d7d5e4d@getmail.no> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 23:48:42 -0000 On Wed, 30 Jan 2013 23:48:23 +0100 Torfinn Ingolfsen wrote: > FYI, I just tested webcamd 3.9.0.4 with the TerraTec H7. > [...] > for some reason, "frontend0" isn't created. Scratch that (I shouldn't try this when I'm tired). With the correct firmware file in place, things looks better: root@kg-f4# webcamd -d ugen3.2 Attached to ugen3.2[0] Loading firmware at '/boot/modules/dvb-usb-terratec-h7-drxk.fw', f=7 Creating /dev/dvb/adapter0/ca0 Creating /dev/dvb/adapter0/demux0 Creating /dev/dvb/adapter0/dvr0 Creating /dev/dvb/adapter0/frontend0 Creating /dev/input/event0 which w_scan confirms: root@kg-f4# w_scan -fc -c NO -C ISO-8859-1 w_scan version 20120415 (compiled for DVB API 5.5) using settings for NORWAY DVB cable DVB-C scan type CABLE, channellist 7 output format vdr-1.6 output charset 'ISO-8859-1' Info: using DVB adapter auto detection. /dev/dvb/adapter0/frontend0 -> CABLE "DRXK DVB-C DVB-T": good :-) Using CABLE frontend (adapter /dev/dvb/adapter0/frontend0) -_-_-_-_ Getting frontend capabilities-_-_-_-_ Using DVB API 5.a frontend 'DRXK DVB-C DVB-T' supports INVERSION_AUTO QAM_AUTO not supported, trying QAM_64 QAM_256. FEC_AUTO FREQ (47.00MHz ... 865.00MHz) SRATE (0.870MSym/s ... 11.700MSym/s) -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ searching QAM64... 73000: sr6900 (time: 00:02) sr6875 (time: 00:07) [...] searching QAM256... 73000: sr6900 (time: 12:57) sr6875 (time: 13:02) [...] 858000: sr6900 (time: 25:42) sr6875 (time: 25:47) ERROR: Sorry - i couldn't get any working frequency/transponder Nothing to scan!! Unfortunately, it ends without finding anything. -- Torfinn Ingolfsen From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 31 07:04:01 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 65EA81F8 for ; Thu, 31 Jan 2013 07:04:01 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id EFB6CF32 for ; Thu, 31 Jan 2013 07:04:00 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 371908453; Thu, 31 Jan 2013 08:03:52 +0100 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Subject: Re: webcamd 3.9.0.4 and TerraTec H7 Date: Thu, 31 Jan 2013 08:05:03 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <20130130234823.e8ca2a3a6ce3c32f7d7d5e4d@getmail.no> <20130131004840.e20bbb57664ad945474e0b32@getmail.no> In-Reply-To: <20130131004840.e20bbb57664ad945474e0b32@getmail.no> X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 07:04:01 -0000 On Thursday 31 January 2013 00:48:40 Torfinn Ingolfsen wrote: > On Wed, 30 Jan 2013 23:48:23 +0100 > > Torfinn Ingolfsen wrote: > > FYI, I just tested webcamd 3.9.0.4 with the TerraTec H7. > > [...] > > for some reason, "frontend0" isn't created. > Hi Torfinn, > Unfortunately, it ends without finding anything. Have you given the correct parameters to w_scan. What are you trying to scan? --HPS From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 31 08:59:13 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 891CE7E2 for ; Thu, 31 Jan 2013 08:59:13 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from smtp.getmail.no (smtp.getmail.no [84.208.15.66]) by mx1.freebsd.org (Postfix) with ESMTP id 464203DD for ; Thu, 31 Jan 2013 08:59:13 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from get-mta-scan04.get.basefarm.net ([10.5.16.4]) by get-mta-out03.get.basefarm.net (Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)) with ESMTP id <0MHH001N3FMOWG50@get-mta-out03.get.basefarm.net> for freebsd-multimedia@FreeBSD.org; Thu, 31 Jan 2013 09:59:12 +0100 (MET) Received: from get-mta-scan04.get.basefarm.net (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 006431EF04A2_10A3260B for ; Thu, 31 Jan 2013 08:59:12 +0000 (GMT) Received: from kg-v2.kg4.no (cm-84.215.134.159.getinternet.no [84.215.134.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by get-mta-scan04.get.basefarm.net (Sophos Email Appliance) with ESMTPSA id D00781EF045F_10A325FF for ; Thu, 31 Jan 2013 08:59:11 +0000 (GMT) Date: Thu, 31 Jan 2013 09:59:11 +0100 From: Torfinn Ingolfsen To: freebsd-multimedia@FreeBSD.org Subject: Re: webcamd 3.9.0.4 and TerraTec H7 Message-id: <20130131095911.4807ed38cb6045ea854b1aaf@getmail.no> In-reply-to: <201301310805.03427.hselasky@c2i.net> References: <20130130234823.e8ca2a3a6ce3c32f7d7d5e4d@getmail.no> <20130131004840.e20bbb57664ad945474e0b32@getmail.no> <201301310805.03427.hselasky@c2i.net> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 08:59:13 -0000 On Thu, 31 Jan 2013 08:05:03 +0100 Hans Petter Selasky wrote: > > Have you given the correct parameters to w_scan. What are you trying to scan? Yes, I think so. You can see the parameters in my previous post in this thread. I'm trying to scan my cable-TV provider (DVB-C) for available channels. FWIW, I have another DVB-C device[1] connected to the same cable (using a T-split). When testing this other device with w_scan (using exactly the same parameters) w_scan finds almost 200 channels (or "services" as w_scan calls them). References: 1) http://sites.google.com/site/tingox/pctv_nanostick_t2_freebsd -- Torfinn Ingolfsen From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 31 09:22:32 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6CA81F7B for ; Thu, 31 Jan 2013 09:22:32 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.c2i.net [212.247.155.2]) by mx1.freebsd.org (Postfix) with ESMTP id DBEEF721 for ; Thu, 31 Jan 2013 09:22:31 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 199384278; Thu, 31 Jan 2013 10:22:24 +0100 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Subject: Re: webcamd 3.9.0.4 and TerraTec H7 Date: Thu, 31 Jan 2013 10:23:35 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <20130130234823.e8ca2a3a6ce3c32f7d7d5e4d@getmail.no> <201301310805.03427.hselasky@c2i.net> <20130131095911.4807ed38cb6045ea854b1aaf@getmail.no> In-Reply-To: <20130131095911.4807ed38cb6045ea854b1aaf@getmail.no> X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 09:22:32 -0000 On Thursday 31 January 2013 09:59:11 Torfinn Ingolfsen wrote: > On Thu, 31 Jan 2013 08:05:03 +0100 > > Hans Petter Selasky wrote: > > Have you given the correct parameters to w_scan. What are you trying to > > scan? > > Yes, I think so. You can see the parameters in my previous post in this > thread. I'm trying to scan my cable-TV provider (DVB-C) for available > channels. > > FWIW, I have another DVB-C device[1] connected to the same cable (using a > T-split). When testing this other device with w_scan (using exactly the > same parameters) w_scan finds almost 200 channels (or "services" as w_scan > calls them). > > References: > 1) http://sites.google.com/site/tingox/pctv_nanostick_t2_freebsd Hi, Some sticks are dual DVB-T and DVB-C, and you need to specify that to w_scan. Maybe compiling webcamd with debugging and running in foreground will give some more hints. Thanks for testing! --HPS From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 31 17:05:55 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 11D952E1 for ; Thu, 31 Jan 2013 17:05:55 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from smtp.getmail.no (smtp.getmail.no [84.208.15.66]) by mx1.freebsd.org (Postfix) with ESMTP id C4EBE3D7 for ; Thu, 31 Jan 2013 17:05:54 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from get-mta-scan01.get.basefarm.net ([10.5.16.4]) by get-mta-out03.get.basefarm.net (Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)) with ESMTP id <0MHI00G5525T5N00@get-mta-out03.get.basefarm.net> for freebsd-multimedia@FreeBSD.org; Thu, 31 Jan 2013 18:05:53 +0100 (MET) Received: from get-mta-scan01.get.basefarm.net (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 674A4179BB7B_10AA471B for ; Thu, 31 Jan 2013 17:05:53 +0000 (GMT) Received: from kg-v2.kg4.no (cm-84.215.134.159.getinternet.no [84.215.134.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by get-mta-scan01.get.basefarm.net (Sophos Email Appliance) with ESMTPSA id 47AEF1796181_10AA471F for ; Thu, 31 Jan 2013 17:05:53 +0000 (GMT) Date: Thu, 31 Jan 2013 18:05:52 +0100 From: Torfinn Ingolfsen To: freebsd-multimedia@FreeBSD.org Subject: Re: webcamd 3.9.0.4 and TerraTec H7 Message-id: <20130131180552.6c5d7bf16512c6053771d747@getmail.no> In-reply-to: <201301311023.35543.hselasky@c2i.net> References: <20130130234823.e8ca2a3a6ce3c32f7d7d5e4d@getmail.no> <201301310805.03427.hselasky@c2i.net> <20130131095911.4807ed38cb6045ea854b1aaf@getmail.no> <201301311023.35543.hselasky@c2i.net> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 17:05:55 -0000 On Thu, 31 Jan 2013 10:23:35 +0100 Hans Petter Selasky wrote: > > Some sticks are dual DVB-T and DVB-C, and you need to specify that to w_scan. Yes - my other stick (the one that works) is also dual DVB-T and DVB-C. Yet it works without specifying anything to w_scan. > Maybe compiling webcamd with debugging and running in foreground will give > some more hints. I'll try that, after I have tested the H7 in Linux. > Thanks for testing! No problem, thanks for making webcamd happen in the first place. Much appreciated! -- Torfinn Ingolfsen From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 31 19:29:39 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 861677C for ; Thu, 31 Jan 2013 19:29:39 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 2E4A0CEF for ; Thu, 31 Jan 2013 19:29:38 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 79F201E007A1; Thu, 31 Jan 2013 20:29:31 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r0VJRYEr054639; Thu, 31 Jan 2013 20:27:34 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r0VJRYgM054638; Thu, 31 Jan 2013 20:27:34 +0100 (CET) (envelope-from nox) Date: Thu, 31 Jan 2013 20:27:34 +0100 (CET) From: Juergen Lock Message-Id: <201301311927.r0VJRYgM054638@triton8.kn-bremen.de> To: torfinn.ingolfsen@getmail.no Subject: Re: webcamd 3.9.0.4 and TerraTec H7 X-Newsgroups: local.list.freebsd.multimedia In-Reply-To: <20130131004840.e20bbb57664ad945474e0b32@getmail.no> References: <20130130234823.e8ca2a3a6ce3c32f7d7d5e4d@getmail.no> Organization: Cc: freebsd-multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 19:29:39 -0000 In article <20130131004840.e20bbb57664ad945474e0b32@getmail.no> you write: >On Wed, 30 Jan 2013 23:48:23 +0100 >Torfinn Ingolfsen wrote: > >> FYI, I just tested webcamd 3.9.0.4 with the TerraTec H7. >> [...] >> for some reason, "frontend0" isn't created. > >Scratch that (I shouldn't try this when I'm tired). >With the correct firmware file in place, things looks better: >root@kg-f4# webcamd -d ugen3.2 >Attached to ugen3.2[0] >Loading firmware at '/boot/modules/dvb-usb-terratec-h7-drxk.fw', f=7 >Creating /dev/dvb/adapter0/ca0 >Creating /dev/dvb/adapter0/demux0 >Creating /dev/dvb/adapter0/dvr0 >Creating /dev/dvb/adapter0/frontend0 >Creating /dev/input/event0 > >which w_scan confirms: >root@kg-f4# w_scan -fc -c NO -C ISO-8859-1 >w_scan version 20120415 (compiled for DVB API 5.5) >using settings for NORWAY >DVB cable >DVB-C >scan type CABLE, channellist 7 >output format vdr-1.6 >output charset 'ISO-8859-1' >Info: using DVB adapter auto detection. > /dev/dvb/adapter0/frontend0 -> CABLE "DRXK DVB-C DVB-T": good :-) >Using CABLE frontend (adapter /dev/dvb/adapter0/frontend0) >-_-_-_-_ Getting frontend capabilities-_-_-_-_ >Using DVB API 5.a >frontend 'DRXK DVB-C DVB-T' supports >INVERSION_AUTO >QAM_AUTO not supported, trying QAM_64 QAM_256. >FEC_AUTO >FREQ (47.00MHz ... 865.00MHz) >SRATE (0.870MSym/s ... 11.700MSym/s) >-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ >searching QAM64... >73000: sr6900 (time: 00:02) sr6875 (time: 00:07) >[...] >searching QAM256... >73000: sr6900 (time: 12:57) sr6875 (time: 13:02) >[...] >858000: sr6900 (time: 25:42) sr6875 (time: 25:47) > >ERROR: Sorry - i couldn't get any working frequency/transponder > Nothing to scan!! > >Unfortunately, it ends without finding anything. Stupid question: did you install both firmware files i.e. dvb-usb-terratec-h7-az6007.fw too? Looking at the driver, work/webcamd-3.9.0.4/media_tree/drivers/media/usb/dvb-usb-v2/az6007.c it seems both may be required... You can download it from here: http://linuxtv.org/downloads/firmware/ HTH, :) Juergen From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 31 23:46:12 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AFF9F7E0 for ; Thu, 31 Jan 2013 23:46:12 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from smtp.getmail.no (smtp.getmail.no [84.208.15.66]) by mx1.freebsd.org (Postfix) with ESMTP id 6D3A1B61 for ; Thu, 31 Jan 2013 23:46:12 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from get-mta-scan04.get.basefarm.net ([10.5.16.4]) by get-mta-out01.get.basefarm.net (Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)) with ESMTP id <0MHI008XKKOTJH60@get-mta-out01.get.basefarm.net> for freebsd-multimedia@FreeBSD.org; Fri, 01 Feb 2013 00:46:05 +0100 (MET) Received: from get-mta-scan04.get.basefarm.net (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id EB8221EEECA3_10B023CB for ; Thu, 31 Jan 2013 23:46:04 +0000 (GMT) Received: from kg-v2.kg4.no (cm-84.215.134.159.getinternet.no [84.215.134.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by get-mta-scan04.get.basefarm.net (Sophos Email Appliance) with ESMTPSA id C51301F03104_10B023CF for ; Thu, 31 Jan 2013 23:46:04 +0000 (GMT) Date: Fri, 01 Feb 2013 00:46:04 +0100 From: Torfinn Ingolfsen To: freebsd-multimedia@FreeBSD.org Subject: Re: webcamd 3.9.0.4 and TerraTec H7 Message-id: <20130201004604.43d604e44105e115a50214d7@getmail.no> In-reply-to: <201301311927.r0VJRYgM054638@triton8.kn-bremen.de> References: <20130130234823.e8ca2a3a6ce3c32f7d7d5e4d@getmail.no> <201301311927.r0VJRYgM054638@triton8.kn-bremen.de> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 23:46:12 -0000 On Thu, 31 Jan 2013 20:27:34 +0100 (CET) Juergen Lock wrote: > Stupid question: did you install both firmware files i.e. > dvb-usb-terratec-h7-az6007.fw too? Looking at the driver, No, that is not a stupid question. And yes, I did install both of them (sorry for not making that clear earlier). -- Torfinn Ingolfsen From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 1 11:47:39 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9AA4C50F for ; Fri, 1 Feb 2013 11:47:39 +0000 (UTC) (envelope-from se@freebsd.org) Received: from nm10.bullet.mail.ird.yahoo.com (nm10.bullet.mail.ird.yahoo.com [77.238.189.39]) by mx1.freebsd.org (Postfix) with SMTP id D1CA8EC4 for ; Fri, 1 Feb 2013 11:47:38 +0000 (UTC) Received: from [77.238.189.49] by nm10.bullet.mail.ird.yahoo.com with NNFMP; 01 Feb 2013 11:47:36 -0000 Received: from [46.228.39.102] by tm2.bullet.mail.ird.yahoo.com with NNFMP; 01 Feb 2013 11:47:36 -0000 Received: from [127.0.0.1] by smtp139.mail.ir2.yahoo.com with NNFMP; 01 Feb 2013 11:47:36 -0000 X-Yahoo-Newman-Id: 511822.88626.bm@smtp139.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: BIC_4JAVM1m26M8pvipIWSEzvdAwR.8rpniFsOm6AbEfKZn .ooLxtenuZVqz66MWQ7c4d93AQM_2YowlG.bPBI19Ltr_ZYWsNHZ7HS.C_T7 4CxRCS70NcWlsRwWEi4CnQE1jQfbIuYFgXGySz2lJuhidOcO7e4tJ_qd.Cs. 3yMfArQVtdjvHjmrnp1OQ4FfQkAbsjAj1VkqdycbqhwbpFUgGJVWpc_41WeY g1qxWHQMWrGNHkmIIm3ZjTurl310ACDKUZWmXFU.hzDVTOdez7no3X1vecIV fmdBy3JkCvO_bFkzw1O2QjeFmuUl0mxHi5kiNCPeF4TBpE13Lo6LB.qj1lIZ GvFhmjJqelUXrJ_UhfCjLQjToYP8eB23lQx7MVp2R6dUjR3m8xKm4dOGhNpP FKcjhvy8SUsyH9Hf4pF6Q5hQtGDLOyAncH36xzrA9Ixx3XNhY X-Yahoo-SMTP: iDf2N9.swBDAhYEh7VHfpgq0lnq. Received: from [192.168.119.26] (se@87.158.2.233 with plain) by smtp139.mail.ir2.yahoo.com with SMTP; 01 Feb 2013 11:47:36 +0000 UTC Message-ID: <510BAB55.1070307@freebsd.org> Date: Fri, 01 Feb 2013 12:47:33 +0100 From: Stefan Esser User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Andrew Johnson Subject: Re: avidemux 2.6 and TS recordings References: <201301270057.02317.daeron@optushome.com.au> In-Reply-To: <201301270057.02317.daeron@optushome.com.au> X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 11:47:39 -0000 Am 26.01.2013 14:57, schrieb Andrew Johnson: > Are there any tools left in the ports for re-muxing TS recordings? > I had visions of using GOPchop to quickly edit some recordings from the digital TV but there seems to be no tools in the FreeBSD ports to either (quickly) re-mux TS recordings into mpeg, or to (painfully slowly) convert (decode & encode) TS recordings into mpeg. You may want to give multimedia/dvbcut a try. It needs QT3 or QT4 but seems to work well with SD TS streams recorded by my DVB-S receiver ... Regards, STefan From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 1 12:16:28 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A847EBD2 for ; Fri, 1 Feb 2013 12:16:28 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-vb0-f42.google.com (mail-vb0-f42.google.com [209.85.212.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5DFC2CF for ; Fri, 1 Feb 2013 12:16:27 +0000 (UTC) Received: by mail-vb0-f42.google.com with SMTP id ff1so2415564vbb.1 for ; Fri, 01 Feb 2013 04:16:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=Oxla/7xc++hHT7jRajQTaiQt81LQfnHAYWR0AsOn6Io=; b=loT+25yDwmnKMJLCUoE7m7k4vxwOaTZvcfLPDn55Gv9siNdyp+j21OegBse2m12IXs U4BQYTDc9qOUEkJ1ItlBNML6sojf14YgObM3jFCyYBPpSCxNqpZRTk1O8VBVWhnDmF6N HMy0xMkxFTABL9tg8jERNvrvJOvLlp7XIy2hfZmC9of/zwuTpmOopjebhpgwT52fAInq 79PPklldqUicExU2+bs7YpQtdqdMS/s7in9GZxZdj/vSEXqUSaJcXJYITx1PSObaXwvv P5AE5C8xo4NZMgLU1AeP8T5n9NAQNH/hRQ/4tctf9/rKB56IOmJIcxG0ZXC8N1WhbNnR kvdA== MIME-Version: 1.0 X-Received: by 10.52.96.163 with SMTP id dt3mr6131396vdb.11.1359720981321; Fri, 01 Feb 2013 04:16:21 -0800 (PST) Received: by 10.58.209.167 with HTTP; Fri, 1 Feb 2013 04:16:21 -0800 (PST) In-Reply-To: <201301270057.02317.daeron@optushome.com.au> References: <201301270057.02317.daeron@optushome.com.au> Date: Fri, 1 Feb 2013 12:16:21 +0000 Message-ID: Subject: Re: avidemux 2.6 and TS recordings From: Tom Evans To: Andrew Johnson Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 12:16:28 -0000 On Sat, Jan 26, 2013 at 1:57 PM, Andrew Johnson w= rote: > Are there any tools left in the ports for re-muxing TS recordings? > I had visions of using GOPchop to quickly edit some recordings from the= digital TV but there seems to be no tools in the FreeBSD ports to either (= quickly) re-mux TS recordings into mpeg, or to (painfully slowly) convert (= decode & encode) TS recordings into mpeg. > > ffmpeg wants to decode & encode, but it doesn't seem to honour all the = error correction options in a TS steam and has trouble keeping audio sync. > > The Avidemux portal suggests they've kept working on the TS sync issue = with the 2.6 and 2.6.1 versions but its 2.5.6 that's in the ports. What went wrong with ffmpeg? ffmpeg -i stream.ts -c:v copy -c:a copy out.mp4 If you find a sample that does not keep audio sync, the ffmpeg developers would want to see it. Bear in mind that you cannot fix audio sync issues without re-encoding the audio, eg: ffmpeg -i stream.ts -c:v copy -c:a libfaac -filter:a asyncts out.mp4 Cheers Tom From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 1 14:49:35 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2409CC2 for ; Fri, 1 Feb 2013 14:49:35 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id DD8B8AB4 for ; Fri, 1 Feb 2013 14:49:34 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r11EnYgA014949 for ; Fri, 1 Feb 2013 09:49:34 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r11EnYcc014885; Fri, 1 Feb 2013 09:49:34 -0500 (EST) (envelope-from portscout) Message-Id: <201302011449.r11EnYcc014885@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 1 Feb 2013 09:49:34 -0500 From: portscout@portscout.freebsd.org To: multimedia@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 14:49:35 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/multimedia@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ multimedia/dvdstyler | 2.1 | 2.4 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 1 18:27:55 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BC84E6BB; Fri, 1 Feb 2013 18:27:55 +0000 (UTC) (envelope-from dieterbsd@gmail.com) Received: from mail-ia0-x234.google.com (ia-in-x0234.1e100.net [IPv6:2607:f8b0:4001:c02::234]) by mx1.freebsd.org (Postfix) with ESMTP id 8C0627EB; Fri, 1 Feb 2013 18:27:55 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id f27so5644492iae.25 for ; Fri, 01 Feb 2013 10:27:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=w3/KHsW7ERIhgE46U9ftqdvWdJMsfeesZldmTgb5hFg=; b=dE64BePTYm2DUvUcys9E4dlBzVyc4DmvNYPVf3f1IV//fiNy/olbxW1yOA4qeQwmwi MR14mrCOFEUvLqX5BlO1S0s+RUl+9YsssBgQieIgOBTbbn8Z0LyFEG7XvYmqPXoDDfOK GanTqD0z+4umRFFzQPcqK7hw1PoxI0rHA08i1Mu9hfROOEVtfMfalRXxX3/jKHgQ0Vt9 ppck1UCxrqJEQMfvLLnVxdbBbXKl7bDm+Gmoua+v1m2GEe3INmXXmM0nHtJUb3JdaRWK 8d5uIKUK1EDfn7b92pfKpAgAsC7oXgyDYnotClKaiTJlEv9p9V1XNL2joDqBevVBSFVr NKaw== MIME-Version: 1.0 X-Received: by 10.43.131.202 with SMTP id hr10mr1516057icc.15.1359743274997; Fri, 01 Feb 2013 10:27:54 -0800 (PST) Received: by 10.64.107.196 with HTTP; Fri, 1 Feb 2013 10:27:54 -0800 (PST) Date: Fri, 1 Feb 2013 10:27:54 -0800 Message-ID: Subject: Re: receiving aerial digital TV From: Dieter BSD To: freebsd-hackers@freebsd.org, freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 18:27:55 -0000 [ This topic is better discussed in -multimedia@, suggest that followups drop -hackers@ ] > i am out of current knowledge about common TV for about 10 years. > > Currently in Poland there is aerial TV broadcasted in DVB-T standard. > There are TVs with builtin decoder/demodulator or separate > decoders/demodulator with HDMI output. > > But how about just receiving demodulated data and letting mplayer play it, > and - most importantly - recording it directly. I know there are USB > receivers on market. > > Are such devices supported under FreeBSD? if so - what driver, what > chipset to look when buying such a thing? any other recommendation. > > With analog TV broadcast there were PCI cards with brooktree chipset that > worked with FreeBSD. There are PCI and PCIe tuner cards, USB tuners, and Ethernet tuners. There used to be firewire tuners but these have disappeared the last time I looked. Each type has advantages and disadvantages. Cards require expansion slots, which you may or may not have available. Ethernet tuners allow locating the tuner near the antenna, giving less signal loss in the coax. And they don't need a slot, and are OS independent. Unfortunately, there seems to be only 1 brand of Ethernet tuner (Silicondust HDhomerun). The ATSC/8VSB version has better debugging info than other tuners, but there are many reports that other tuners give better reception. I don't know if this applies to the DVB-T version. Word is that some of the very small USB tuners suffer from poor reception. A high-gain "outdoor" antenna will give much better reception (due to less multipath) than a low gain antenna. Garbage in garbage out. If you manage to get a signal that is too strong, an attenuator is very inexpensive. Yes, you should be able to record to a file on disk and watch it later. Cron(8) and at(1) are useful for this. Some people like mythtv. Many of the cards use a cx88 family chip. cx88 (in ports) supports many of these cards. http://corona.homeunix.net/cx88wiki Ethernet tuners http://www.silicondust.com/ Useful forums for tuners, antennas, how to fix reception problems, ... http://www.avsforum.com/ Useful info about antennas and reception http://www.hdtvprimer.com From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 1 18:48:15 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1510FBAD for ; Fri, 1 Feb 2013 18:48:15 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from smtp.getmail.no (smtp.getmail.no [84.208.15.66]) by mx1.freebsd.org (Postfix) with ESMTP id B77048B4 for ; Fri, 1 Feb 2013 18:48:14 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from get-mta-scan04.get.basefarm.net ([10.5.16.4]) by get-mta-out03.get.basefarm.net (Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)) with ESMTP id <0MHK00G7Y1KDIT00@get-mta-out03.get.basefarm.net> for freebsd-multimedia@FreeBSD.org; Fri, 01 Feb 2013 19:48:13 +0100 (MET) Received: from get-mta-scan04.get.basefarm.net (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 86F511F03332_10C0DEDB for ; Fri, 01 Feb 2013 18:48:13 +0000 (GMT) Received: from kg-v2.kg4.no (cm-84.215.134.159.getinternet.no [84.215.134.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by get-mta-scan04.get.basefarm.net (Sophos Email Appliance) with ESMTPSA id 5BB531F032EC_10C0DEDF for ; Fri, 01 Feb 2013 18:48:13 +0000 (GMT) Date: Fri, 01 Feb 2013 19:48:12 +0100 From: Torfinn Ingolfsen To: freebsd-multimedia@FreeBSD.org Subject: Re: receiving aerial digital TV Message-id: <20130201194812.187567edda1c66ad43a44a20@getmail.no> In-reply-to: References: X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 18:48:15 -0000 On Fri, 01 Feb 2013 10:27:54 -0800 Dieter BSD wrote: > [ This topic is better discussed in -multimedia@, suggest that followups > drop -hackers@ ] > > > i am out of current knowledge about common TV for about 10 years. > > > > Currently in Poland there is aerial TV broadcasted in DVB-T standard. > > There are TVs with builtin decoder/demodulator or separate > > decoders/demodulator with HDMI output. > > > > But how about just receiving demodulated data and letting mplayer play it, > > and - most importantly - recording it directly. I know there are USB > > receivers on market. > > > > Are such devices supported under FreeBSD? if so - what driver, what > > chipset to look when buying such a thing? any other recommendation. Another option is webcamd (in ports) - it supports a whole lot of usb devices, through their linux drivers. I currently have an older version installed on this machine: root@kg-v2# portversion -v webcamd webcamd-3.7.0.4 = up-to-date with port tingo@kg-v2$ apropos webcamd | grep -i dvb a800(4) - webcamd driver for AVerMedia AverTV A800 DVB-T receiver af9005(4) - webcamd driver for Afatech 9005 DVB-T receiver af9015(4) - webcamd driver for Afatech 9015 DVB-T receiver au6610(4) - webcamd driver for AU6610 DVB-T ce6230(4) - webcamd driver for Intel CE6230 DVB-T cinergy(4) - webcamd driver for Cinergy T2/qanu DVB-T cxusb(4) - webcamd driver for Conexant USB DVB digitv(4) - webcamd driver for Nebula Electronics uDigiTV DVB-T dtt200u(4) - webcamd driver for DTT200U DVB-T devices dtv5100(4) - webcamd driver for AME DTV-5100 DVB-T dw2102(4) - webcamd driver for DVBWorld and TeVii DVB-S/S2 ec168(4) - webcamd driver for EC168 DVB-T gp8psk(4) - webcamd driver for GENPIX DVB-S m920x(4) - webcamd driver for m920x DVB-T nova-t(4) - webcamd driver for NOVA-T DVB-T opera(4) - webcamd driver for Opera1 DVB-S ttusb2(4) - webcamd driver for Technotrend DVB umt(4) - webcamd driver for UMT-010 DVB-T vp702x(4) - webcamd driver for TwinhanDTV StarBox DVB-S vp7045(4) - webcamd driver for TwinhanDTV DVB-T webcamd(8) - daemon to provide access to USB webcam and DVB devices as for recording and viewing TV, ports also have Freevo, MythTV, VDR and XBMC. -- Torfinn Ingolfsen From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 2 13:07:54 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AD7A330E for ; Sat, 2 Feb 2013 13:07:54 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 5A96CA4 for ; Sat, 2 Feb 2013 13:07:53 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 1D52B1E007A3; Sat, 2 Feb 2013 14:07:53 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r12Cuf7Q033484; Sat, 2 Feb 2013 13:56:41 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r12Cuf5t033483; Sat, 2 Feb 2013 13:56:41 +0100 (CET) (envelope-from nox) Date: Sat, 2 Feb 2013 13:56:41 +0100 (CET) From: Juergen Lock Message-Id: <201302021256.r12Cuf5t033483@triton8.kn-bremen.de> To: torfinn.ingolfsen@getmail.no Subject: Re: receiving aerial digital TV X-Newsgroups: local.list.freebsd.multimedia In-Reply-To: <20130201194812.187567edda1c66ad43a44a20@getmail.no> References: Organization: Cc: freebsd-multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2013 13:07:54 -0000 In article <20130201194812.187567edda1c66ad43a44a20@getmail.no> you write: >On Fri, 01 Feb 2013 10:27:54 -0800 >Dieter BSD wrote: > >> [ This topic is better discussed in -multimedia@, suggest that followups >> drop -hackers@ ] >> >> > i am out of current knowledge about common TV for about 10 years. >> > >> > Currently in Poland there is aerial TV broadcasted in DVB-T standard. >> > There are TVs with builtin decoder/demodulator or separate >> > decoders/demodulator with HDMI output. >> > >> > But how about just receiving demodulated data and letting mplayer play it, >> > and - most importantly - recording it directly. I know there are USB >> > receivers on market. >> > >> > Are such devices supported under FreeBSD? if so - what driver, what >> > chipset to look when buying such a thing? any other recommendation. > >Another option is webcamd (in ports) - it supports a whole lot of usb devices, through their linux drivers. >I currently have an older version installed on this machine: >root@kg-v2# portversion -v webcamd >webcamd-3.7.0.4 = up-to-date with port > >tingo@kg-v2$ apropos webcamd | grep -i dvb >a800(4) - webcamd driver for AVerMedia AverTV A800 DVB-T receiver >af9005(4) - webcamd driver for Afatech 9005 DVB-T receiver >af9015(4) - webcamd driver for Afatech 9015 DVB-T receiver >au6610(4) - webcamd driver for AU6610 DVB-T >ce6230(4) - webcamd driver for Intel CE6230 DVB-T >cinergy(4) - webcamd driver for Cinergy T2/qanu DVB-T >cxusb(4) - webcamd driver for Conexant USB DVB >digitv(4) - webcamd driver for Nebula Electronics uDigiTV DVB-T >dtt200u(4) - webcamd driver for DTT200U DVB-T devices >dtv5100(4) - webcamd driver for AME DTV-5100 DVB-T >dw2102(4) - webcamd driver for DVBWorld and TeVii DVB-S/S2 >ec168(4) - webcamd driver for EC168 DVB-T >gp8psk(4) - webcamd driver for GENPIX DVB-S >m920x(4) - webcamd driver for m920x DVB-T >nova-t(4) - webcamd driver for NOVA-T DVB-T >opera(4) - webcamd driver for Opera1 DVB-S >ttusb2(4) - webcamd driver for Technotrend DVB >umt(4) - webcamd driver for UMT-010 DVB-T >vp702x(4) - webcamd driver for TwinhanDTV StarBox DVB-S >vp7045(4) - webcamd driver for TwinhanDTV DVB-T >webcamd(8) - daemon to provide access to USB webcam and DVB devices That list btw is not exhaustive, some (mostly newer) Linux drivers webcamd includes don't have manpages yet. There also is a wiki page listing (among others) some DVB/ATSC tuners people tested, https://wiki.freebsd.org/WebcamCompat > >as for recording and viewing TV, ports also have Freevo, MythTV, VDR and XBMC. > .and I posted a small guide about digital TV on forums.freebsd.org: http://forums.freebsd.org/showthread.php?t=35179 HTH, :) Juergen From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 2 15:45:32 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D94EEC14; Sat, 2 Feb 2013 15:45:32 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 91F6F8B3; Sat, 2 Feb 2013 15:45:32 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id AA2F71E007A3; Sat, 2 Feb 2013 16:45:29 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r12FhSZ1038297; Sat, 2 Feb 2013 16:43:29 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r12FhSVK038296; Sat, 2 Feb 2013 16:43:28 +0100 (CET) (envelope-from nox) Date: Sat, 2 Feb 2013 16:43:28 +0100 (CET) From: Juergen Lock Message-Id: <201302021543.r12FhSVK038296@triton8.kn-bremen.de> To: awarecons@gmail.com Subject: Re: multimedia/vlc [2.0.5,3] ISSUE Use X C Bindings X-Newsgroups: local.list.freebsd.multimedia In-Reply-To: Organization: Cc: x11@freebsd.org, multimedia@freebsd.org, ports-bugs@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2013 15:45:32 -0000 In article you write: >If chosen > >[*] XCB Use X C Bindings for X11 output > >GCC 4.6.3: >gmake[5]: Entering directory >`/usr/ports/multimedia/vlc/work/vlc-2.0.5/modules/video_filter' > CC libpanoramix_plugin_la-panoramix.lo > CC libpostproc_plugin_la-postproc.lo >In file included from panoramix.c:50:0: >/usr/local/include/xcb/randr.h:1168:1: error: unknown type name 'm' >/usr/local/include/xcb/randr.h:1173:1: error: expected >specifier-qualifier-list before 'typedef' >gmake[5]: *** [libpanoramix_plugin_la-panoramix.lo] Error 1 > >gcc4.2: > >gmake[5]: Entering directory >`/usr/ports/multimedia/vlc/work/vlc-2.0.5/modules/video_filter' > CC libpanoramix_plugin_la-panoramix.lo > CCLD libpostproc_plugin.la >In file included from panoramix.c:50: >/usr/local/include/xcb/randr.h:1168: error: expected >specifier-qualifier-list before 'm' >gmake[5]: *** [libpanoramix_plugin_la-panoramix.lo] Error 1 > >But, for e.g., mplayer using XCB compiles fine. Hmm what's in/around those lines in your /usr/local/include/xcb/randr.h ? Mine doesn't have an identifier 'm' there anywhere... [...] /** * @brief xcb_randr_output_property_t **/ typedef struct xcb_randr_output_property_t { xcb_window_t window; /**< */ xcb_randr_output_t output; /**< */ xcb_atom_t atom; /**< */ xcb_timestamp_t timestamp; /**< */ uint8_t status; /**< */ uint8_t pad0[11]; /**< */ } xcb_randr_output_property_t; /** * @brief xcb_randr_output_property_iterator_t **/ typedef struct xcb_randr_output_property_iterator_t { xcb_randr_output_property_t *data; /**< */ int rem; /**< */ int index; /**< */ } xcb_randr_output_property_iterator_t; [...] Thanx, Juergen From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 2 19:04:30 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4ABF120B; Sat, 2 Feb 2013 19:04:30 +0000 (UTC) (envelope-from awarecons@gmail.com) Received: from mail-vc0-f178.google.com (mail-vc0-f178.google.com [209.85.220.178]) by mx1.freebsd.org (Postfix) with ESMTP id BFA68BF; Sat, 2 Feb 2013 19:04:29 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id m8so3121893vcd.9 for ; Sat, 02 Feb 2013 11:04:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=NYeY9GGUtmcOnqhG72I1CAv+iLZsx536UUomutP9JXk=; b=KQZFUlcw60q0HziOsxggIi+ejy6E6oQqWPdMnupmp4HzQs5KtikutL9+78Lvgksmfd yQeGwZh4mbD7wlbjKazqihSrusHgwN8LDyJCbPQ+FTv8xprj38lZLweeHF2sKVsxTmdv Ipu49PCM7s+ajNPEZew7ZkcVhsRXzGT3fydO06PQBYzxQriH1zqgwApeFA9ARVieZhSs ZQNkm7V+W4Rrj3/qyXNUcYfaEhKYos3oMNSgWLcD3DOS+sbPKGUhFE7hM8kUuX7x89Iu QhszVtiHQu+t8qMGbzmelqiJkVeuRFaZ/lDSLym51k1vUD8qlY6DHIJHYPH+eY+sHcNd h16w== MIME-Version: 1.0 X-Received: by 10.52.68.4 with SMTP id r4mr13329843vdt.15.1359831863543; Sat, 02 Feb 2013 11:04:23 -0800 (PST) Received: by 10.220.9.211 with HTTP; Sat, 2 Feb 2013 11:04:23 -0800 (PST) In-Reply-To: <201302021543.r12FhSVK038296@triton8.kn-bremen.de> References: <201302021543.r12FhSVK038296@triton8.kn-bremen.de> Date: Sat, 2 Feb 2013 23:04:23 +0400 Message-ID: Subject: Re: multimedia/vlc [2.0.5,3] ISSUE Use X C Bindings From: awarecons To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 Cc: x11@freebsd.org, multimedia@freebsd.org, ports-bugs@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2013 19:04:30 -0000 Mine has: ... /** * @brief xcb_randr_output_property_t **/ typedef struct xcb_randr_output_property_t { xcb_window_t window; /**< */ xcb_randr_output_t output; /**< */ xcb_atom_t atom; /**< */ xcb_timestamp_t timestamp; /**< */ uint8_t status; /**< */ uint8_t pad0[11]; /**< */ m xcb_randr_output_property_t; /** * @brief xcb_randr_output_property_iterator_t **/ typedef struct xcb_randr_output_property_iterator_t { xcb_randr_output_property_t *data; /**< */ int rem; /**< */ int index; /**< */ } xcb_randr_output_property_iterator_t; ... 2013/2/2 Juergen Lock : > In article you write: >>If chosen >> >>[*] XCB Use X C Bindings for X11 output >> >>GCC 4.6.3: >>gmake[5]: Entering directory >>`/usr/ports/multimedia/vlc/work/vlc-2.0.5/modules/video_filter' >> CC libpanoramix_plugin_la-panoramix.lo >> CC libpostproc_plugin_la-postproc.lo >>In file included from panoramix.c:50:0: >>/usr/local/include/xcb/randr.h:1168:1: error: unknown type name 'm' >>/usr/local/include/xcb/randr.h:1173:1: error: expected >>specifier-qualifier-list before 'typedef' >>gmake[5]: *** [libpanoramix_plugin_la-panoramix.lo] Error 1 >> >>gcc4.2: >> >>gmake[5]: Entering directory >>`/usr/ports/multimedia/vlc/work/vlc-2.0.5/modules/video_filter' >> CC libpanoramix_plugin_la-panoramix.lo >> CCLD libpostproc_plugin.la >>In file included from panoramix.c:50: >>/usr/local/include/xcb/randr.h:1168: error: expected >>specifier-qualifier-list before 'm' >>gmake[5]: *** [libpanoramix_plugin_la-panoramix.lo] Error 1 >> >>But, for e.g., mplayer using XCB compiles fine. > > Hmm what's in/around those lines in your /usr/local/include/xcb/randr.h ? > Mine doesn't have an identifier 'm' there anywhere... > > [...] > /** > * @brief xcb_randr_output_property_t > **/ > typedef struct xcb_randr_output_property_t { > xcb_window_t window; /**< */ > xcb_randr_output_t output; /**< */ > xcb_atom_t atom; /**< */ > xcb_timestamp_t timestamp; /**< */ > uint8_t status; /**< */ > uint8_t pad0[11]; /**< */ > } xcb_randr_output_property_t; > > /** > * @brief xcb_randr_output_property_iterator_t > **/ > typedef struct xcb_randr_output_property_iterator_t { > xcb_randr_output_property_t *data; /**< */ > int rem; /**< */ > int index; /**< */ > } xcb_randr_output_property_iterator_t; > [...] > > Thanx, > Juergen From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 2 19:30:10 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F00C860B; Sat, 2 Feb 2013 19:30:10 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 7E27916B; Sat, 2 Feb 2013 19:30:09 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 1BF6D1E007A7; Sat, 2 Feb 2013 20:30:09 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r12JRdr9046193; Sat, 2 Feb 2013 20:27:39 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r12JRdRw046192; Sat, 2 Feb 2013 20:27:39 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sat, 2 Feb 2013 20:27:39 +0100 To: awarecons Subject: Re: multimedia/vlc [2.0.5,3] ISSUE Use X C Bindings Message-ID: <20130202192739.GA46013@triton8.kn-bremen.de> References: <201302021543.r12FhSVK038296@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: x11@freebsd.org, Juergen Lock , multimedia@freebsd.org, ports-bugs@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2013 19:30:11 -0000 On Sat, Feb 02, 2013 at 11:04:23PM +0400, awarecons wrote: > Mine has: > ... > /** > * @brief xcb_randr_output_property_t > **/ > typedef struct xcb_randr_output_property_t { > xcb_window_t window; /**< */ > xcb_randr_output_t output; /**< */ > xcb_atom_t atom; /**< */ > xcb_timestamp_t timestamp; /**< */ > uint8_t status; /**< */ > uint8_t pad0[11]; /**< */ > m xcb_randr_output_property_t; > > /** > * @brief xcb_randr_output_property_iterator_t > **/ > typedef struct xcb_randr_output_property_iterator_t { > xcb_randr_output_property_t *data; /**< */ > int rem; /**< */ > int index; /**< */ > } xcb_randr_output_property_iterator_t; > > ... > Aah-haah! :) You have a bitflip there, '}' (0x7d) became 'm' (0x6d). Try reinstalling the x11/libxcb port, that should fix it. HTH, Juergen > 2013/2/2 Juergen Lock : > > In article you write: > >>If chosen > >> > >>[*] XCB Use X C Bindings for X11 output > >> > >>GCC 4.6.3: > >>gmake[5]: Entering directory > >>`/usr/ports/multimedia/vlc/work/vlc-2.0.5/modules/video_filter' > >> CC libpanoramix_plugin_la-panoramix.lo > >> CC libpostproc_plugin_la-postproc.lo > >>In file included from panoramix.c:50:0: > >>/usr/local/include/xcb/randr.h:1168:1: error: unknown type name 'm' > >>/usr/local/include/xcb/randr.h:1173:1: error: expected > >>specifier-qualifier-list before 'typedef' > >>gmake[5]: *** [libpanoramix_plugin_la-panoramix.lo] Error 1 > >> > >>gcc4.2: > >> > >>gmake[5]: Entering directory > >>`/usr/ports/multimedia/vlc/work/vlc-2.0.5/modules/video_filter' > >> CC libpanoramix_plugin_la-panoramix.lo > >> CCLD libpostproc_plugin.la > >>In file included from panoramix.c:50: > >>/usr/local/include/xcb/randr.h:1168: error: expected > >>specifier-qualifier-list before 'm' > >>gmake[5]: *** [libpanoramix_plugin_la-panoramix.lo] Error 1 > >> > >>But, for e.g., mplayer using XCB compiles fine. > > > > Hmm what's in/around those lines in your /usr/local/include/xcb/randr.h ? > > Mine doesn't have an identifier 'm' there anywhere... > > > > [...] > > /** > > * @brief xcb_randr_output_property_t > > **/ > > typedef struct xcb_randr_output_property_t { > > xcb_window_t window; /**< */ > > xcb_randr_output_t output; /**< */ > > xcb_atom_t atom; /**< */ > > xcb_timestamp_t timestamp; /**< */ > > uint8_t status; /**< */ > > uint8_t pad0[11]; /**< */ > > } xcb_randr_output_property_t; > > > > /** > > * @brief xcb_randr_output_property_iterator_t > > **/ > > typedef struct xcb_randr_output_property_iterator_t { > > xcb_randr_output_property_t *data; /**< */ > > int rem; /**< */ > > int index; /**< */ > > } xcb_randr_output_property_iterator_t; > > [...] > > > > Thanx, > > Juergen From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 2 20:02:43 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A53328F1 for ; Sat, 2 Feb 2013 20:02:43 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm20-vm0.bullet.mail.ird.yahoo.com (nm20-vm0.bullet.mail.ird.yahoo.com [77.238.189.221]) by mx1.freebsd.org (Postfix) with SMTP id 030E325F for ; Sat, 2 Feb 2013 20:02:42 +0000 (UTC) Received: from [212.82.105.247] by nm20.bullet.mail.ird.yahoo.com with NNFMP; 02 Feb 2013 20:02:36 -0000 Received: from [46.228.39.48] by tm19.bullet.mail.ird.yahoo.com with NNFMP; 02 Feb 2013 20:02:36 -0000 Received: from [127.0.0.1] by smtp181.mail.ir2.yahoo.com with NNFMP; 02 Feb 2013 20:02:36 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359835356; bh=7vqF/rdfrHUdbfbszadB9AaAPJQSVoqgp0DJjUiOWhU=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:Date:Subject:To:MIME-Version:Content-Transfer-Encoding:From:Message-ID:User-Agent; b=q9wlp3TMpJcpeMD5Dnql2X5tbQHqhxuWe5PkRCSf5gyo4A1FmjQcLqxx7Rwun7g6dZG8ku3vpTUdQZUZNa2/7ZL+y9dcf3+ofWSV8QPFvkx9vwrtzSiZGAmDopogY4ffSOjjcvkCK5mneW/LFMfLlvGUTpF/tJYkxpJ3827OIjA= X-Yahoo-Newman-Id: 158108.8679.bm@smtp181.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: HBl8xdsVM1k508DJq2ojBfdqbbNKd0gTozhZIbQpLWo0XHh cMg8_YgHQV_Jc0ZkP.u2DomPmx7Ppjlk_r4l6yB3f.s4wI0MNGr.hOZgp8q3 qPmIdi9bQg7GcCVeBgo6.gYHuJu_GZn4RjrR5OwYcto0WeIVNprjqfeI0XfT 2n2hOUP3VOPS5KGiva9uduUAGmO.8R6q7okPJXhVznnRrS2NZfsnCIaQYhj2 FDPHlkCDBNZgTcupssDTZO5KXvKuqjUNn5dWQkA9PZ4jQXC7stYKzaIIcMXK kou5AxJNUQV5c92a6nVxluhdvoWdZYEoN92Cn8z.UxiVLdgfWANz7afMWml6 HOeSuGzp4F5CcZSyucJ6FQwmIVvI37U5cUWUGM44XbujhOwj7.lkJTPrgMpl ns.dNnIghFgb_M6jcWshH3BqUJr1LnEiYSbK12tApnz0QtEJsVCwESGm8Ba_ MPB0L7WGM4C_2oJS.wNiZPM7.XT9Etxm8Zfkf1oEcmuU1iro1VAjcwW0ZtJF 57EAYoCQYssVA8wmLFg4goYdH6CIkg3nMa8HMHFwD1F4UWTu9UVubaKetS3r zlI8KZUsZWWDlmfZ9k56Pm9rRTIQ- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.21.15 with login) by smtp181.mail.ir2.yahoo.com with SMTP; 02 Feb 2013 20:02:36 +0000 UTC Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Date: Sat, 02 Feb 2013 21:02:35 +0100 Subject: Rosegarden To: "FreeBSD multi" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2013 20:02:43 -0000 Hi :) How can I use Rosegarden for MIDI and audio recording? I already read that I need to rebuild alsa-lib [1]? Is there anything else I need? Until now I only loaded one driver manually: # cat /root/audio.sh #! /bin/sh # sh audio.sh kldload -v snd_hdspe sysctl hw.snd.verbose=2 clear cat /dev/sndstat exit 0 Analog outs, S/PDIF out and ADAT outs are tested with jack and oss. All those audio outputs are ok. On the board are 2 Envy24 cards too and I alternatively have an USB MIDI device. Regards, Ralf [1] QjackCtl: "20:24:13.927 Could not open ALSA sequencer as a client. ALSA MIDI patchbay will be not available. ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory" http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-July/012290.html # cd /usr/ports/audio/jack && make config [ ] ALSA ALSA audio architecture [*] DOCS Build and/or install documentation # make deinstall ===> Deinstalling for audio/jack ===> Deinstalling jackit-0.121.3_2 pkg_delete: package 'jackit-0.121.3_2' is required by these other packages and may not be deinstalled (but I'll delete it anyway): alsa-plugins-1.0.26 alsa-utils-1.0.26 lash-0.5.4_8 aubio-0.3.2_7 audacity-2.0.2 fluidsynth-1.1.5 calf-0.0.19 chromium-24.0.1312.52 firefox-18.0,1 dssi-1.1.1 fluidsynth-dssi-1.0.0_7 fmit-0.99.2_3 linuxsampler-1.0.0_1 gigedit-0.2.0_6 gmidimonitor-3.6_1 gstreamer-plugins-jack-0.10.31,3 hexter-1.0.2 jack-keyboard-2.7.1_1 jack-rack-1.4.7_5 jamin-0.95.0_8 sox-14.3.2_5 k3b-2.0.2_10 nekobee-0.1.7_5 qjackctl-0.3.9 qsampler-0.2.2_3 qsynth-0.3.6 rosegarden-12.12.25 slv2-0.6.6 csound-5.18.02 smasher-1.1.6_3 terminatorx-3.84_2 whysynth-20100922_3 xsynth-dssi-0.9.4_1 zynaddsubfx-2.4.1_2 musicpd-0.17.2_2 audacious-plugins-3.3.3 # make install clean # cd /usr/ports/audio/qjackctl && make deinstall config install clean QjackCtl 0.3.9 Build target . . . . . . . . . . . . . . . . . . .: release JACK Audio Connection Kit support . . . . . . . .: yes JACK Realtime support . . . . . . . . . . . . . .: yes JACK Transport support . . . . . . . . . . . . . .: yes JACK XRUN delay support . . . . . . . . . . . . .: yes JACK Maximum scheduling delay support . . . . . .: yes JACK Port aliases support . . . . . . . . . . . .: yes JACK MIDI support . . . . . . . . . . . . . . . .: yes JACK Session support . . . . . . . . . . . . . . .: yes JACK Version support (JACK2) . . . . . . . . . . .: no ALSA MIDI Sequencer support . . . . . . . . . . .: yes System tray icon support . . . . . . . . . . . . .: yes D-Bus interface support . . . . . . . . . . . . .: yes PortAudio interface support . . . . . . . . . . .: no CoreAudio interface support . . . . . . . . . . .: no Debugger stack-trace (gdb) . . . . . . . . . . . .: no Install prefix . . . . . . . . . . . . . . . . . .: /usr/local # make config ===> No options to configure I guess I've to rebuild alsa-lib first. From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 2 20:13:52 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0C58AB00 for ; Sat, 2 Feb 2013 20:13:52 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm4-vm0.bullet.mail.ird.yahoo.com (nm4-vm0.bullet.mail.ird.yahoo.com [77.238.189.211]) by mx1.freebsd.org (Postfix) with SMTP id 579F12D4 for ; Sat, 2 Feb 2013 20:13:50 +0000 (UTC) Received: from [77.238.189.50] by nm4.bullet.mail.ird.yahoo.com with NNFMP; 02 Feb 2013 20:13:42 -0000 Received: from [217.146.188.74] by tm3.bullet.mail.ird.yahoo.com with NNFMP; 02 Feb 2013 20:13:42 -0000 Received: from [127.0.0.1] by smtp102.mail.ird.yahoo.com with NNFMP; 02 Feb 2013 20:13:42 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359836022; bh=LO5wsFq0B41VIPaZImtdA0xA1gD3CxwCg7B3e2HKufI=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=yznXZ9dLvPct840sjAZpxTHPAXqNF0Mci7cgcoB/gepGL3WPyrApleJ5qkjq8UTP3stai0aH4IuCwJNCmhUiYA/hBbKaLdm20Wqyvk908lLXEUA8DzondAq/Ez4ZA5Yoy2B16PhT8KaZfSIMwDPWkukQOwfzo3apcqa2tIj92bI= X-Yahoo-Newman-Id: 858922.90293.bm@smtp102.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 4A0EhLEVM1kNNqxuoRyGM18l9sPwoNlPVkZ8NzvcAJgYixI rxexjZbl8UO7ZOvo.OK55eo2M_zNzEG.LM9YbtJLCK76qNQ7cY5b6xWcm_sF mlpkYfT8ezjxGLjaJXCoclW2FUMmBw75JTxpuimlji83oPDZfJVy2PjO9HCR _L0iHAUMmTavCF8HsGC9aCjbasgS9y.P8n87BNvfKe8ru_z1Q_l9lwDr.3id WIj0GiEmfFwC6O6heq4VVlJvm8jxsCyFP2We.6l6sKze4ZIyoRD78XJQbkTo BbcbeO7OLUgmNNuwjxMF38CGRbOuc5cB2cMFawY834KpXl8I_nFzuqIyfU6_ nYEyVVJ0cVMuRatuzEe1RX2mc3Z_3lQC_D9Vjt7DFrMiFtq.M6YETcAM0ya7 0Ka0ZSYhzHFLfSmKO6Nil7d3QoS_0TXLSaqhvEikH6Q-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.21.15 with login) by smtp102.mail.ird.yahoo.com with SMTP; 02 Feb 2013 12:13:42 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "FreeBSD multi" Subject: Re: Rosegarden References: Date: Sat, 02 Feb 2013 21:13:42 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2013 20:13:52 -0000 On Sat, 02 Feb 2013 21:02:35 +0100, Ralf Mardorf wrote: > # cd /usr/ports/audio/jack && make config > > [ ] ALSA ALSA audio architecture > [*] DOCS Build and/or install documentation alsa-lib without seq, but jackd with ALSA?!