summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2015-07-22don't use .so dependencies exclusivelyJohannes Dewender
the .so dependency uses the 32 bit package if available but makepkg doesn't complain if only the 64 bit package is available. Only in the build step there is a message x264 not found. So we use lib32-libx264 for the general package and libx264.so for the versioned dependency in the binary package.
2015-07-212.7.2Johannes Dewender
also re-add lib32-libxv as requested by namcap
2015-07-21add .so provides for all librariesJohannes Dewender
as done for the 64 bit package
2015-07-21re-order dependencies, use .so dependenciesJohannes Dewender
The .so dependencies are automatically converted to (32 bit) versioned dependencies for the binary package. This means an update of lib32-libx264 might break lib32-ffmpeg. The user should use the -d flag and rebuild lib32-ffmpeg with -f.
2015-07-21enable libwebpJohannes Dewender
2015-06-24append 32 bit to descriptionJohannes Dewender
2015-06-24depend on ffmpegJohannes Dewender
The header files are in the ffmpeg package.
2015-06-23remove noop and default configure flagsJohannes Dewender
2015-06-23use internal rtmp supportJohannes Dewender
2015-06-23add missing lib32-libva dependencyJohannes Dewender
found with namcap, also present in ffmpeg package
2015-06-23build with hardening-wrapperJohannes Dewender
2015-06-232.7.1Johannes Dewender
2014-10-22lib32-ffmpeg: fix dependencies (namcap)Johannes Dewender
This version will be submitted to AUR.
2014-10-22lib32-ffmpeg: 2.4.2 from yesterdayJohannes Dewender
This is the version posted by me on gist yesterday.
2014-10-22lib32-ffmpeg: added from AURJohannes Dewender