Re: [blfs-dev] Package Currency

2014-03-13 Thread Fernando de Oliveira

Chapter 9
libsigc++   2.3.1   2.2.11  * book is good
http://ftp.gnome.org/pub/gnome/sources/libsigc++/2.3/libsigc++-2.3.1.tar.xz


Chapter 13
cmake   2.8.12.23.0.0-rc1   * (think we do not want rc1?)
http://www.cmake.org/files/v2.8/cmake-2.8.12.2.tar.gz


Chapters 14-16
wireshark   1.10.6  1.11.2  * (minor not odd)
https://www.wireshark.org/download/src/all-versions/wireshark-1.10.6.tar.bz2


Chapters 20-23
mariadb 10.0.8  5.5.36  * (you already know, just recalling)

virtuoso6.1.8   7.1.0   *
Modificado 26 horas atrás por rt
We may want to stay with Virtuoso 6, as it seems Virtuoso 7 requires 64-bit.


Chapter 24
xf86-input-wacom0.23.0  0.22.1  * book is good
http://sourceforge.net/projects/linuxwacom/files/xf86-input-wacom/


Chapter 30
libpeas 1.9.0   1.8.1   * book is good
http://ftp.gnome.org/pub/gnome/sources/libpeas/1.9/libpeas-1.9.0.tar.xz


Chapters 32-33
midori  0.5.7   1.1 * book is good (at least, could not find 1.1)
http://www.midori-browser.org/downloads/midori_0.5.7_all_.tar.bz2


Chapter 39
libass  0.11.1  0.10.2  * book is good
https://github.com/libass/libass/releases/download/0.11.1/libass-0.11.1.tar.xz

soundtouch  1.8.0   1.7.1   * book is good
http://www.surina.net/soundtouch/soundtouch-1.8.0.tar.gz

Thanks for the effort making this script!

I don't know if I am right in all the points above.


-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Package Currency

2014-03-13 Thread Fernando de Oliveira
Em 13-03-2014 08:09, Fernando de Oliveira escreveu:

 Thanks for the effort making this script!

It is very good, your script and I know needs a lot of effort and time
to produce it.



 I don't know if I am right in all the points above.
 
 


-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Package Currency

2014-03-13 Thread Bruce Dubbs
Thanks Fernando.  Comments below.  The issue is how to decide on what is 
current for scripting purposes.  Some cases use even for development and 
odd for stable (or maybe the opposite).

   -- Bruce


Fernando de Oliveira wrote:

 Chapter 9
 libsigc++ 2.3.1   2.2.11  * book is good
 http://ftp.gnome.org/pub/gnome/sources/libsigc++/2.3/libsigc++-2.3.1.tar.xz

Even only?

 Chapter 13
 cmake 2.8.12.23.0.0-rc1   * (think we do not want rc1?)
 http://www.cmake.org/files/v2.8/cmake-2.8.12.2.tar.gz

I left it that way because it is too complicated otherwise.  I first 
have to determine highest directory, e.g, v3.0.  Then look in that 
directory for max version.  In this case only rc values.  I'd have to 
back up to next highest directory and again find teh highest value.  Too 
much work for this one package.  When 3.0 is released, it will reflect 
that correctly.  For now, we just leave it as a difference.

 Chapters 14-16
 wireshark 1.10.6  1.11.2  * (minor not odd)
 https://www.wireshark.org/download/src/all-versions/wireshark-1.10.6.tar.bz2

Will update.

 Chapters 20-23
 mariadb   10.0.8  5.5.36  * (you already know, just recalling)

 virtuoso  6.1.8   7.1.0   *
 Modificado 26 horas atrás por rt
 We may want to stay with Virtuoso 6, as it seems Virtuoso 7 requires 64-bit.

We need to decide.

 Chapter 24
 xf86-input-wacom  0.23.0  0.22.1  * book is good
 http://sourceforge.net/projects/linuxwacom/files/xf86-input-wacom/

Wow do we know in the future.

 Chapter 30
 libpeas   1.9.0   1.8.1   * book is good
 http://ftp.gnome.org/pub/gnome/sources/libpeas/1.9/libpeas-1.9.0.tar.xz

Even/odd?

 Chapters 32-33
 midori0.5.7   1.1 * book is good (at least, could not find 1.1)
 http://www.midori-browser.org/downloads/midori_0.5.7_all_.tar.bz2

Let em get back to you on that.

 Chapter 39
 libass0.11.1  0.10.2  * book is good
 https://github.com/libass/libass/releases/download/0.11.1/libass-0.11.1.tar.xz

Even/odd?

 soundtouch1.8.0   1.7.1   * book is good
 http://www.surina.net/soundtouch/soundtouch-1.8.0.tar.gz

Even/odd?
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-dev] about pax

2014-03-13 Thread Pierre Labastie
Hi,

I have found 2 sources for pax:
- the mirbsd package, debianised by Debian (the orig I put in the 
ticket). It does not build as is, because the debian rules (a makefile 
actually) are shipped separately, and those rules use heavily the debian 
packaging system. So we would first have to make a package and put it on 
anduin. Also, According to some internet sources, the mirbsd pax program 
does not provide the pax format (?), and so, does not pass the lsb tests.
- the heirloom package. You have to download the full heirloom 
toolchest (not a big deal, it is just 1MB), then edit a config file (I 
think a couple of sed's is enough), then issue various make commands (if 
you do not want to build the whole toolchest). It seems more doable, but 
I may miss some pros and cons, so I ask on this list whether there are 
issues with the heirloom package (it does not seem to be much used by 
distros)

Regards
Pierre

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] about pax

2014-03-13 Thread Bruce Dubbs
Pierre Labastie wrote:

 I have found 2 sources for pax:
 - the mirbsd package, debianised by Debian (the orig I put in the
 ticket). It does not build as is, because the debian rules (a makefile
 actually) are shipped separately, and those rules use heavily the debian
 packaging system. So we would first have to make a package and put it on
 anduin. Also, According to some internet sources, the mirbsd pax program
 does not provide the pax format (?), and so, does not pass the lsb tests.
 - the heirloom package. You have to download the full heirloom
 toolchest (not a big deal, it is just 1MB), then edit a config file (I
 think a couple of sed's is enough), then issue various make commands (if
 you do not want to build the whole toolchest). It seems more doable, but
 I may miss some pros and cons, so I ask on this list whether there are
 issues with the heirloom package (it does not seem to be much used by
 distros)

I've never used pax.  IMO, the only reason to have it is for LSB 
compatibility.  That would seem to rule out mirbsd, but I can't 
understand Debian not meeting LSB requirements.

As for the heirloom toolchest, can you answer some basic questions:

What packages are available besides pax?
Do they conflict with programs from other packages?

I'll ask on the LSB mailing list and see if they know.

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Package Currency

2014-03-13 Thread Fernando de Oliveira
Em 13-03-2014 13:05, Bruce Dubbs escreveu:
 Thanks Fernando.  Comments below.  The issue is how to decide on what is 
 current for scripting purposes.  Some cases use even for development and 
 odd for stable (or maybe the opposite).
 
-- Bruce
 
 
 Fernando de Oliveira wrote:

 Chapter 9
 libsigc++2.3.1   2.2.11  * book is good
 http://ftp.gnome.org/pub/gnome/sources/libsigc++/2.3/libsigc++-2.3.1.tar.xz
 
 Even only?

I think this does not follow odd/even

 
 Chapter 13
 cmake2.8.12.23.0.0-rc1   * (think we do not want rc1?)
 http://www.cmake.org/files/v2.8/cmake-2.8.12.2.tar.gz
 
 I left it that way because it is too complicated otherwise.  I first 
 have to determine highest directory, e.g, v3.0.  Then look in that 
 directory for max version.  In this case only rc values.  I'd have to 
 back up to next highest directory and again find teh highest value.  Too 
 much work for this one package.  When 3.0 is released, it will reflect 
 that correctly.  For now, we just leave it as a difference.

OK

 
 Chapters 14-16
 wireshark1.10.6  1.11.2  * (minor not odd)
 https://www.wireshark.org/download/src/all-versions/wireshark-1.10.6.tar.bz2
 
 Will update.
 
 Chapters 20-23
 mariadb  10.0.8  5.5.36  * (you already know, just recalling)

 virtuoso 6.1.8   7.1.0   *
 Modificado 26 horas atrás por rt

