-
Notifications
You must be signed in to change notification settings - Fork 0
Commits on Nov 18, 2016
-
numactl: Update from version 2.0.7 to 2.0.11
the newer version need for x265 exclude move_pages.2 from man-pages
Configuration menu - View commit details
-
Copy full SHA for d6fad24 - Browse repository at this point
Copy the full SHA d6fad24View commit details -
a library for encoding video streams into the H.265/HEVC format
Configuration menu - View commit details
-
Copy full SHA for 8745f08 - Browse repository at this point
Copy the full SHA 8745f08View commit details -
ffmpeg: update version 2.8.5 to 3.1.4
Use HTTPS instead of FTP to securely download the source archive. Remove `sourcesubdir_append src`
Configuration menu - View commit details
-
Copy full SHA for 1c60a0c - Browse repository at this point
Copy the full SHA 1c60a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dae30ab - Browse repository at this point
Copy the full SHA dae30abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98e9fa8 - Browse repository at this point
Copy the full SHA 98e9fa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d7c411 - Browse repository at this point
Copy the full SHA 6d7c411View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5b283 - Browse repository at this point
Copy the full SHA ad5b283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8231ebf - Browse repository at this point
Copy the full SHA 8231ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f82c207 - Browse repository at this point
Copy the full SHA f82c207View commit details -
Configuration menu - View commit details
-
Copy full SHA for c08ce41 - Browse repository at this point
Copy the full SHA c08ce41View commit details -
ffmpeg: Securely download source archive
Use HTTPS instead of FTP to securely download the source archive.
Configuration menu - View commit details
-
Copy full SHA for b1b440a - Browse repository at this point
Copy the full SHA b1b440aView commit details -
Configuration menu - View commit details
-
Copy full SHA for de2b318 - Browse repository at this point
Copy the full SHA de2b318View commit details -
ffmpeg: Use bee variable
DOCDIR
``` $ bee --print-config | grep DOCDIR DOCDIR=${DATAROOTDIR}/doc/${PKGNAME} ```
Configuration menu - View commit details
-
Copy full SHA for ec12333 - Browse repository at this point
Copy the full SHA ec12333View commit details -
ffmpeg: Add
start_cmd
in front ofconfigure
lineThat way, the actual command is printed on the screen.
Configuration menu - View commit details
-
Copy full SHA for f40c8b2 - Browse repository at this point
Copy the full SHA f40c8b2View commit details -
`cc` is the generic command for the compiler, and uses the default one, which might be Clang on some systems.
Configuration menu - View commit details
-
Copy full SHA for 78dd960 - Browse repository at this point
Copy the full SHA 78dd960View commit details -
ffmpeg: Fix installation to image directory
Currently, files are saved in the wrong directory, and the image/destination directory is ignored. Building FFmpeg as a normal user shows this problem. ``` […] [BEE] make -j install PREFIX=/usr EPREFIX=/usr BINDIR=/usr/bin SBINDIR=/usr/sbin LIBEXECDIR=/usr/libexec SYSCONFDIR=/etc SHAREDSTATEDIR=/var LOCALSTATEDIR=/var LIBDIR=/usr/lib INCLUDEDIR=/usr/include DATAROOTDIR=/usr/share DATADIR=/usr/share INFODIR=/usr/share/info LOCALEDIR=/usr/share/locale MANDIR=/usr/share/man DOCDIR=/usr/share/doc/ffmpeg DESTDIR=/dev/shm/bee-root/ffmpeg/ffmpeg-3.1.4-0/image […] INSTALL doc/libavfilter.3 install: cannot remove ‘/usr/share/man/man1/ffmpeg.1’: Permission denied install: cannot create regular file ‘/usr/share/man/man1/ffplay.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffprobe.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffserver.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffmpeg-all.1’: Permission denied install: cannot create regular file ‘/usr/share/man/man1/ffplay-all.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffprobe-all.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffserver-all.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffmpeg-utils.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffmpeg-scaler.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffmpeg-resampler.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffmpeg-codecs.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffmpeg-bitstream-filters.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffmpeg-formats.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffmpeg-protocols.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffmpeg-devices.1’: Permission denied install: cannot remove ‘/usr/share/man/man1/ffmpeg-filters.1’: Permission denied doc/Makefile:152: recipe for target 'install-man' failed make: *** [install-man] Error 1 make: *** Waiting for unfinished jobs.... INSTALL libavdevice/libavdevice.so […] ``` FFmpeg saves the environment variables into `config.mak`, and directly puts the destination directory in there. ``` prefix=/usr LIBDIR=$(DESTDIR)${prefix}/lib SHLIBDIR=$(DESTDIR)${prefix}/lib INCDIR=$(DESTDIR)${prefix}/include BINDIR=$(DESTDIR)${prefix}/bin DATADIR=$(DESTDIR)${prefix}/share/ffmpeg DOCDIR=$(DESTDIR)/usr/share/doc/ffmpeg MANDIR=$(DESTDIR)${prefix}/share/man PKGCONFIGDIR=$(DESTDIR)${prefix}/lib/pkgconfig ``` That doesn’t work with the way `bee_install` does it, which is known from GNU Autotools. It sets these without `DESTDIR`, and the Makefile takes care of that. Therefore, don’t use `bee_install`. Also remove the unnecessary manual operations to install the binaries.
Configuration menu - View commit details
-
Copy full SHA for f577968 - Browse repository at this point
Copy the full SHA f577968View commit details -
ffmpeg: Remove switch setting docdir to default
``` build/configure: --docdir=DIR install documentation in DIR [PREFIX/share/doc/ffmpeg] ```
Configuration menu - View commit details
-
Copy full SHA for a6f4e1b - Browse repository at this point
Copy the full SHA a6f4e1bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.