Re: audacity-3.3.3p0 obsd-7.3/7.4 i386 issue/notes

2024-01-29 Thread Stuart Henderson
oh, I see, this was fixed after 7.4 release. Might be possible to backport for -stable, I will take a look. On 2024/01/30 00:16, sda wrote: > i mean that OpenBSD-7.4 is installed from official installation media > to new/clean partition (clean install) and Audacity is install

Re: audacity-3.3.3p0 obsd-7.3/7.4 i386 issue/notes

2024-01-29 Thread sda
i mean that OpenBSD-7.4 is installed from official installation media to new/clean partition (clean install) and Audacity is installed via: # pkg_add audacity from official mirror (please note the "Build Information" screenshots). p.s.: afair, things break after upgrade from 7.2 to

Re: audacity-3.3.3p0 obsd-7.3/7.4 i386 issue/notes

2024-01-29 Thread Stuart Henderson
On 2024/01/29 19:03, Stuart Henderson wrote: > On 2024/01/29 18:32, sda wrote: > > hello. > > > > audacity is using lame and ffmpeg libraries for export functions. right > > now the filenames of (required) libraries are not reflecting the actual > > versions or

Re: audacity-3.3.3p0 obsd-7.3/7.4 i386 issue/notes

2024-01-29 Thread Stuart Henderson
On 2024/01/29 18:32, sda wrote: > hello. > > audacity is using lame and ffmpeg libraries for export functions. right > now the filenames of (required) libraries are not reflecting the actual > versions or just not suitable for export from Audacity to various > formats. >

audacity-3.3.3p0 obsd-7.3/7.4 i386 issue/notes

2024-01-29 Thread sda
hello. audacity is using lame and ffmpeg libraries for export functions. right now the filenames of (required) libraries are not reflecting the actual versions or just not suitable for export from Audacity to various formats. example: $ /usr/local/bin/ffmpeg -version ffmpeg version 4.4.4

Re: audio/audacity: fix loading of ffmpeg libraries

2023-10-21 Thread Antoine Jacoutot
> successfully. > > Comments or OKs? OK > > Caspar > > > Index: Makefile > === > RCS file: /cvs/ports/audio/audacity/Makefile,v > retrieving revision 1.93 > diff -u -p -r1.93 Makefile > --- Makefile 1

audio/audacity: fix loading of ffmpeg libraries

2023-10-21 Thread Caspar Schutijser
=== RCS file: /cvs/ports/audio/audacity/Makefile,v retrieving revision 1.93 diff -u -p -r1.93 Makefile --- Makefile18 Oct 2023 15:51:05 - 1.93 +++ Makefile21 Oct 2023 12:22:53 - @@ -6,7 +6,7 @@ GH_ACCOUNT= audacity GH_PROJECT=audacity GH_TAGNAME

Re: patch: fix audacity mp3 export on startup

2023-10-18 Thread Antoine Jacoutot
ok On Wed, Oct 18, 2023 at 03:55:55PM +0200, Marc Espie wrote: > On first run, audacity will look for "libmp3lame.so.0" which doesn't > exist on OpenBSD, then prompting the user to find the library. > > This is doubly absurd, because it doesn't match our naming &

Re: patch: fix audacity mp3 export on startup

2023-10-18 Thread Stuart Henderson
On 2023/10/18 15:55, Marc Espie wrote: > On first run, audacity will look for "libmp3lame.so.0" which doesn't > exist on OpenBSD, then prompting the user to find the library. > > This is doubly absurd, because it doesn't match our naming > scheme, and also becau

patch: fix audacity mp3 export on startup

2023-10-18 Thread Marc Espie
On first run, audacity will look for "libmp3lame.so.0" which doesn't exist on OpenBSD, then prompting the user to find the library. This is doubly absurd, because it doesn't match our naming scheme, and also because we run depend on lame. This patch appears to do the trick: w

Re: audio/audacity: ffmpeg libraries can't be loaded

2022-02-26 Thread Caspar Schutijser
RCS file: /cvs/ports/audio/audacity/Makefile,v retrieving revision 1.80 diff -u -p -r1.80 Makefile --- Makefile23 Oct 2021 20:40:24 - 1.80 +++ Makefile26 Feb 2022 18:01:19 - @@ -8,7 +8,7 @@ GH_ACCOUNT= audacity GH_PROJECT=audacity GH_TAGNAME=Auda

Re: audio/audacity: ffmpeg libraries can't be loaded

2022-02-26 Thread Stuart Henderson
Hi, > > Audacity is compiled with support for ffmpeg but it does not work. > > This becomes apparent when e.g. opening a video file in audacity, it'll > then say that the file is not recognized and we need to install ffmpeg. > > Audacity seems to attempt to load the

audio/audacity: ffmpeg libraries can't be loaded

2022-02-26 Thread Caspar Schutijser
Hi, Audacity is compiled with support for ffmpeg but it does not work. This becomes apparent when e.g. opening a video file in audacity, it'll then say that the file is not recognized and we need to install ffmpeg. Audacity seems to attempt to load the ffmpeg libraries at run time. Looki

Re: UPDATE audia/audacity

2020-01-22 Thread Stuart Henderson
On 2020/01/22 14:18, Solene Rapenne wrote: > On Wed, Jan 22, 2020 at 01:27:28PM +0100, Björn Ketelaars wrote: > > Enclosed diff brings audacity to 2.3.3, which focuses on bug fixes and > > code restructuring. Additional information on this release can be found > > in the re

Re: UPDATE audia/audacity

2020-01-22 Thread Solene Rapenne
On Wed, Jan 22, 2020 at 01:27:28PM +0100, Björn Ketelaars wrote: > Enclosed diff brings audacity to 2.3.3, which focuses on bug fixes and > code restructuring. Additional information on this release can be found > in the release announcement [0]. > > Run tested on amd64. More preci

UPDATE audia/audacity

2020-01-22 Thread Björn Ketelaars
Enclosed diff brings audacity to 2.3.3, which focuses on bug fixes and code restructuring. Additional information on this release can be found in the release announcement [0]. Run tested on amd64. More precise, I have been using this update for a couple of days. So far, no regression. Comments

Re: audacity and vamp-plugin-sdk patches

2019-11-18 Thread Marc Espie
ib/libvamp-hostsdk.la > > 2. audacity.patch: this enables building audacity --with-libvamp once the > > previous patch is applied. > > > > I am not a member of the mailing list, please reach out to me directly if > > needed. > > Thanks, diffs committed.

Re: audacity and vamp-plugin-sdk patches

2019-11-18 Thread Stuart Henderson
On 2019/11/16 10:21, septimiu turcu wrote: > Hi, > Please find attached 2 patches: > 1. vamp.patch for vamp-plugin-sdk; this fixes a typo (extra white space) in > the content of /usr/local/lib/libvamp-hostsdk.la > 2. audacity.patch: this enables building audacity --with-l

audacity and vamp-plugin-sdk patches

2019-11-16 Thread septimiu turcu
Hi, Please find attached 2 patches: 1. vamp.patch for vamp-plugin-sdk; this fixes a typo (extra white space) in the content of /usr/local/lib/libvamp-hostsdk.la 2. audacity.patch: this enables building audacity --with-libvamp once the previous patch is applied. I am not a member of the mailing

Re: audio/audacity -latomic

2019-06-11 Thread Jeremie Courreges-Anglas
On Tue, May 21 2019, Raphael Graf wrote: > The diff below fixes linking on macppc. Looks like this one fell through the cracks. ok jca@ > Is there a better way to check if '-latomic' is needed? The audacity source code uses: std::atomic std::atomic std::atomic So I g

audio/audacity -latomic

2019-05-21 Thread Raphael Graf
The diff below fixes linking on macppc. Is there a better way to check if '-latomic' is needed? Index: patches/patch-configure_ac === RCS file: /cvs/ports/audio/audacity/patches/patch-configure_ac,v retrieving revision 1.2

Re: NEW: audio/portmidi (unbreak audacity)

2019-03-25 Thread Jeremie Courreges-Anglas
On Mon, Mar 25 2019, Stuart Henderson wrote: > On 2019/03/25 13:08, Jeremie Courreges-Anglas wrote: >> - any reason to force -std=c++11 in CXXFLAGS? The build works fine for >> me with base-clang (which defaults to gnu++14). > > ports-gcc defaults to old c++ until we switch over to gcc 8. Yep

Re: NEW: audio/portmidi (unbreak audacity)

2019-03-25 Thread Stuart Henderson
On 2019/03/25 13:08, Jeremie Courreges-Anglas wrote: > - any reason to force -std=c++11 in CXXFLAGS? The build works fine for > me with base-clang (which defaults to gnu++14). ports-gcc defaults to old c++ until we switch over to gcc 8.

Re: NEW: audio/portmidi (unbreak audacity)

2019-03-25 Thread Jeremie Courreges-Anglas
rtmidi.tar.gz contains a port of the newest release from >>> > 2010. >>> > I've added very rudimentary and incomplete support for sndio, it's just >>> > enough >>> > for playing a midi track via audacity. The sndio stuff is

Re: NEW: audio/portmidi (unbreak audacity)

2019-03-22 Thread Jeremie Courreges-Anglas
On Fri, Mar 22 2019, Theo Buehler wrote: >> Thanks, I can't test the actual functionality but I think that portmidi >> is ready to be imported. Could I please get reviews/oks to import? > > You could also give rapha@ an ok to import :) Woops, right, thank you. 8) Raphael: ok jca@ -- jca | PGP

Re: NEW: audio/portmidi (unbreak audacity)

2019-03-22 Thread Alexandre Ratchov
with the portmidi diff. The midi bits could be improved later in tree. I tested audacity, and it works fine, so I'm OK as well for it.

Re: NEW: audio/portmidi (unbreak audacity)

2019-03-22 Thread Theo Buehler
> Thanks, I can't test the actual functionality but I think that portmidi > is ready to be imported. Could I please get reviews/oks to import? You could also give rapha@ an ok to import :)

Re: NEW: audio/portmidi (unbreak audacity)

