pd-readanyfs~

2011-02-09 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Roman and me proudly present another pd-library, this time it is
"pd-readanysf~", an object to read a large number of audiofiles (and
streams).
it uses gavl/gmerlin-avdecoder (maintained by pkg-multimedia!) as
decoding backend.

the pacakging VCS can be found at:
git://git.debian.org/pkg-multimedia/pd-readanysf

the package uses CDBS

lintian reports 2 issues
- - no-upstream-changelog (let's not be pedantic) and
- - debian-watch-file-is-missing (upstream publishes the sources via a
php-script and while all the downloads are indeed in a separate
directory on the webserver, directory listing is prohibited... if
somebody wants to give it a try
http://aug.ment.org/readanysf/download.php, but i withdraw)


fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1SYkYACgkQkX2Xpv6ydvQExgCdFkF3JVAyQGpYgrC0N3erbpoB
EvAAn3X3UFhAkrSFg9ujH08i0klIVvpf
=VeJC
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: pd-readanyfs~

2011-02-09 Thread Jonas Smedegaard

On Wed, Feb 09, 2011 at 10:45:42AM +0100, IOhannes m zmoelnig wrote:

Roman and me proudly present another pd-library, this time it is
"pd-readanysf~", an object to read a large number of audiofiles (and
streams).
it uses gavl/gmerlin-avdecoder (maintained by pkg-multimedia!) as
decoding backend.

the pacakging VCS can be found at:
git://git.debian.org/pkg-multimedia/pd-readanysf

the package uses CDBS

lintian reports 2 issues
- - no-upstream-changelog (let's not be pedantic) and
- - debian-watch-file-is-missing (upstream publishes the sources via a
php-script and while all the downloads are indeed in a separate
directory on the webserver, directory listing is prohibited... if
somebody wants to give it a try
http://aug.ment.org/readanysf/download.php, but i withdraw)



Sorry, I can't take time to do it at the moment.

While waiting, I suggest (also to the other PD packages) to add 
lintian-overrides files for those issues you consider harmless that 
lintian warn about.  Make sure to include a detailed explanation as 
you've done here.  See ffmpeg packaging for an example.



Regards,

 - Jonas

--
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: pd-readanyfs~

2011-02-09 Thread Alessandro Ghedini
On Wed, Feb 09, 2011 at 10:45:42AM +0100, IOhannes m zmoelnig wrote:
> - - debian-watch-file-is-missing (upstream publishes the sources via a
> php-script and while all the downloads are indeed in a separate
> directory on the webserver, directory listing is prohibited... if
> somebody wants to give it a try
> http://aug.ment.org/readanysf/download.php, but i withdraw)

Done (commit cc6c78c9).

uscan(1) supports scanning of web pages, as well as of web directories.

Have a look at [0].

Cheers

[0] 
http://git.debian.org/?p=pkg-multimedia/pd-readanysf.git;a=blob;f=debian/watch

-- 
perl -E'$_=q;$/= @{[@_]};and s;\S+;;eg;say~~reverse'

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: pd-readanyfs~

2011-02-09 Thread Felipe Sateler
On Wed, Feb 9, 2011 at 06:45, IOhannes m zmoelnig  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Roman and me proudly present another pd-library, this time it is
> "pd-readanysf~", an object to read a large number of audiofiles (and
> streams).
> it uses gavl/gmerlin-avdecoder (maintained by pkg-multimedia!) as
> decoding backend.
>
> the pacakging VCS can be found at:
> git://git.debian.org/pkg-multimedia/pd-readanysf
>
> the package uses CDBS
>
> lintian reports 2 issues
> - - no-upstream-changelog (let's not be pedantic) and
> - - debian-watch-file-is-missing (upstream publishes the sources via a
> php-script and while all the downloads are indeed in a separate
> directory on the webserver, directory listing is prohibited... if
> somebody wants to give it a try
> http://aug.ment.org/readanysf/download.php, but i withdraw)


Cloning the git repository and running git-buildpackage will result in
the following error:

g++  -shared  -o  readanysf~.pd_linux  -g -O2 -g -O2  \
src/readanysf~.cpp \
objs/FifoAudioFrames.o \
objs/FifoVideoFrames.o \
objs/ReadMedia.o
/usr/bin/ld: /tmp/cc0CyDbO.o: relocation R_X86_64_32 against
`.rodata.str1.1' can not be used when making a shared object;
recompile with -fPIC
/tmp/cc0CyDbO.o: could not read symbols: Bad value
collect2: ld returned 1 exit status



I've not seen this kind of behavior in the other pd packages, I
presume because the Makefile fiddles with CFLAGS (which it shouldn't),
and CDBS sets a default value for them (dh doesn't, which might
explain why this issue appears here).

-- 

Saludos,
Felipe Sateler

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: pd-readanyfs~

2011-02-10 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-02-09 21:37, Felipe Sateler wrote:
> 
> Cloning the git repository and running git-buildpackage will result in
> the following error:

thanks for trying.
> 
> I've not seen this kind of behavior in the other pd packages, I
> presume because the Makefile fiddles with CFLAGS (which it shouldn't),
> and CDBS sets a default value for them (dh doesn't, which might
> explain why this issue appears here).
> 

indeed that is the reason (upstream uses a different (and more
complicated build system) than most of the Pd externals you might have
seen so far, that's why you haven't seen the problem before...)

anyhow, i (hopefully) fixed it (and noticed some causes FTBFS for
non-linux builds, which i fixed as well) and pushed.


fgmasdr
IOhannes

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1Tpz0ACgkQkX2Xpv6ydvQqHQCfcPPHCDB+3PRnQ/B7F/kWKytw
3OMAn19Zpppo/KO0gxTFELHyNrDp99Ab
=r0Zx
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: pd-readanyfs~

2011-02-10 Thread Felipe Sateler
On Thu, Feb 10, 2011 at 08:52, IOhannes m zmoelnig  wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 2011-02-09 21:37, Felipe Sateler wrote:
> >
> > Cloning the git repository and running git-buildpackage will result in
> > the following error:
>
> thanks for trying.
> >
> > I've not seen this kind of behavior in the other pd packages, I
> > presume because the Makefile fiddles with CFLAGS (which it shouldn't),
> > and CDBS sets a default value for them (dh doesn't, which might
> > explain why this issue appears here).
> >
>
> indeed that is the reason (upstream uses a different (and more
> complicated build system) than most of the Pd externals you might have
> seen so far, that's why you haven't seen the problem before...)
>
> anyhow, i (hopefully) fixed it (and noticed some causes FTBFS for
> non-linux builds, which i fixed as well) and pushed.

Please split the patch into several, one for each fix. It makes it
easier to review. Also, the fix for CFLAGS/LDFLAGS is not completely
correct: it ignores the CFLAGS/LDFLAGS passed by the user, is that
intentional? If so, please document why.

--

Saludos,
Felipe Sateler

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: pd-readanyfs~

2011-02-10 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-02-10 12:48, Felipe Sateler wrote:
> 
> Please split the patch into several, one for each fix. It makes it

darn :-)
i made it one big patch because they most likely won't apply if one of
them is missing anyhow (they all work on the same few lines)

> easier to review. 

but i see your point

> Also, the fix for CFLAGS/LDFLAGS is not completely
> correct: it ignores the CFLAGS/LDFLAGS passed by the user, is that
> intentional? If so, please document why.

not totally true.
the user's CFLAGS were honoured, however the LDFLAGS were ignored
(afair, concurring LDFLAGS usually make more trouble than they solve)


anyhow, split into 4 patches and pushed.

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1T3l4ACgkQkX2Xpv6ydvSzwgCgi5JEGZn8xsTXGIrokicEQChm
6RIAoOEqqitQWTpogAV4nDTa9qlXGUOP
=g9Pv
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: pd-readanyfs~

2011-02-10 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-02-10 12:48, Felipe Sateler wrote:
> On Thu, Feb 10, 2011 at 08:52, IOhannes m zmoelnig  wrote:
>>

ping, pong the witch is dead.

took a bit longer, as i discovered that alessio was not given proper credit.

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1T7f8ACgkQkX2Xpv6ydvTWhQCg8sstCd1wMA7/oL1WbgaGHS9L
K/kAn28XeUN/o9jwUss2nE9Nex+s8nz8
=KqcZ
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: pd-readanyfs~

2011-02-10 Thread Felipe Sateler
On Thu, Feb 10, 2011 at 13:54, IOhannes m zmoelnig  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 2011-02-10 12:48, Felipe Sateler wrote:
>> On Thu, Feb 10, 2011 at 08:52, IOhannes m zmoelnig  wrote:
>>>
>
> ping, pong the witch is dead.
>
> took a bit longer, as i discovered that alessio was not given proper credit.

I took the liberty of removing a few unnecessary entries. Uploaded.

-- 

Saludos,
Felipe Sateler

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers