Re: Packaged the last version of gtkpod
phantomjinx <[email protected]> Tue, 27 May 2014 18:57:09 +0100
| Newsgroups | gmane.comp.ipod.gtkpod |
|---|---|
| Message-ID | <[email protected]> |
--===============7769549797313240461== Content-Type: multipart/alternative; boundary="----DCDXAMNQQCY710KEKEJSL5STFESC3C" Content-Transfer-Encoding: 8bit ------DCDXAMNQQCY710KEKEJSL5STFESC3C Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 On 27 May 2014 16:48:32 GMT+01:00, Flavio <[email protected]> wrote: >Il 27/05/2014 12:18, phantomjinx ha scritto: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> <snip> >>> Hi Paul, >>> >>> I installed a few missing dependencies from your list. However I >still get a: **************** >>> checking for faad... no configure: WARNING: "Cannot find faad. >Conversion from m4a to mp3 not >>> possible" M4A File Type .....: no **************** for >both v2.1.4 and git >>> version. That's curious... didn't you experience such issue while >running ./configure? >>> >>> Also, upgrading to gstreamer v1.0 looks great, but if I update (git >pull) the gtkpod-code >>> revision I downloaded one week ago, it tells me that it's already up >to date. >>> >>> Regards, Flavio >> This is anything to do with faad that I installed >> ii faad 2.7-8 >> ii gstreamer1.0-plugins-bad-faad:i386 >1.2.3-1ubuntu2 >> ii libfaad-dev:i386 2.7-8 >> ii libfaad2:i386 2.7-8 >> >> This is the important part of the configure script: >> >> dnl Check for faad for use filetype_m4a plugin >> dnl ------------------------------------------------------------- >> have_faad="no" >> >> AC_CHECK_PROG(FAAD, faad, yes, no) >> if test "x$FAAD" = "xyes"; then >> have_faad="yes" >> else >> AC_MSG_WARN(["Cannot find faad. Conversion from m4a to mp3 not >possible"]) >> fi >> >> Its looking for the actual binary 'faad', which gets installed to >/usr/bin and belongs >> to the faad package. >> >> I have pushed the gstreamer upgrades to the repository. Are you using >the sf updated git >> repo? >> >> This is the latest commit: >> >https://sourceforge.net/p/gtkpod/code/ci/7439f2094d69185b5ec7b1b27b6a8137210cc215/ >> >> PGR >> >> >Thanks, >it looks like there was something wrong with faad package or with apt >system. >apt showed it as "installed" but, actually, it wasn't (or the >installation didn't complete). I guess something went wrong in the >upgrading process from Ubuntu 13.10 to 14.04 > >Now v2.1.4 compiles flawlessy. >However, git version (updated to the latest commit) compilation halts >at >the very beginning, even if ./autogen.sh look ok to me. >I wonder if it's related to gstreamer1.0 or libmusicbrainz-5 (I doubt >that). It looks like it has something to do with GTK version of Ubuntu >14.04, which is v3.10.8. >Attached is the compilation output. > >[...] >checking for GTK... yes >checking for GLIB... yes >checking for GDK... yes >checking for GMODULE... yes >checking for GTHREAD... yes >checking for LIBGPOD... yes >checking for LIBANJUTA... yes >checking for LIBGDL... yes >checking for GIO... yes >checking for LIBXML... yes >checking for ID3TAG... yes >Checking optional dependencies >checking for CLUTTER_GTK... yes >checking for CURL... yes >checking for WEBKIT... yes >checking for GSTREAMER... yes >checking for VORBISFILE... yes >checking for FLAC... yes >checking for BRASERO... yes >checking for MUSICBRAINZ5... yes >checking for DISCID... yes >checking GStreamer 1.0 element vorbisenc >= 1.0... found >checking GStreamer 1.0 element flacenc >= 1.0... found >checking GStreamer 1.0 element wavenc >= 1.0... found >checking GStreamer 1.0 element giosink >= 1.0... found >[...] > >Plugin Configuration : >--------------------------------- > CoverWeb Browser .....: yes > Media Player .....: yes > MP4 File Type .....: yes > M4A File Type .....: yes > Flac File Type .....: yes > Ogg File Type .....: yes > Clarity Display Widget .....: yes > Sound Juicer Widget .....: yes > Support for cover download .....: yes -- will build with coverart >download support > > Now type 'make' to build gtkpod 2.1.5~7439f20, > >-- >Flavio >www.flapane.com Those errors are due to deprecations being compile errors. Releases turn this off and I have also added a switch to configure to manually turn it off, (configure --enable-deprecations). Still bugs but might get you farther along. PGR ------DCDXAMNQQCY710KEKEJSL5STFESC3C Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit <html><head></head><body><div class="gmail_quote">On 27 May 2014 16:48:32 GMT+01:00, Flavio <[email protected]> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> <pre class="k9mail">Il 27/05/2014 12:18, phantomjinx ha scritto:<br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> -----BEGIN PGP SIGNED MESSAGE-----<br /> Hash: SHA1<br /><br /> <snip><br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"> Hi Paul,<br /><br /> I installed a few missing dependencies from your list. However I still get a: ****************<br /> checking for faad... no configure: WARNING: "Cannot find faad. Conversion from m4a to mp3 not<br /> possible" M4A File Type .....: no **************** for both v2.1.4 and git<br /> version. That's curious... didn't you experience such issue while running ./configure?<br /> <br /> Also, upgrading to gstreamer v1.0 looks great, but if I update (git pull) the gtkpod-code<br /> revision I downloaded one week ago, it tells me that it's already up to date.<br /><br /> Regards, Flavio<br /></blockquote> This is anything to do with faad that I installed<br /> ii faad 2.7-8<br /> ii gstreamer1.0-plugins-bad-faad:i386 1.2.3-1ubuntu2<br /> ii libfaad-dev:i386 2.7-8<br /> ii libfaad2:i386 2.7-8<br /><br /> This is the important part of the configure script:<br /><br /> dnl Check for faad for use filetype_m4a plugin<br /> dnl<hr /><br /> have_faad="no"<br /><br /> AC_CHECK_PROG(FAAD, faad, yes, no)<br /> if test "x$FAAD" = "xyes"; then<br /> have_faad="yes"<br /> else<br /> AC_MSG_WARN(["Cannot find faad. Conversion from m4a to mp3 not possible"])<br /> fi<br /><br /> Its looking for the actual binar y 'faad', which gets installed to /usr/bin and belongs<br /> to the faad package.<br /><br /> I have pushed the gstreamer upgrades to the repository. Are you using the sf updated git<br /> repo?<br /><br /> This is the latest commit:<br /> <a href="https://sourceforge.net/p/gtkpod/code/ci/7439f2094d69185b5ec7b1b27b6a8137210cc215">https://sourceforge.net/p/gtkpod/code/ci/7439f2094d69185b5ec7b1b27b6a8137210cc215</a>/<br /><br /> PGR</blockquote><br /><br />Thanks,<br />it looks like there was something wrong with faad package or with apt <br />system.<br />apt showed it as "installed" but, actually, it wasn't (or the <br />installation didn't complete). I guess something went wrong in the <br />upgrading process from Ubuntu 13.10 to 14.04<br /><br />Now v2.1.4 compiles flawlessy.<br />However, git version (updated to the latest commit) compilation halts at <br />the very beginning, even if ./<a href="http://autogen.sh">autogen.sh</a> look ok to me.<br />I wonder if it's related to gstr eamer1.0 or libmusicbrainz-5 (I doubt <br />that). It looks like it has something to do with GTK version of Ubuntu <br />14.04, which is v3.10.8.<br />Attached is the compilation output.<br /><br />[...]<br />checking for GTK... yes<br />checking for GLIB... yes<br />checking for GDK... yes<br />checking for GMODULE... yes<br />checking for GTHREAD... yes<br />checking for LIBGPOD... yes<br />checking for LIBANJUTA... yes<br />checking for LIBGDL... yes<br />checking for GIO... yes<br />checking for LIBXML... yes<br />checking for ID3TAG... yes<br />Checking optional dependencies<br />checking for CLUTTER_GTK... yes<br />checking for CURL... yes<br />checking for WEBKIT... yes<br />checking for GSTREAMER... yes<br />checking for VORBISFILE... yes<br />checking for FLAC... yes<br />checking for BRASERO... yes<br />checking for MUSICBRAINZ5... yes<br />checking for DISCID... yes<br />checking GStreamer 1.0 element vorbisenc >= 1.0... found<br />checking GStreamer 1.0 element flace nc >= 1.0... found<br />checking GStreamer 1.0 element wavenc >= 1.0... found<br />checking GStreamer 1.0 element giosink >= 1.0... found<br />[...]<br /><br />Plugin Configuration :<br /><hr /><br /> CoverWeb Browser .....: yes<br /> Media Player .....: yes<br /> MP4 File Type .....: yes<br /> M4A File Type .....: yes<br /> Flac File Type .....: yes<br /> Ogg File Type .....: yes<br /> Clarity Display Widget .....: yes<br /> Sound Juicer Widget .....: yes<br /> Support for cover download .....: yes -- will build with coverart <br />download support<br /><br /> Now type 'make' to build gtkpod 2.1.5~7439f20,<br /></pre></blockquote></div><br clear="all">Those errors are due to deprecations being compile errors. Releases turn this off and I have also added a switch to configure to manually turn it off, (configure --enable-deprecations).<br> <br> Still bugs but might get you farther along.<br> <br> PGR</body></html> ------DCDXAMNQQCY710KEKEJSL5STFESC3C-- --===============7769549797313240461== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ The best possible search technologies are now affordable for all companies. Download your FREE open source Enterprise Search Engine today! Our experts will assist you in its installation for $59/mo, no commitment. Test it for FREE on our Cloud platform anytime! http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk --===============7769549797313240461== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Gtkpod-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtkpod-devel --===============7769549797313240461==--