2019-03-22 Thread Jeremie Courreges-Anglas
2010. >> > I've added very rudimentary and incomplete support for sndio, it's just >> > enough >> > for playing a midi track via audacity. The sndio stuff is in >> > files/pm_sndio/. >> > It is extremely simple compared to the alsa version (pm_

Re: NEW: audio/portmidi (unbreak audacity)

2019-03-12 Thread Raphael Graf
dio, it's just > > enough > > for playing a midi track via audacity. The sndio stuff is in > > files/pm_sndio/. > > It is extremely simple compared to the alsa version (pm_linux). :) > > Please comments below, > > > Audacity can then use the shared portmidi

NEW: audio/portmidi (unbreak audacity)

2019-03-10 Thread Raphael Graf
The attached portmidi.tar.gz contains a port of the newest release from 2010. I've added very rudimentary and incomplete support for sndio, it's just enough for playing a midi track via audacity. The sndio stuff is in files/pm_sndio/. It is extremely simple compared to the alsa version

Re: audacity-2.2.2

2019-03-05 Thread Antoine Jacoutot
On Sun, Feb 24, 2019 at 08:20:04PM +0100, Jeremie Courreges-Anglas wrote: > > So audacity is still currently BROKEN. Here's an unfinished update to > version 2.2.2. > > Some notes: > - audio/libsoxr has replaced libsamplerate > - I disabled the use of system vamp-pl

audacity-2.2.2

2019-02-24 Thread Jeremie Courreges-Anglas
So audacity is still currently BROKEN. Here's an unfinished update to version 2.2.2. Some notes: - audio/libsoxr has replaced libsamplerate - I disabled the use of system vamp-plugin-sdk, see the comments - audio/portaudio-svn is used instead of the not-so-mandatory bundled version

audio/audacity doesn't play OGG files

2018-10-04 Thread Solene Rapenne
Opening an OGG file in audacity and using "Play" doesn't produce any sound nor the "sound meter" bars move. Opening a MP3 file and using Play will actually play sound. No error is displayed in the console. ogg123 or any other ogg reader play fine the same ogg file. No

Re: Audacity

2017-08-24 Thread Freddy Fisker
will return in the end of next week - Trying to install Audacity from source code. You're in for a bumpy ride... You *will* need patches to some parts to handle audio i/o on OpenBSD because the upstream code doesn't support our native sound API, sndio.

Re: Audacity

2017-08-23 Thread Freddy Fisker
Hi Thanks for your help. I will return in the end of next week - Trying to install Audacity from source code. Best regards Freddy On Wednesday, 23 August 2017 15:34:05 CEST, Stuart Henderson wrote: On 2017/08/23 10:51, Paul Irofti wrote: Hi, Please search the archives[0]. If you make any

Re: Audacity

2017-08-23 Thread Stuart Henderson
On 2017/08/23 21:41, Freddy Fisker wrote: > Hi > > Thanks for your help. I will return in the end of next week - Trying to > install Audacity from source code. You're in for a bumpy ride... You *will* need patches to some parts to handle audio i/o on OpenBSD because the upst

Re: Audacity

2017-08-23 Thread Stuart Henderson
On 2017/08/23 13:00, Freddy Fisker wrote: > Hi > > Thanks for your help. It is the first time I am writing to ports@openbsd.org > and I am only a user not a developer. > > At the link you have send me I understand there is problems with updating > Audacity. In a word: ye

Re: Audacity

2017-08-23 Thread Freddy Fisker
Hi Thanks for your help. It is the first time I am writing to ports@openbsd.org and I am only a user not a developer. At the link you have send me I understand there is problems with updating Audacity. Best regards Freddy On Wednesday, 23 August 2017 09:51:50 CEST, Paul Irofti wrote: Hi

Re: Audacity

2017-08-23 Thread Stuart Henderson
arc.info/?l=openbsd-ports&m=142260696025859&w=2 > here's a start at it: - audacity 2.1.3 wants wxWidgets 3.0.x; this update is awkward enough on its own without having to deal with updating wxWidgets and the other wxWidgets users - so targetting audacity 2.1.1 for now (the last relea

Re: Audacity

2017-08-23 Thread Paul Irofti
Hi, Please search the archives[0]. If you make any progress or find new roadblocks let us know. I would like to see the port updated too, but I do not use it enough to do it myself. Paul [0] -- https://marc.info/?l=openbsd-ports&m=142260696025859&w=2

Audacity

2017-08-22 Thread Freddy Fisker
Hi Is there any reason why Audacity haven´t been upgraded since version 1.3.9 ? Best regards Freddy

Re: question about Audacity port

2015-01-30 Thread Comète
30 janvier 2015 10:00 "Anthony J. Bentley" a écrit: > "Comète" writes: > >> Hi, >> >> i've noticed that audacity (actually 2.0.6) is stuck at 1.3.9 in ports >> since many releases and is mainly unusable, as i reported it here >

Re: question about Audacity port

2015-01-30 Thread Anthony J. Bentley
"Comète" writes: > Hi, > > i've noticed that audacity (actually 2.0.6) is stuck at 1.3.9 in ports > since many releases and is mainly unusable, as i reported it here > (http://marc.info/?l=openbsd-ports&m=135706893908602&w=2). > > I guess that somethin

question about Audacity port

2015-01-30 Thread Comète
Hi, i've noticed that audacity (actually 2.0.6) is stuck at 1.3.9 in ports since many releases and is mainly unusable, as i reported it here (http://marc.info/?l=openbsd-ports&m=135706893908602&w=2). I guess that something in new releases prevents to update it, but what ? Thanks

audacity playback problem

2013-01-01 Thread Comète
Hello, i use the audacity-1.3.9p5 package on (amd64) and it seems that audacity can't play anything else than 32 bits precision tracks. If i choose 24 bits or any other precision, there's no sound. Only 32 bits works. Audacity is set up to use sndio like the default configuration

Re: audio/audacity: fix crash in pthread_mutex_unlock()

2012-09-03 Thread Stefan Sperling
On Mon, Sep 03, 2012 at 11:42:30PM +0400, Andre S wrote: > Ok on amd64. Now audacity not crash when opening a WAV file. > Thanks. Thanks for testing! This has already been committed so the next round of snapshot packages should have the fix :)

Re: audio/audacity: fix crash in pthread_mutex_unlock()

2012-09-03 Thread Andre S
Ok on amd64. Now audacity not crash when opening a WAV file. Thanks. Mon, 3 Sep 2012 01:29:35 +0200 от Stefan Sperling : > > > > >Audacity crashes when opening a WAV file. > To reproduce, try:

audio/audacity: fix crash in pthread_mutex_unlock()

2012-09-02 Thread Stefan Sperling
Audacity crashes when opening a WAV file. To reproduce, try: audacity file.wav It ends up catching SIGABRT. Setting a breakpoint at abort() reveals the abort() call comes from pthread_mutex_unlock(). Audacity is trying to unlock an unlocked mutex. The faulty code calls the mTasksMutex.Unlock

Audacity crash

2012-08-24 Thread Andre S
When I try to load the 30 minute wav file with audacity it just crashes. Does anyone know how to remedy the the defects? $ gdb audacity audacity.core GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to

wxWidgets followup (audacity)

