bugGNU Octave - Bugs: bug #48846, video: Unneeded check for...

 
 

bug #48846: video: Unneeded check for libavresample

Submitter:  Rafael Laboissière <rlaboiss>
Submitted:  Mon 22 Aug 2016 06:32:49 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * other Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 27 Aug 2016 08:42:45 PM UTC, comment #3: 

Removed in 1.2.3, closing as fixed

Andreas Weber <andy1978>
Group Member
Tue 23 Aug 2016 09:51:45 AM UTC, comment #2: 
Andreas Weber <andy1978>
Group Member
Mon 22 Aug 2016 08:18:21 AM UTC, comment #1: 

As far as I remember this was for building under CentOS. I'll habe a look at this.

Andreas Weber <andy1978>
Group Member
Mon 22 Aug 2016 06:32:49 AM UTC, original submission:  

Version 1.2.2 of the video package does not build without libavresample-dev installed in the system (at least in Debian), even though this package is not listed in the BuildRequires field of the DESCRIPTION file.  This is caused by the following lines in src/configure.ac:


AC_CHECK_LIB([avresample], [avresample_close], [],
             [AC_MSG_ERROR([$PACKAGE_NAME requires libavresample from FFmpeg])])


At any rate, this check seems useless, because none of the functions in libavresample seems to be used in the package.

Please, either include libavresample-dev in BuildRequires or drop the lines above from src/configure.ac.

Thanks,

Rafael Laboissière

Rafael Laboissière <rlaboiss>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by andy1978 (Posted a comment)
  • -email is unavailable- added by rlaboiss (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-08-27 andy1978 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code