app-arch
app-arch / gzip : Standard GNU compressor
- disable optimized assembly code that is not PIC friendly
app-benchmarks
app-benchmarks / ramspeed : Benchmarking for memory and cache
- Force shared libraries to be built as PIC (this is slower)
dev-libs
dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers
- Force static libraries to be built as PIC to avoid TEXTRELs.
media-libs
media-libs / x264 : A free library for encoding X264/AVC streams
- disable optimized assembly code that is not PIC friendly
media-libs / x265 : Library for encoding video streams into the H.265/HEVC format
- Disable optimized assembly code that is not PIC friendly
media-libs / xvid : High performance/quality MPEG-4 video de-/encoding solution
- disable optimized assembly code that is not PIC friendly
media-video
media-video / ffmpeg : Complete solution to record/convert/stream audio and video. Includes libavcodec
- Force shared libraries to be built as PIC (this is slower)
media-video / transcode : Utilities for transcoding video and audio codecs in different containers
- disable optimized assembly code that is not PIC friendly
www-client
www-client / chromium : Open-source version of Google Chrome web browser
- Disable optimized assembly code that is not PIC friendly