[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/libmpeg2/libmpeg2.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] The MPEG Library - version 2 [T] The MPEG Library is a collection of C routines to decode MPEG-1 and MPEG-2 [T] movies and dither them in a variety of colour schemes. [U] https://libmpeg2.sourceforge.net/ [A] Aaron Holtzman {inital implementation} [A] Michel Lespinasse {current rewrite} [M] Rene Rebe [C] extra/multimedia [F] FPIC CROSS NO-LTO.gcc [L] GPL [S] Stable [V] 0.5.1 [P] X -----5---9 141.700 [D] b8f4d7a96c7b0d3948b8d8356bf4884a0c9176aa617fc36cafec8dce libmpeg2-0.5.1.tar.gz http://libmpeg2.sourceforge.net/files/ # remove the generic cpu selection to get the run-time detected Altivec code build [ "$arch" = "powerpc" ] && var_remove_regex GCC_WRAPPER_INSERT " " "-mcpu=.*" # we need to allow VIS code to be build from some files if [ "$arch" = "sparc" ]; then echo_status "Warning: This package will only run on UltraSPARC cpus with VIS!" var_remove_regex GCC_WRAPPER_REMOVE " " "-m.*" var_remove_regex GCC_WRAPPER_INSERT " " "-mcpu=.*" fi [ $arch = x86-64 ] && var_append confopt ' ' --disable-accel-detect