Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
32956: adding build/pkgs/ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
seblabbe committed Dec 2, 2021
1 parent cc60cfe commit f94241f
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 0 deletions.
25 changes: 25 additions & 0 deletions build/pkgs/ffmpeg/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
ffmpeg - ffmpeg video converter
===============================

Description
-----------

ffmpeg is a very fast video and audio converter that can also grab from a live
audio/video source. It can also convert between arbitrary sample rates and
resize video on the fly with a high quality polyphase filter.

License
-------

"FFmpeg is licensed under the GNU Lesser General Public License (LGPL) version
2.1 or later. However, FFmpeg incorporates several optional parts and
optimizations that are covered by the GNU General Public License (GPL) version
2 or later. If those parts get used the GPL applies to all of FFmpeg."

http://ffmpeg.org/legal.html

Upstream Contact
----------------

http://ffmpeg.org/

1 change: 1 addition & 0 deletions build/pkgs/ffmpeg/distros/alpine.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ffmpeg
1 change: 1 addition & 0 deletions build/pkgs/ffmpeg/distros/arch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ffmpeg
1 change: 1 addition & 0 deletions build/pkgs/ffmpeg/distros/conda.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
imageio-ffmpeg
1 change: 1 addition & 0 deletions build/pkgs/ffmpeg/distros/debian.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ffmpeg
1 change: 1 addition & 0 deletions build/pkgs/ffmpeg/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ffmpeg
1 change: 1 addition & 0 deletions build/pkgs/ffmpeg/distros/freebsd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
multimedia/ffmpeg
1 change: 1 addition & 0 deletions build/pkgs/ffmpeg/distros/homebrew.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ffmpeg
1 change: 1 addition & 0 deletions build/pkgs/ffmpeg/distros/macports.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ffmpeg
1 change: 1 addition & 0 deletions build/pkgs/ffmpeg/distros/nix.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ffmpeg
1 change: 1 addition & 0 deletions build/pkgs/ffmpeg/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ffmpeg
1 change: 1 addition & 0 deletions build/pkgs/ffmpeg/distros/repology.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ffmpeg
1 change: 1 addition & 0 deletions build/pkgs/ffmpeg/distros/void.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ffmpeg
5 changes: 5 additions & 0 deletions build/pkgs/ffmpeg/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SAGE_SPKG_CONFIGURE([ffmpeg], [
AC_PATH_PROG([FFMPEG], [ffmpeg])
AS_IF([test -z "$ac_cv_path_FFMPEG"], [sage_spkg_install_ffmpeg=yes])
])

1 change: 1 addition & 0 deletions build/pkgs/ffmpeg/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
optional

0 comments on commit f94241f

Please sign in to comment.