Sorry, only now, saw it was not in English: Modified 26 hours ago by rt

 We may want to stay with Virtuoso 6, as it seems Virtuoso 7 requires 64-bit.
 
 We need to decide.

I still need 32bit. Have only one LFS 7.3 64bit just for OJDK binary.

 
 Chapter 24
 xf86-input-wacom 0.23.0  0.22.1  * book is good
 http://sourceforge.net/projects/linuxwacom/files/xf86-input-wacom/
 
 Wow do we know in the future.

Igor does. :-)

 
 Chapter 30
 libpeas  1.9.0   1.8.1   * book is good
 http://ftp.gnome.org/pub/gnome/sources/libpeas/1.9/libpeas-1.9.0.tar.xz
 
 Even/odd?

I think this does not follow odd/even

 
 Chapters 32-33
 midori   0.5.7   1.1 * book is good (at least, could not find 1.1)
 http://www.midori-browser.org/downloads/midori_0.5.7_all_.tar.bz2
 
 Let em get back to you on that.

This one, in the page

http://www.midori-browser.org/download/source/

has:

tar.bz2  ·  0.5.7  ·  1.1 MB

It seems the script is picking the size, not the version.

 
 Chapter 39
 libass   0.11.1  0.10.2  * book is good
 https://github.com/libass/libass/releases/download/0.11.1/libass-0.11.1.tar.xz
 
 Even/odd?

I think this does not follow odd/even

 
 soundtouch   1.8.0   1.7.1   * book is good
 http://www.surina.net/soundtouch/soundtouch-1.8.0.tar.gz
 
 Even/odd?

I think this does not follow odd/even

Again, not completely sure about the comments.

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Package Currency

2014-03-13 Thread Armin K.
On 03/13/2014 12:09 PM, Fernando de Oliveira wrote:
 
 Chapter 9
 libsigc++ 2.3.1   2.2.11  * book is good
 http://ftp.gnome.org/pub/gnome/sources/libsigc++/2.3/libsigc++-2.3.1.tar.xz
 
 
 Chapter 13
 cmake 2.8.12.23.0.0-rc1   * (think we do not want rc1?)
 http://www.cmake.org/files/v2.8/cmake-2.8.12.2.tar.gz
 
 
 Chapters 14-16
 wireshark 1.10.6  1.11.2  * (minor not odd)
 https://www.wireshark.org/download/src/all-versions/wireshark-1.10.6.tar.bz2
 
 
 Chapters 20-23
 mariadb   10.0.8  5.5.36  * (you already know, just recalling)
 
 virtuoso  6.1.8   7.1.0   *
 Modificado 26 horas atrás por rt
 We may want to stay with Virtuoso 6, as it seems Virtuoso 7 requires 64-bit.
 
 
 Chapter 24
 xf86-input-wacom  0.23.0  0.22.1  * book is good
 http://sourceforge.net/projects/linuxwacom/files/xf86-input-wacom/
 
 
 Chapter 30
 libpeas   1.9.0   1.8.1   * book is good
 http://ftp.gnome.org/pub/gnome/sources/libpeas/1.9/libpeas-1.9.0.tar.xz
 
 
 Chapters 32-33
 midori0.5.7   1.1 * book is good (at least, could not find 1.1)
 http://www.midori-browser.org/downloads/midori_0.5.7_all_.tar.bz2
 
 
 Chapter 39
 libass0.11.1  0.10.2  * book is good
 https://github.com/libass/libass/releases/download/0.11.1/libass-0.11.1.tar.xz
 
 soundtouch1.8.0   1.7.1   * book is good
 http://www.surina.net/soundtouch/soundtouch-1.8.0.tar.gz
 
 Thanks for the effort making this script!
 
 I don't know if I am right in all the points above.
 
 

Add kde-workspace and phonon to this list. Both show same version as KDE
but neither of these uses their versioning scheme.

-- 
Note: My last name is not Krejzi.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Package Currency

2014-03-13 Thread Bruce Dubbs
Armin K. wrote:

 Add kde-workspace and phonon to this list. Both show same version as KDE
 but neither of these uses their versioning scheme.

Looking at the code phonon should be right but kde-workspace is not. 
I'll fix both.

   -- Bruce




-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page