Re: [linux-minidisc] linux-minidisc Digest, Vol 43, Issue 18
- From: "Jurgen." <invictaz@yahoo.com>
- To: "linux-minidisc@lists.fu-berlin.de" <linux-minidisc@lists.fu-berlin.de>, "glaubitz@physik.fu-berlin.de" <glaubitz@physik.fu-berlin.de>
- Date: Sun, 12 Jan 2014 16:44:58 -0800 (PST)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=S54s+Uyh9RQcTFHE0gM9u2mf4ln8yx/GzyjN5lt9MwgIscJLCCh5wGIBxAMG3MFC6Tp6vO1jNuNCOBH2C3aquXLy6M6T+JunecRkYw9zAxbtP2aNVK5u3NI4gg8jk6VlmQwKkx76DeiULNCFBjh+GbZxkN9XuqY5wZ9u/+yq+n4=;
- Reply-to: "Jurgen." <invictaz@yahoo.com>
- Subject: Re: [linux-minidisc] linux-minidisc Digest, Vol 43, Issue 18
Guys,
I found this. Have you already seen it?
https://github.com/emulibraries/maiatrac3plus
Atrac3+ decoder. It eventually comes into FFmpeg, but I did not hear back yet from a word of the FFmpeg guys.
Sidenote: the latest version of vgmstream for foobar2000 is using this MaiAT3PlusDecoder already...
So I'm going to try that because a VLC update will take a while I think :-)
Thanks,
I found this. Have you already seen it?
https://github.com/emulibraries/maiatrac3plus
Atrac3+ decoder. It eventually comes into FFmpeg, but I did not hear back yet from a word of the FFmpeg guys.
Sidenote: the latest version of vgmstream for foobar2000 is using this MaiAT3PlusDecoder already...
So I'm going to try that because a VLC update will take a while I think :-)
Thanks,
On Sunday, January 12, 2014 8:17 PM, "linux-minidisc-request@lists.fu-berlin.de" <linux-minidisc-request@lists.fu-berlin.de> wrote:
Send linux-minidisc mailing list submissions to
linux-minidisc@lists.fu-berlin.de
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.fu-berlin.de/listinfo/linux-minidisc
or, via email, send a message with subject or body 'help' to
linux-minidisc-request@lists.fu-berlin.de
You can reach the person managing the list at
linux-minidisc-owner@lists.fu-berlin.de
When replying, please edit your Subject line so it is more specific
than "Re: Contents of linux-minidisc digest..."
Today's Topics:
1. Re: (Building) libusb-1.0(.9) not found?
(John Paul Adrian Glaubitz)
2. Re: (Building) libusb-1.0(.9) not found? (Kevin Ingwersen)
3. Re: (Building) libusb-1.0(.9) not found?
(John Paul Adrian Glaubitz)
4. Re: (Building) libusb-1.0(.9) not found? (Kevin Ingwersen)
5. Re: netmd/netmdcli: download support for any .wav file
containing pcm audio (Thomas Arp)
----------------------------------------------------------------------
Message: 1
Date: Sun, 12 Jan 2014 12:55:04 +0100
From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
To: Kevin Ingwersen <ingwie2000@googlemail.com>,
linux-minidisc@lists.fu-berlin.de
Subject: Re: [linux-minidisc] (Building) libusb-1.0(.9) not found?
Message-ID: <52D28298.4010806@physik.fu-berlin.de" href="mailto:52D28298.4010806@physik.fu-berlin.de">52D28298.4010806@physik.fu-berlin.de>
Content-Type: text/plain; charset=windows-1252
On 01/12/2014 02:58 AM, Kevin Ingwersen wrote:
> Ingwie@ingwies-air ~/Work/linux-minidisc $ ../Qt5.2.0/5.2.0/clang_64/bin/qmake -spec macx-g++ -r
> Reading /Users/Ingwie/Work/linux-minidisc/libnetmd/libnetmd.pro
> Project ERROR: Package libusb-1.0 not found
> Ingwie@ingwies-air ~/Work/linux-minidisc $ ls -1 /usr/local/lib/libusb*
> /usr/local/lib/libusb-1.0.0.dylib
> /usr/local/lib/libusb-1.0.a
> /usr/local/lib/libusb-1.0.dylib
> /usr/local/lib/libusb-1.0.la
> Ingwie@ingwies-air ~/Work/linux-minidisc $ ls -1 /usr/local/include/libusb-1.0/
It's missing the proper PKGCONFIG directive in libnetmd/libnetmd.pro.
Look at the top of the file and you find the directive "PKGCONFIG +=
libusb-1.0". On OSX, this might have to be renamed to "usb-1.0"
which you can add to line with the Mac-specific definitions, thus:
mac:INCLUDEPATH += /opt/local/include PKGCONFIG += usb-1.0
I'm not sure, however, whether "usb-1.0" is correct in your case. Look
into your folder which contains the package config files (*.pc) and
you should be able to find the correct name.
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glaubitz@debian.org
`. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
------------------------------
Message: 2
Date: Sun, 12 Jan 2014 13:01:19 +0100
From: Kevin Ingwersen <ingwie2000@googlemail.com>
To: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Cc: linux-minidisc@lists.fu-berlin.de
Subject: Re: [linux-minidisc] (Building) libusb-1.0(.9) not found?
Message-ID: <C00E0C39-AB5E-4741-A843-A6FC7886A75E@googlemail.com" href="mailto:C00E0C39-AB5E-4741-A843-A6FC7886A75E@googlemail.com">C00E0C39-AB5E-4741-A843-A6FC7886A75E@googlemail.com>
Content-Type: text/plain; charset=windows-1252
I?ll have a look again, but check this out:
Ingwie@ingwies-air ~/tmp $ ls -1 /usr/local/lib/pkgconfig/
./
../
fuse.pc
gio-2.0.pc
gio-unix-2.0.pc
glib-2.0.pc
gmodule-2.0.pc
gmodule-export-2.0.pc
gmodule-no-export-2.0.pc
gobject-2.0.pc
gthread-2.0.pc
json-c.pc
json.pc
libffi.pc
liblzma.pc
libusb-1.0.pc <---
osxfuse.pc
It?s there, as libusb-1.0. Now, why isn?t it being found? o.o...
Am So. Jan. 12 2014 12:55:04 schrieb John Paul Adrian Glaubitz:
> On 01/12/2014 02:58 AM, Kevin Ingwersen wrote:
>> Ingwie@ingwies-air ~/Work/linux-minidisc $ ../Qt5.2.0/5.2.0/clang_64/bin/qmake -spec macx-g++ -r
>> Reading /Users/Ingwie/Work/linux-minidisc/libnetmd/libnetmd.pro
>> Project ERROR: Package libusb-1.0 not found
>> Ingwie@ingwies-air ~/Work/linux-minidisc $ ls -1 /usr/local/lib/libusb*
>> /usr/local/lib/libusb-1.0.0.dylib
>> /usr/local/lib/libusb-1.0.a
>> /usr/local/lib/libusb-1.0.dylib
>> /usr/local/lib/libusb-1.0.la
>> Ingwie@ingwies-air ~/Work/linux-minidisc $ ls -1 /usr/local/include/libusb-1.0/
>
> It's missing the proper PKGCONFIG directive in libnetmd/libnetmd.pro.
> Look at the top of the file and you find the directive "PKGCONFIG +=
> libusb-1.0". On OSX, this might have to be renamed to "usb-1.0"
> which you can add to line with the Mac-specific definitions, thus:
>
> mac:INCLUDEPATH += /opt/local/include PKGCONFIG += usb-1.0
>
> I'm not sure, however, whether "usb-1.0" is correct in your case. Look
> into your folder which contains the package config files (*.pc) and
> you should be able to find the correct name.
>
> Adrian
------------------------------
Message: 3
Date: Sun, 12 Jan 2014 13:06:00 +0100
From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
To: Kevin Ingwersen <ingwie2000@googlemail.com>
Cc: linux-minidisc@lists.fu-berlin.de
Subject: Re: [linux-minidisc] (Building) libusb-1.0(.9) not found?
Message-ID: <52D28528.7010302@physik.fu-berlin.de" href="mailto:52D28528.7010302@physik.fu-berlin.de">52D28528.7010302@physik.fu-berlin.de>
Content-Type: text/plain; charset=windows-1252
On 01/12/2014 01:01 PM, Kevin Ingwersen wrote:
> libusb-1.0.pc <---
> osxfuse.pc
>
> It?s there, as libusb-1.0. Now, why isn?t it being found? o.o...
There might be two versions of pkg-config on your machine. One from
Apple being installed into /usr/bin and one in /usr/local/bin and
the former before the latter in your $PATH variable. And the
version in /usr/bin might not search in /usr/local/lib/pkgconfig
but /usr/lib/pkgconfig.
What does `which pkg-config` say? Also, check the documentation
of pkg-config to find out how to set the search paths for package
config files.
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glaubitz@debian.org
`. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
------------------------------
Message: 4
Date: Sun, 12 Jan 2014 13:11:29 +0100
From: Kevin Ingwersen <ingwie2000@googlemail.com>
To: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Cc: linux-minidisc@lists.fu-berlin.de
Subject: Re: [linux-minidisc] (Building) libusb-1.0(.9) not found?
Message-ID: <B8B4DD1E-A49C-42D6-911F-C112464D417B@googlemail.com" href="mailto:B8B4DD1E-A49C-42D6-911F-C112464D417B@googlemail.com">B8B4DD1E-A49C-42D6-911F-C112464D417B@googlemail.com>
Content-Type: text/plain; charset=windows-1252
Apple does not ship pkg-config by default - hence, I build it myself:
Ingwie@ingwies-air ~/tmp $ which pkg-config
/usr/local/bin/pkg-config
So, it should search the other paths too, right? I mean?
Ingwie@ingwies-air ~/tmp $ pkg-config libusb-1.0 --modversion
1.0.9
o.o; I?m a bit clueless here.
Am So. Jan. 12 2014 13:06:00 schrieb John Paul Adrian Glaubitz:
> On 01/12/2014 01:01 PM, Kevin Ingwersen wrote:
>> libusb-1.0.pc <---
>> osxfuse.pc
>>
>> It?s there, as libusb-1.0. Now, why isn?t it being found? o.o...
>
> There might be two versions of pkg-config on your machine. One from
> Apple being installed into /usr/bin and one in /usr/local/bin and
> the former before the latter in your $PATH variable. And the
> version in /usr/bin might not search in /usr/local/lib/pkgconfig
> but /usr/lib/pkgconfig.
>
> What does `which pkg-config` say? Also, check the documentation
> of pkg-config to find out how to set the search paths for package
> config files.
>
> Adrian
------------------------------
Message: 5
Date: Sun, 12 Jan 2014 20:16:34 +0100
From: Thomas Arp <manner.moe@gmx.de>
Cc: "linux-minidisc@lists.fu-berlin.de"
<linux-minidisc@lists.fu-berlin.de>
Subject: Re: [linux-minidisc] netmd/netmdcli: download support for any
.wav file containing pcm audio
Message-ID: <52D2EA12.1090706@gmx.de" href="mailto:52D2EA12.1090706@gmx.de">52D2EA12.1090706@gmx.de>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Hi,
i updated my patches for netmd download support now.
It is splitted into 3 parts and can be applied to the current master
repository one by one:
part 1: modify libnetmd to add download support for any wave audio file
by analyzing the RIFF/WAVE header and fmt chunk.
As some functions of libnetmd are modified in part 1 regarding the
parameter list, compilation of netmdcli will fail.
part 2: modify netmdcli to use the new/changed functions of libnetmd
part 3: add netmd download support in the gui application
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-add-download-support-for-any-wave-audio-file-in-libn.patch
Type: text/x-patch
Size: 12393 bytes
Desc: not available
URL: <https://lists.fu-berlin.de/pipermail/linux-minidisc/attachments/20140112/c9de8d38/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-change-netmdcli-to-use-the-new-modified-funktions-of.patch
Type: text/x-patch
Size: 3404 bytes
Desc: not available
URL: <https://lists.fu-berlin.de/pipermail/linux-minidisc/attachments/20140112/c9de8d38/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-add-netmd-download-routines-for-any-supported-wave-a.patch
Type: text/x-patch
Size: 12372 bytes
Desc: not available
URL: <https://lists.fu-berlin.de/pipermail/linux-minidisc/attachments/20140112/c9de8d38/attachment-0002.bin>
------------------------------
Subject: Digest Footer
_______________________________________________
linux-minidisc mailing list
linux-minidisc@lists.fu-berlin.de
https://lists.fu-berlin.de/listinfo/linux-minidisc
------------------------------
End of linux-minidisc Digest, Vol 43, Issue 18
**********************************************
linux-minidisc@lists.fu-berlin.de
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.fu-berlin.de/listinfo/linux-minidisc
or, via email, send a message with subject or body 'help' to
linux-minidisc-request@lists.fu-berlin.de
You can reach the person managing the list at
linux-minidisc-owner@lists.fu-berlin.de
When replying, please edit your Subject line so it is more specific
than "Re: Contents of linux-minidisc digest..."
Today's Topics:
1. Re: (Building) libusb-1.0(.9) not found?
(John Paul Adrian Glaubitz)
2. Re: (Building) libusb-1.0(.9) not found? (Kevin Ingwersen)
3. Re: (Building) libusb-1.0(.9) not found?
(John Paul Adrian Glaubitz)
4. Re: (Building) libusb-1.0(.9) not found? (Kevin Ingwersen)
5. Re: netmd/netmdcli: download support for any .wav file
containing pcm audio (Thomas Arp)
----------------------------------------------------------------------
Message: 1
Date: Sun, 12 Jan 2014 12:55:04 +0100
From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
To: Kevin Ingwersen <ingwie2000@googlemail.com>,
linux-minidisc@lists.fu-berlin.de
Subject: Re: [linux-minidisc] (Building) libusb-1.0(.9) not found?
Message-ID: <52D28298.4010806@physik.fu-berlin.de" href="mailto:52D28298.4010806@physik.fu-berlin.de">52D28298.4010806@physik.fu-berlin.de>
Content-Type: text/plain; charset=windows-1252
On 01/12/2014 02:58 AM, Kevin Ingwersen wrote:
> Ingwie@ingwies-air ~/Work/linux-minidisc $ ../Qt5.2.0/5.2.0/clang_64/bin/qmake -spec macx-g++ -r
> Reading /Users/Ingwie/Work/linux-minidisc/libnetmd/libnetmd.pro
> Project ERROR: Package libusb-1.0 not found
> Ingwie@ingwies-air ~/Work/linux-minidisc $ ls -1 /usr/local/lib/libusb*
> /usr/local/lib/libusb-1.0.0.dylib
> /usr/local/lib/libusb-1.0.a
> /usr/local/lib/libusb-1.0.dylib
> /usr/local/lib/libusb-1.0.la
> Ingwie@ingwies-air ~/Work/linux-minidisc $ ls -1 /usr/local/include/libusb-1.0/
It's missing the proper PKGCONFIG directive in libnetmd/libnetmd.pro.
Look at the top of the file and you find the directive "PKGCONFIG +=
libusb-1.0". On OSX, this might have to be renamed to "usb-1.0"
which you can add to line with the Mac-specific definitions, thus:
mac:INCLUDEPATH += /opt/local/include PKGCONFIG += usb-1.0
I'm not sure, however, whether "usb-1.0" is correct in your case. Look
into your folder which contains the package config files (*.pc) and
you should be able to find the correct name.
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glaubitz@debian.org
`. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
------------------------------
Message: 2
Date: Sun, 12 Jan 2014 13:01:19 +0100
From: Kevin Ingwersen <ingwie2000@googlemail.com>
To: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Cc: linux-minidisc@lists.fu-berlin.de
Subject: Re: [linux-minidisc] (Building) libusb-1.0(.9) not found?
Message-ID: <C00E0C39-AB5E-4741-A843-A6FC7886A75E@googlemail.com" href="mailto:C00E0C39-AB5E-4741-A843-A6FC7886A75E@googlemail.com">C00E0C39-AB5E-4741-A843-A6FC7886A75E@googlemail.com>
Content-Type: text/plain; charset=windows-1252
I?ll have a look again, but check this out:
Ingwie@ingwies-air ~/tmp $ ls -1 /usr/local/lib/pkgconfig/
./
../
fuse.pc
gio-2.0.pc
gio-unix-2.0.pc
glib-2.0.pc
gmodule-2.0.pc
gmodule-export-2.0.pc
gmodule-no-export-2.0.pc
gobject-2.0.pc
gthread-2.0.pc
json-c.pc
json.pc
libffi.pc
liblzma.pc
libusb-1.0.pc <---
osxfuse.pc
It?s there, as libusb-1.0. Now, why isn?t it being found? o.o...
Am So. Jan. 12 2014 12:55:04 schrieb John Paul Adrian Glaubitz:
> On 01/12/2014 02:58 AM, Kevin Ingwersen wrote:
>> Ingwie@ingwies-air ~/Work/linux-minidisc $ ../Qt5.2.0/5.2.0/clang_64/bin/qmake -spec macx-g++ -r
>> Reading /Users/Ingwie/Work/linux-minidisc/libnetmd/libnetmd.pro
>> Project ERROR: Package libusb-1.0 not found
>> Ingwie@ingwies-air ~/Work/linux-minidisc $ ls -1 /usr/local/lib/libusb*
>> /usr/local/lib/libusb-1.0.0.dylib
>> /usr/local/lib/libusb-1.0.a
>> /usr/local/lib/libusb-1.0.dylib
>> /usr/local/lib/libusb-1.0.la
>> Ingwie@ingwies-air ~/Work/linux-minidisc $ ls -1 /usr/local/include/libusb-1.0/
>
> It's missing the proper PKGCONFIG directive in libnetmd/libnetmd.pro.
> Look at the top of the file and you find the directive "PKGCONFIG +=
> libusb-1.0". On OSX, this might have to be renamed to "usb-1.0"
> which you can add to line with the Mac-specific definitions, thus:
>
> mac:INCLUDEPATH += /opt/local/include PKGCONFIG += usb-1.0
>
> I'm not sure, however, whether "usb-1.0" is correct in your case. Look
> into your folder which contains the package config files (*.pc) and
> you should be able to find the correct name.
>
> Adrian
------------------------------
Message: 3
Date: Sun, 12 Jan 2014 13:06:00 +0100
From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
To: Kevin Ingwersen <ingwie2000@googlemail.com>
Cc: linux-minidisc@lists.fu-berlin.de
Subject: Re: [linux-minidisc] (Building) libusb-1.0(.9) not found?
Message-ID: <52D28528.7010302@physik.fu-berlin.de" href="mailto:52D28528.7010302@physik.fu-berlin.de">52D28528.7010302@physik.fu-berlin.de>
Content-Type: text/plain; charset=windows-1252
On 01/12/2014 01:01 PM, Kevin Ingwersen wrote:
> libusb-1.0.pc <---
> osxfuse.pc
>
> It?s there, as libusb-1.0. Now, why isn?t it being found? o.o...
There might be two versions of pkg-config on your machine. One from
Apple being installed into /usr/bin and one in /usr/local/bin and
the former before the latter in your $PATH variable. And the
version in /usr/bin might not search in /usr/local/lib/pkgconfig
but /usr/lib/pkgconfig.
What does `which pkg-config` say? Also, check the documentation
of pkg-config to find out how to set the search paths for package
config files.
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glaubitz@debian.org
`. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
------------------------------
Message: 4
Date: Sun, 12 Jan 2014 13:11:29 +0100
From: Kevin Ingwersen <ingwie2000@googlemail.com>
To: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Cc: linux-minidisc@lists.fu-berlin.de
Subject: Re: [linux-minidisc] (Building) libusb-1.0(.9) not found?
Message-ID: <B8B4DD1E-A49C-42D6-911F-C112464D417B@googlemail.com" href="mailto:B8B4DD1E-A49C-42D6-911F-C112464D417B@googlemail.com">B8B4DD1E-A49C-42D6-911F-C112464D417B@googlemail.com>
Content-Type: text/plain; charset=windows-1252
Apple does not ship pkg-config by default - hence, I build it myself:
Ingwie@ingwies-air ~/tmp $ which pkg-config
/usr/local/bin/pkg-config
So, it should search the other paths too, right? I mean?
Ingwie@ingwies-air ~/tmp $ pkg-config libusb-1.0 --modversion
1.0.9
o.o; I?m a bit clueless here.
Am So. Jan. 12 2014 13:06:00 schrieb John Paul Adrian Glaubitz:
> On 01/12/2014 01:01 PM, Kevin Ingwersen wrote:
>> libusb-1.0.pc <---
>> osxfuse.pc
>>
>> It?s there, as libusb-1.0. Now, why isn?t it being found? o.o...
>
> There might be two versions of pkg-config on your machine. One from
> Apple being installed into /usr/bin and one in /usr/local/bin and
> the former before the latter in your $PATH variable. And the
> version in /usr/bin might not search in /usr/local/lib/pkgconfig
> but /usr/lib/pkgconfig.
>
> What does `which pkg-config` say? Also, check the documentation
> of pkg-config to find out how to set the search paths for package
> config files.
>
> Adrian
------------------------------
Message: 5
Date: Sun, 12 Jan 2014 20:16:34 +0100
From: Thomas Arp <manner.moe@gmx.de>
Cc: "linux-minidisc@lists.fu-berlin.de"
<linux-minidisc@lists.fu-berlin.de>
Subject: Re: [linux-minidisc] netmd/netmdcli: download support for any
.wav file containing pcm audio
Message-ID: <52D2EA12.1090706@gmx.de" href="mailto:52D2EA12.1090706@gmx.de">52D2EA12.1090706@gmx.de>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Hi,
i updated my patches for netmd download support now.
It is splitted into 3 parts and can be applied to the current master
repository one by one:
part 1: modify libnetmd to add download support for any wave audio file
by analyzing the RIFF/WAVE header and fmt chunk.
As some functions of libnetmd are modified in part 1 regarding the
parameter list, compilation of netmdcli will fail.
part 2: modify netmdcli to use the new/changed functions of libnetmd
part 3: add netmd download support in the gui application
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-add-download-support-for-any-wave-audio-file-in-libn.patch
Type: text/x-patch
Size: 12393 bytes
Desc: not available
URL: <https://lists.fu-berlin.de/pipermail/linux-minidisc/attachments/20140112/c9de8d38/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-change-netmdcli-to-use-the-new-modified-funktions-of.patch
Type: text/x-patch
Size: 3404 bytes
Desc: not available
URL: <https://lists.fu-berlin.de/pipermail/linux-minidisc/attachments/20140112/c9de8d38/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-add-netmd-download-routines-for-any-supported-wave-a.patch
Type: text/x-patch
Size: 12372 bytes
Desc: not available
URL: <https://lists.fu-berlin.de/pipermail/linux-minidisc/attachments/20140112/c9de8d38/attachment-0002.bin>
------------------------------
Subject: Digest Footer
_______________________________________________
linux-minidisc mailing list
linux-minidisc@lists.fu-berlin.de
https://lists.fu-berlin.de/listinfo/linux-minidisc
------------------------------
End of linux-minidisc Digest, Vol 43, Issue 18
**********************************************
- Follow-Ups:
- Re: [linux-minidisc] linux-minidisc Digest, Vol 43, Issue 18
- From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
- Re: [linux-minidisc] linux-minidisc Digest, Vol 43, Issue 18
- From: Kevin Ingwersen <ingwie2000@googlemail.com>
- Re: [linux-minidisc] linux-minidisc Digest, Vol 43, Issue 18
-
linux-minidisc - January 2014 - Archives indexes sorted by:
[ thread ] [ subject ] [ author ] [ date ] - Complete archive of the linux-minidisc mailing list
- More info on this list...