You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Leonid (JIRA)" <ji...@apache.org> on 2018/04/26 10:02:00 UTC

[jira] [Created] (OPENMEETINGS-1879) ffmpeg-ubuntu-debian.sh - some package install failed (missing libx265-dev)

Leonid created OPENMEETINGS-1879:
------------------------------------

             Summary: ffmpeg-ubuntu-debian.sh - some package install failed (missing libx265-dev)
                 Key: OPENMEETINGS-1879
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1879
             Project: Openmeetings
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 4.0.3
            Reporter: Leonid
            Assignee: Maxim Solodovnik


Remove *libx265-dev* from this line in script:
{code:java}
sudo apt-get -y --force-yes install autoconf automake build-essential libass-dev libfreetype6-dev libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texi2html zlib1g-dev mercurial cmake libx264-dev libx265-dev libfdk-aac-dev libmp3lame-dev{code}
 

When running *./ffmpeg-ubuntu-debian.sh* this command failed. It's because of *libx265-dev* can't be located:

 
{code:java}
E: Unable to locate package libx265-dev{code}
 

Some lines below there are commands to download, compile and install *libx265-dev.*

 
{code:java}
hg clone https://bitbucket.org/multicoreware/x265
wget -O fdk-aac.tar.gz https://github.com/mstorsjo/fdk-aac/tarball/master
cd x265/build/linux
PATH="$HOME/bin:$PATH" cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$HOME/ffmpeg_build" -DENABLE_SHARED:bool=off ../../source && make && sudo make install && make distclean; cd ~/ffmpeg_sources
{code}
Link to *ffmpeg-ubuntu-debian.sh -[https://cwiki.apache.org/confluence/download/attachments/27838216/ffmpeg-ubuntu-debian.sh]*

Original installation notes of *libx265-dev* can be found here - [https://bitbucket.org/multicoreware/x265/wiki/Home]

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)