Re: [ATrpms-devel] New mp3splt suite and mpd

2013-09-04 Thread Axel Thimm
Hi,

libmp3splt fails with

[...]
checking for FLAC... no
configure: WARNING: libFLAC is not found. Will build without flac support.
[...]
libogg, libvorbis (ogg/vorbis format)  yes
libFLAC (flac format)  no

[...]
RPM build errors:
File not found by glob: 
/var/tmp/repot-build/BUILDROOT/libmp3splt/usr/lib64/libmp3splt0/libsplt_flac.so.*


On Fri, Aug 30, 2013 at 10:31:43PM -0300, Paulo Cavalcanti wrote:
 http://people.atrpms.net/~pcavalcanti/srpms/mpd-0.17.5-28.fc18.src.rpm
 
 http://people.atrpms.net/~pcavalcanti/srpms/libmp3splt-0.9.0-13.fc18.src.rpm
 
 http://people.atrpms.net/~pcavalcanti/srpms/mp3splt-2.6-13.fc18.src.rpm
 
 http://people.atrpms.net/~pcavalcanti/srpms/mp3splt-gtk-0.9-13.fc18.src.rpm
 
 
 Thanks.
 
 -- 
 Paulo Roma Cavalcanti
 LCG - UFRJ

 ___
 atrpms-devel mailing list
 atrpms-devel@atrpms.net
 http://lists.atrpms.net/mailman/listinfo/atrpms-devel


-- 
Axel.Thimm at ATrpms.net

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


Re: [ATrpms-devel] New mp3splt suite and mpd

2013-09-04 Thread Axel Thimm
On Wed, Sep 04, 2013 at 08:21:54AM -0300, Paulo Cavalcanti wrote:
 There was a missing flac-devel ...
 
 I have already uploaded a fixed .src.rpm (same file as before).

Thanks, seems to build now, so I can build the rest of the mp3splt
stack. :)

 On Wed, Sep 4, 2013 at 8:10 AM, Axel Thimm axel.th...@atrpms.net wrote:
 
  Hi,
 
  libmp3splt fails with
 
  [...]
  checking for FLAC... no
  configure: WARNING: libFLAC is not found. Will build without flac support.
  [...]
  libogg, libvorbis (ogg/vorbis format)  yes
  libFLAC (flac format)  no
 
  [...]
  RPM build errors:
  File not found by glob:
  /var/tmp/repot-build/BUILDROOT/libmp3splt/usr/lib64/libmp3splt0/libsplt_flac.so.*
 
 
  On Fri, Aug 30, 2013 at 10:31:43PM -0300, Paulo Cavalcanti wrote:
   http://people.atrpms.net/~pcavalcanti/srpms/mpd-0.17.5-28.fc18.src.rpm
  
  
  http://people.atrpms.net/~pcavalcanti/srpms/libmp3splt-0.9.0-13.fc18.src.rpm
  
   http://people.atrpms.net/~pcavalcanti/srpms/mp3splt-2.6-13.fc18.src.rpm
  
  
  http://people.atrpms.net/~pcavalcanti/srpms/mp3splt-gtk-0.9-13.fc18.src.rpm
  
  
   Thanks.
  
   --
   Paulo Roma Cavalcanti
   LCG - UFRJ
 
   ___
   atrpms-devel mailing list
   atrpms-devel@atrpms.net
   http://lists.atrpms.net/mailman/listinfo/atrpms-devel
 
 
  --
  Axel.Thimm at ATrpms.net
 
  ___
  atrpms-devel mailing list
  atrpms-devel@atrpms.net
  http://lists.atrpms.net/mailman/listinfo/atrpms-devel
 
 
 
 
 -- 
 Paulo Roma Cavalcanti
 DCC - UFRJ

 ___
 atrpms-devel mailing list
 atrpms-devel@atrpms.net
 http://lists.atrpms.net/mailman/listinfo/atrpms-devel


-- 
Axel.Thimm at ATrpms.net

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


Re: [ATrpms-devel] New mp3splt suite

2012-02-12 Thread Axel Thimm
On Fri, Jan 06, 2012 at 02:03:39PM -0200, Paulo Cavalcanti wrote:
 I patched the configure.ac file and mp3splt-gtk also builds for rhel6 now.
 
 Just use --without gtk3

Great! I hope all bits are OK now! :)
-- 
Axel.Thimm at ATrpms.net

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


Re: [ATrpms-devel] New mp3splt suite

2012-01-06 Thread Paulo Cavalcanti
On Fri, Jan 6, 2012 at 11:12 AM, Paulo Cavalcanti pro...@gmail.com wrote:



 http://people.atrpms.net/~pcavalcanti/srpms/libmp3splt-0.7.1-9.fc14.src.rpm

 http://people.atrpms.net/~pcavalcanti/srpms/mp3splt-2.4.1-9.fc14.src.rpm


 http://people.atrpms.net/~pcavalcanti/srpms/mp3splt-gtk-0.7.1-9.fc14.src.rpm


 If you build mp3splt-gtk for F14 (gtk3 is broken on F14), you should use:

 --without gtk3

 Unfortunately, it does not build for rhel6 any more (needs gtk2 = 2.20).

 A last remark. For being able to communicate with audacious, it is
 necessary to compile mp3splt-gtk
 using  gtk3 and audacious 3 or gtk2 and audacious 2.

 Since the soname of audacious libs 2.5 and 3 are the same, according to my
 tests, it does not matter
 which version one uses at runtime. Therefore, you can choose building for
 F15 and F16 using gtk3 or gtk2 (and
 the appropriate audacious version should be picked up during the
 compilation).

 Thanks.



I patched the configure.ac file and mp3splt-gtk also builds for rhel6 now.

Just use --without gtk3

Same .src.rpm


-- 
Paulo Roma Cavalcanti
LCG - UFRJ
___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel