Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

add nux repo for ffmpeg on CentOS 7 #16

Merged
merged 1 commit into from
Feb 6, 2019
Merged

add nux repo for ffmpeg on CentOS 7 #16

merged 1 commit into from
Feb 6, 2019

Conversation

seth-shaw-unlv
Copy link
Contributor

GitHub Issue: Islandora/documentation#929

An extension of #12

What does this Pull Request do?

Installs FFMPEG on CentOS 7.

What's new?

Adds the EPEL and NUX repos to yum and includes ffmpeg to the packages list.

How should this be tested?

  • Change your requirements.yml to use the PR's fork/branch.
  • vagrant up --provision
  • vagrant ssh
  • EITHER
    • which ffmpeg
    • ffmpeg -h

The original PR this extends has additional testing information for using it as part of Homarus.

Interested parties

@Islandora-CLAW/committers (esp. @Natkeeran and @dannylamb)

Copy link
Contributor

@whikloj whikloj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected

[vagrant@claw ~]$ which ffmpeg
/usr/bin/ffmpeg
[vagrant@claw ~]$ ffmpeg -version
ffmpeg version 2.8.15 Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-28)
configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' --extra-ldflags='-Wl,-z,relro ' --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3 --enable-bzlib --disable-crystalhd --enable-gnutls --enable-ladspa --enable-libass --enable-libcdio --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libx264 --enable-libx265 --enable-libxvid --enable-x11grab --enable-avfilter --enable-avresample --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect
libavutil      54. 31.100 / 54. 31.100
libavcodec     56. 60.100 / 56. 60.100
libavformat    56. 40.101 / 56. 40.101
libavdevice    56.  4.100 / 56.  4.100
libavfilter     5. 40.101 /  5. 40.101
libavresample   2.  1.  0 /  2.  1.  0
libswscale      3.  1.101 /  3.  1.101
libswresample   1.  2.101 /  1.  2.101
libpostproc    53.  3.100 / 53.  3.100

@whikloj whikloj merged commit 35b46fe into islandora-deprecated:master Feb 6, 2019
@whikloj
Copy link
Contributor

whikloj commented Feb 6, 2019

I'm going to hold off on tagging a new version and see if the audio stuff can get in.

@seth-shaw-unlv seth-shaw-unlv deleted the ffmpeg-centos branch February 7, 2019 01:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants