[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/smpeg/smpeg.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] A MPEG-1 and MP3 playback library [T] Smpeg is an mpeg decoding library, which runs on just about any [T] platform. It comes with two sample decoders, plaympeg (console, [T] no UI), and gtv, a simple GTK+ interface. [U] https://www.icculus.org/smpeg/ [A] Sam Lantinga [M] The T2 Project [C] extra/development [F] CROSS [L] LGPL [S] Stable [V] 2_0_0 [P] X -----5---9 186.000 [D] b71ed38708efade2750d6760258219029cf0dec4ba8b271e384dc5ff smpeg-2_0_0.tar.bz2 svn://svn.icculus.org/smpeg/tags/release_2_0_0/ autogen=1 var_append GCC_WRAPPER_INSERT ' ' -std=c++98 smpeg_preconf() { [ "$SDECFG_PKG_SMPEG_MMX" == 1 ] && var_append confopt ' ' --enable-mmx || var_append confopt ' ' --disable-mmx [ "$SDECFG_PKG_SMPEG_ATI" == 1 ] && var_append confopt ' ' --enable-ati || var_append confopt ' ' --disable-ati [ "$SDECFG_PKG_SMPEG_SYNC" == 1 ] && var_append confopt ' ' --enable-timestamp-sync || var_append confopt ' ' --disable-timestamp-sync [ "$SDECFG_PKG_SMPEG_THSYS" == 1 ] && var_append confopt ' ' --enable-threaded-system || var_append confopt ' ' --disable-threaded-system [ "$SDECFG_PKG_SMPEG_THAUDIO" == 1 ] && var_append confopt ' ' --enable-threaded-audio || var_append confopt ' ' --disable-threaded-audio [ "$SDECFG_PKG_SMPEG_GTKPLAY" == 1 ] && var_append confopt ' ' --enable-gtk-player || var_append confopt ' ' --disable-gtk-player [ "$SDECFG_PKG_SMPEG_GLPLAY" == 1 ] && var_append confopt ' ' --enable-opengl-player || var_append confopt ' ' --disable-opengl-player [ "$SDECFG_PKG_SMPEG_ASSERT" == 1 ] && var_append confopt ' ' --enable-assertions || var_append confopt ' ' --disable-assertions } hook_add preconf 5 smpeg_preconf