2011-04-27 Thread Matthias Kilian
And here's the audacity change after the wxWidgets change. Of course, I'll also bump both ports. Index: Makefile === RCS file: /cvs/ports/audio/audacity/Makefile,v retrieving revision 1.32 diff -u -p -r1.32 Makefile --

Re: audacity

2010-02-04 Thread Jacob Meuser
gt; > > > > that's easy to check by disabling it, I'll try it.. > > > > > > > > AFAIU, ALSA supports any format and seldom triggers > > > > conversion code of audacity and/or portaudio. > > > > > > > > sndio backen

Re: audacity

2010-02-04 Thread Alexandre Ratchov
t; > > I wonder if these problems would go away if jack support were dropped > > > > from portaudio. only working with 32-bit sounds suspicious. > > > > > > > > > > that's easy to check by disabling it, I'll try it.. > > > > &g

Re: audacity

2010-02-04 Thread Alexandre Ratchov
t; > > from portaudio. only working with 32-bit sounds suspicious. > > > > > > > that's easy to check by disabling it, I'll try it.. > > > > AFAIU, ALSA supports any format and seldom triggers > > conversion code of audacity and/or portaudio. &

Re: audacity

2010-02-04 Thread Jacob Meuser
> > that's easy to check by disabling it, I'll try it.. > > AFAIU, ALSA supports any format and seldom triggers > conversion code of audacity and/or portaudio. > > sndio backend uses sio_getacap() to return native parameters > and lets portaudio/audacity do the nec

Re: audacity

2010-02-04 Thread Jan Stary
th 32-bit sounds suspicious. > > > > That's another thing: why is jack and esound in the dependencies > > of audacity (in 4.6)? Neither of them seems to ever be running anyway. > > jack -> portaudio-svn -> audacity > esound -> wxWidgets -> audacity > >

Re: audacity

2010-02-04 Thread Alexandre Ratchov
y format and seldom triggers conversion code of audacity and/or portaudio. sndio backend uses sio_getacap() to return native parameters and lets portaudio/audacity do the necessary conversions, since it claims it can. As far as I understand portaudio internals, this is the ``right thing''

Re: audacity

2010-02-03 Thread Jacob Meuser
is jack and esound in the dependencies > of audacity (in 4.6)? Neither of them seems to ever be running anyway. jack -> portaudio-svn -> audacity esound -> wxWidgets -> audacity audacity itself doesn't depends on those, but packages audacity depends on depends on them. > &

Re: audacity

2010-02-03 Thread Jan Stary
On Feb 03 16:10:48, Jacob Meuser wrote: > I wonder if these problems would go away if jack support were dropped > from portaudio. only working with 32-bit sounds suspicious. That's another thing: why is jack and esound in the dependencies of audacity (in 4.6)? Neither of them seems

Re: audacity

2010-02-03 Thread Jacob Meuser
I wonder if these problems would go away if jack support were dropped from portaudio. only working with 32-bit sounds suspicious. I've used audacity with jack before, but if it's messig things up for more normal/casual use, it can go. ardour only uses jack, so the functionality I wa

Re: audacity doesn't play back

2010-02-03 Thread Jacob Meuser
On Wed, Feb 03, 2010 at 12:06:20PM +0100, Jan Stary wrote: > Jacob, > > firstly, thank you for all the audio work you do on OpenBSD. > You are turning my laptop into the best audio workstation I have. > > Right now, I am trying to use audacity as packaged in 1.3.9.p0 > on a

Re: audacity

2010-02-03 Thread Alexandre Ratchov
> > > > A waveform appears as I record, corresponding obviously to the sounds > > > > I make. I stop the recording with the stop button. > > > > > > > > When I try to play it back (pressing the play button), there's no sound. > > >

Re: audacity

2010-02-03 Thread Jan Stary
sounds > > > I make. I stop the recording with the stop button. > > > > > > When I try to play it back (pressing the play button), there's no sound. > > > The time-poisition bar does move through the waveform, but audacity > > > does not play an

Re: audacity doesn't play back

2010-02-03 Thread Jan Stary
with the stop button. > > > > When I try to play it back (pressing the play button), there's no sound. > > The time-poisition bar does move through the waveform, but audacity > > does not play anything. > > Start audacity, go into preferences, click ok (this is a one-time &

Re: audacity doesn't play back

2010-02-03 Thread Jan Stary
On Feb 03 12:06:20, Jan Stary wrote: > Jacob, > > firstly, thank you for all the audio work you do on OpenBSD. > You are turning my laptop into the best audio workstation I have. > > Right now, I am trying to use audacity as packaged in 1.3.9.p0 > on a recent -current. >

Re: audacity doesn't play back

2010-02-03 Thread Stuart Henderson
the play button), there's no sound. > The time-poisition bar does move through the waveform, but audacity > does not play anything. Start audacity, go into preferences, click ok (this is a one-time operation). This will probably fix things for you. You want to have aucat -l running.

audacity manpage relicts

2010-02-03 Thread Jan Stary
The manpage of audacity, as installed by audacity-1.3.9p0, says VERSION This man page documents audacity version 1.3.5

audacity doesn't play back

2010-02-03 Thread Jan Stary
Jacob, firstly, thank you for all the audio work you do on OpenBSD. You are turning my laptop into the best audio workstation I have. Right now, I am trying to use audacity as packaged in 1.3.9.p0 on a recent -current. I open a new project, record a new track (pressing the record button). A

Re: update: audio/audacity

2009-10-27 Thread Jacob Meuser
st. anoncvs3.usa was the server. -- jake...@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org Index: Makefile === RCS file: /cvs/ports/audio/audacity/Makefile,v retrieving revision 1.22 diff -u -p -r1.22 Makefile --- Make

Re: update: audio/audacity

2009-10-27 Thread Stuart Henderson
get included, smells like a bug in opencvs on the server you did the diff against. > Index: patches/patch-src_audacity_desktop > === > RCS file: /cvs/ports/audio/audacity/patches/patch-src_audacity_desktop,v

update: audio/audacity

2009-10-26 Thread Jacob Meuser
: Makefile === RCS file: /cvs/ports/audio/audacity/Makefile,v retrieving revision 1.22 diff -N -u -p Makefile --- Makefile5 Oct 2009 13:59:56 - 1.22 +++ Makefile27 Oct 2009 02:52:53 - @@ -2,9 +2,9 @@ COMMENT

Re: audacity crash on -current

2009-02-10 Thread Jacob Meuser
On Tue, Feb 10, 2009 at 11:32:07AM +0100, Maximilian-Clemens Anderer wrote: > On Tue, Feb 10, 2009 at 10:13:10AM +, Jacob Meuser wrote: > > On Tue, Feb 10, 2009 at 10:58:40AM +0100, Maximilian-Clemens Anderer wrote: > > > Hi! > > > > > > Can anyone conf

Re: audacity crash on -current

2009-02-10 Thread Jacob Meuser
On Tue, Feb 10, 2009 at 10:58:40AM +0100, Maximilian-Clemens Anderer wrote: > Hi! > > Can anyone confirm that audacity is crashing on the latest snapshot > (Feb 6)? > > Steps to reproduce the crash: > > audacity -> Edit -> Preferences > > > After cli

Re: audacity crash on -current

2009-02-10 Thread Antoine Jacoutot
On Tue, 10 Feb 2009, Maximilian-Clemens Anderer wrote: > Hi! > > Can anyone confirm that audacity is crashing on the latest snapshot > (Feb 6)? > > Steps to reproduce the crash: > > audacity -> Edit -> Preferences > > > After clicking on "Pref

Re: audacity crash on -current

2009-02-10 Thread Maximilian-Clemens Anderer
On Tue, Feb 10, 2009 at 10:13:10AM +, Jacob Meuser wrote: > On Tue, Feb 10, 2009 at 10:58:40AM +0100, Maximilian-Clemens Anderer wrote: > > Hi! > > > > Can anyone confirm that audacity is crashing on the latest snapshot > > (Feb 6)? > > > > Steps to

audacity crash on -current

