[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/gpac/gpac.desc [COPY] Copyright (C) 2006 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A multimedia framework for MPEG-4, VRML, and X3D [T] GPAC is a multimedia framework based on the MPEG4 systems standard. It [T] aims to integrate as many rich media technologies as possible. [T] It already supports MPEG-4, VRML, and X3D presentations, [T] many audio/video codecs and formats, and RTP/RTSP streaming, and features [T] basic SVG and Macromedia Flash support. [U] https://github.com/gpac/gpac/archive/v1.0.1.tar.gz [A] jeanlf [M] Michael Tross [C] extra/multimedia [F] CROSS NOPARALLEL [E] opt libcaca [E] opt libsdl2 [E] opt libcaca [L] GPL [S] Beta [V] 2.4.0 [P] X -----5---9 142.100 [D] 05ae122f6b081e452005c7f4194eee0d6244a7db0c81fa2303869ccb gpac-2.4.0.tar.gz https://github.com/gpac/gpac/archive/v2.4.0/ configscript="sh ./configure" pkginstalled libx11 && false && # doesn't build with current wxwidgets #pkginstalled wxwidgets && var_append confopt ' ' "--X11-path=$root/`pkgprefix libx11`" || var_append confopt ' ' "--disable-wx --disable-x11-shm" var_append confopt ' ' '--cc=$CC --cpu=$arch' # guide while cross compiling if ! pkginstalled firefox && ! pkginstalled seamonkey; then var_append patchfiles ' ' $confdir/no-mozilla.diff fi pkginstalled mesa || var_append confopt ' ' --disable-opengl if [ $SDECFG_DEBUG -ne 0 ]; then var_append confopt ' ' --enable-debug fi # install development header files var_append makeinstopt ' ' install-lib # not supported on all arch's var_append GCC_WRAPPER_REMOVE ' ' -Wno-pointer-sign if [[ $libdir == *lib64 ]]; then var_append confopt ' ' --enable-pic var_append GCC_WRAPPER_INSERT ' ' "-fPIC -L/usr/X11R7/lib64 -D__ia64__" fi