Opened 8 years ago

Closed 8 years ago

Last modified 7 years ago

#8354 closed enhancement (fixed)

libsamplerate (script issue?)

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Need to check this. We have 0.1.9 but script says 0.1.8.

Change History (5)

comment:1 by Jeremy Henty, 8 years ago

The problen is that the 0.1.9 release did not update the SHARED_VERSION_INFO variable in configure.ac; it is "1:8:1", but it should be "1:9:1". The fix is:

Update SHARED_VERSION_INFO. I use this sed:

sed -i 's/\(SHARED_VERSION_INFO\)=.*$/\1="1:9:1"/' configure.ac

Run "./autogen.sh".

Configure and install as per the current BLFS instructions.

comment:2 by bdubbs@…, 8 years ago

That may be so, but the ticket was really for the currency scripts. We parse the upstream website, http://www.mega-nerd.com/SRC/download.html, to determine the most recent version and it only shows version 0.1.8.

The original ticket, #8317, was input by Douglas. I would like to be able to determine the most recent version of the package, but do not have a way to do that.

It's possible that the website showed 0.1.9 and has been reverted to 0.1.8, but I know of no announcements of either 0.1.9 or any revert to 0.1.8.

comment:3 by bdubbs@…, 8 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:4 by bdubbs@…, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 17817.

Reverted to version 0.1.8. A review of changes revealed nothing for linux boxes and upstream is still saying 0.1.8 is current.

comment:5 by bdubbs@…, 7 years ago

Milestone: 7.118.0

Milestone renamed

Note: See TracTickets for help on using tickets.