2009-02-10 Thread Maximilian-Clemens Anderer
Hi! Can anyone confirm that audacity is crashing on the latest snapshot (Feb 6)? Steps to reproduce the crash: audacity -> Edit -> Preferences After clicking on "Preferences" audacity crashes with the following error message: Segmentation fault (core dumpe

Re: update: audio/audacity

2008-12-27 Thread Alexey Suslikov
via configure. > > > > works for me but my ports/packages are not fully up-to-date. I'm > > using the latest i386/amd64 snapshot packages. > > no one uses audacity? Lightly tested here on i386. Compiled using vamp-plugin-sdk which I have found here http://marc.info/?l=o

Re: update: audio/audacity

2008-12-26 Thread Jacob Meuser
/packages are not fully up-to-date. I'm > using the latest i386/amd64 snapshot packages. no one uses audacity? > -- > jake...@sdf.lonestar.org > SDF Public Access UNIX System - http://sdf.lonestar.org > > Index: Makefile > =

update: audio/audacity

2008-11-29 Thread Jacob Meuser
-- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org Index: Makefile === RCS file: /home2/cvs/OpenBSD/ports/audio/audacity/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile24 Mar 200

Re: no sound in audacity

2007-11-18 Thread Jacob Meuser
On Sun, Nov 18, 2007 at 10:37:16AM -0800, Tim Howe wrote: > I just built audacity from ports (v1.3.3) on a recent snapshot. > > Audio works on my system with media players, but audacity doesn't produce any > sound. I can edit a waveform, and I don't get any errors; it simp

no sound in audacity

2007-11-18 Thread Tim Howe
I just built audacity from ports (v1.3.3) on a recent snapshot. Audio works on my system with media players, but audacity doesn't produce any sound. I can edit a waveform, and I don't get any errors; it simply doesn't make any sound. It is set to use /dev/audio, which appe

Re: UPDATE: audacity-1.3.3

2007-06-05 Thread Antti Harri
On Tue, 5 Jun 2007, Antoine Jacoutot wrote: On Tuesday 05 June 2007 13:51:38 Antti Harri wrote: Pa_SetupDeviceFormat: warning - requested sample rate = 96000 Hz - closest = 8000 Yes, that's to be expected and nothing to be worried about. Your driver does not support the requested sample rate

Re: UPDATE: audacity-1.3.3

2007-06-05 Thread Antoine Jacoutot
====== RCS file: /cvs/ports/audio/audacity/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 24 May 2007 09:45:01 - 1.7 +++ Makefile 5 Jun 2007 12:59:03 - @@ -2,9 +2,9 @@ COMMENT= "free audio editor" -V= 1.3.2 +V= 1.3.3 DISTNAME= audacity-src-${V} -PK

Re: UPDATE: audacity-1.3.3

2007-06-05 Thread Antti Harri
On Tue, 5 Jun 2007, Antoine Jacoutot wrote: This diff updates audio/audacity to the latest available version. More info here: http://audacity.sourceforge.net/download/features-1.3-a First I quickly read "audacious" and decided to test, half-way through I noticed it was *city not *c

UPDATE: audacity-1.3.3

2007-06-05 Thread Antoine Jacoutot
Hi. This diff updates audio/audacity to the latest available version. More info here: http://audacity.sourceforge.net/download/features-1.3-a Please test and comment. Cheers! -- Antoine Index: Makefile === RCS file: /cvs/ports

Re: UPDATE: audacity 1.3.2

2006-12-12 Thread Antoine Jacoutot
On Sun, 10 Dec 2006, Antoine Jacoutot wrote: I only got positive reports on this update and I really think it should go in now. Can anyone have a look at this? -- Antoine

Re: UPDATE: audacity 1.3.2

2006-12-06 Thread Antoine Jacoutot
On Mon, 4 Dec 2006, Martynas Venckus wrote: This diff updates audacity to version 1.3.2. New diff including one patch from Martynas Venckus. Regress tests aren't working but they are _3_ years old... so there's no real point in trying to fix them. It still works fine under macpp

Re: UPDATE: audacity 1.3.2

2006-12-04 Thread Martynas Venckus
> This diff updates audacity to version 1.3.2. Thank you! > Tested under macppc, feedback on other platforms is of course > appreciated. Here's also something from me: * fixes building on i386 (patch-lib-src_soundtouch_include_STTypes_h) * SimpleBlockFileTest.cpp fix

UPDATE: audacity 1.3.2

2006-12-03 Thread Antoine Jacoutot
This diff updates audacity to version 1.3.2. There's a problem with the regression tests as it seems they don't work with unicoded wxWidgets, they only support the ANSI version. I'm ready for inputs on this. Tested under macppc, feedback on other platforms is of course appre

Re: NEW: audacity-1.2.4

2005-12-18 Thread Jacob Meuser
On Sat, Dec 17, 2005 at 11:21:32PM -0800, Jacob Meuser wrote: > On Mon, Dec 05, 2005 at 12:16:43AM +0100, Antoine Jacoutot wrote: > > On Sun, 4 Dec 2005, Matthias Kilian wrote: > > > > >On Wed, Nov 30, 2005 at 10:48:47PM +0100, Antoine Jacoutot wrote: > >

Re: NEW: audacity-1.2.4

2005-12-17 Thread Jacob Meuser
On Mon, Dec 05, 2005 at 12:16:43AM +0100, Antoine Jacoutot wrote: > On Sun, 4 Dec 2005, Matthias Kilian wrote: > > >On Wed, Nov 30, 2005 at 10:48:47PM +0100, Antoine Jacoutot wrote: > >>Here is a new audacity port. > > > >O.k. on zaurus (allthough a little bit s

Re: NEW: audacity-1.2.4

2005-12-06 Thread Jacob Meuser
from /usr/local/lib/libwx_gtk2.so.2.4 > > #2 0x7b7e78a2 in wxMBConv::WC2MB(char*, wchar_t const*, unsigned > > long) const () > >from /usr/local/lib/libwx_gtk2.so.2.4 > > #3 0x7b7ebc74 in wxString::wxString(wchar_t const*, wxMBConv&, > > unsi

Re: NEW: audacity-1.2.4

2005-12-06 Thread Aleksander Piotrowski
onst () >from /usr/local/lib/libwx_gtk2.so.2.4 > #3 0x7b7ebc74 in wxString::wxString(wchar_t const*, wxMBConv&, > unsigned long) () >from /usr/local/lib/libwx_gtk2.so.2.4 [...] Looks like something different than audacity issue ... Alek -- - Dlaczego ,,przemyt

Re: NEW: audacity-1.2.4

2005-12-05 Thread Jacob Meuser
/wxWidgets/patches and > rebuild+reinstall wxWidgets. with that patch, audacity works on amd64. tested just about every action and effect. very nice to be able to use this on my fast box :) > Don't forget to test other ports that use wxWidgets. net/amule seems to be working. x11/

Re: NEW: audacity-1.2.4

2005-12-05 Thread Chris Kuethe
On 11/30/05, Antoine Jacoutot <[EMAIL PROTECTED]> wrote: > Hi... > > Here is a new audacity port. > Tested under macppc/current. > > As usual, please test and comment/report. > Thanks ! I'm not much of an audiomonkey, but at least breaking up a few large mp3 files

Re: NEW: audacity-1.2.4

2005-12-05 Thread Antoine Jacoutot
On Mon, 5 Dec 2005, steven mestdagh wrote: Please try attached diff. Put it into x11/wxWidgets/patches and rebuild+reinstall wxWidgets. OK, the diff works fine under macppc and amd64. I think it can be commited. :) Antoine

Re: NEW: audacity-1.2.4

2005-12-05 Thread Antoine Jacoutot
Selon Aleksander Piotrowski <[EMAIL PROTECTED]>: > Please try attached diff. Put it into x11/wxWidgets/patches and > rebuild+reinstall wxWidgets. > > Don't forget to test other ports that use wxWidgets. It works great under amd64/current. Tested with audacity and xchm. Antoine

Re: NEW: audacity-1.2.4

2005-12-04 Thread Antoine Jacoutot
On Sun, 4 Dec 2005, Matthias Kilian wrote: On Wed, Nov 30, 2005 at 10:48:47PM +0100, Antoine Jacoutot wrote: Here is a new audacity port. O.k. on zaurus (allthough a little bit slow). Tested: audio import, audio playback (which isn't seamless due to limited cpu and memory), help br

Re: NEW: audacity-1.2.4

2005-12-04 Thread Matthias Kilian
On Wed, Nov 30, 2005 at 10:48:47PM +0100, Antoine Jacoutot wrote: > Here is a new audacity port. O.k. on zaurus (allthough a little bit slow). Tested: audio import, audio playback (which isn't seamless due to limited cpu and memory), help browser. Ciao, Kili

Re: NEW: audacity-1.2.4

2005-12-04 Thread Aleksander Piotrowski
Antoine Jacoutot <[EMAIL PROTECTED]> wrote: > Yes, this is a known problem. It did the same with the older version. As I > don't have any sparc64 around, I can not reproduce the problem and > certainly can not fix it. > If anyone wants to have a look at this issue, I would appreciate... I've >

Re: NEW: audacity-1.2.4

2005-12-03 Thread Rik Burt
Antoine Jacoutot wrote: Hi... Here is a new audacity port. Tested under macppc/current. Builds and installs fine on i386. I was able to make some cool new ringtones for my phone. Rik

  1   2   >