fmII
Mon, Dec 01st home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 19:08 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 SMPEG - Default branch
Section: Unix

 

Added: Wed, May 12th 1999 13:59 UTC (9 years, 6 months ago) Updated: Tue, Feb 26th 2002 03:20 UTC (6 years, 9 months ago)


About:
SMPEG is a general purpose MPEG video/audio player for Linux based on the mpeg_play and SPLAY MPEG decoders. It interfaces with the Simple DirectMedia Layer (SDL) to provide cross-platform MP3 playback for games.

Author:
Loki Entertainment Software [contact developer]

Rating:
8.09/10.00 (4 votes)

Homepage:
http://www.lokigames.com/development/smpeg.php3

Trove categories: [change]
[Environment]  X11 Applications
[Intended Audience]  End Users/Desktop
[License]  OSI Approved :: GNU Lesser General Public License (LGPL)
[Topic]  Multimedia :: Graphics :: Viewers

Dependencies: [change]
No dependencies filed

 
» Rating: 8.09/10.00 (Rank N/A)
» Vitality: 0.01% (Rank 7131)
» Popularity: 3.89% (Rank 1054)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 45,334
   URL hits: 61,039
   Subscribers: 53

Projects depending on this project:
pygame
UltraStar-NG
muzikQ
DMI Gallery
PyKyra
(Note: 12 projects depend on this one. The ones displayed are picked by a randomizer.)


Other projects from the same categories:
WOMP!
mePhoto
MicroAlbum
Kabeja
qgallery

Users who subscribed to this project also subscribed to:
GNOME Accessibility Toolkit
ANDREW
GEGL
PHP Service Monitor
Vipul's Razor


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 0.4.4 26-Feb-2002 GNU Lesser General Public License (LGPL) Homepage

 Comments

[»] broken for gcc 3
by rottenvegetable - Feb 25th 2002 23:23:16

with slackware 8 and gcc 3.0.4 and glibc 2.2.5 I couldn't get this to compile. I get the following messages:
make[1]: Entering directory `/home/sean/smpeg-0.4.4'
/bin/sh ./libtool --mode=link gcc -g -O2 -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -DTHREADED_AUDIO -I/opt/gnome/include/gtk-1.2 -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include -I/usr/X11R6/include -I/usr/X11R6/include -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -o plaympeg plaympeg.o libsmpeg.la -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lm
gcc -g -O2 -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -DTHREADED_AUDIO -I/opt/gnome/include/gtk-1.2 -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include -I/usr/X11R6/include -I/usr/X11R6/include -DNDEBUG -I.. -DNOCONTROLS -I. -I./audio -I./video -o .libs/plaympeg plaympeg.o .libs/libsmpeg.so -L/usr/local/lib -lSDL -lpthread -lm -lSDL -lpthread -lm -lSDL -lpthread -lm -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lm -Wl,--rpath -Wl,/usr/local/lib
.libs/libsmpeg.so: undefined reference to `__pure_virtual'
.libs/libsmpeg.so: undefined reference to `__builtin_vec_new'
.libs/libsmpeg.so: undefined reference to `__builtin_vec_delete'
.libs/libsmpeg.so: undefined reference to `__builtin_delete'
.libs/libsmpeg.so: undefined reference to `__builtin_new'
collect2: ld returned 1 exit status

if anyone knows the problem, please let me know.

[reply] [top]


    [»] Re: broken for gcc 3
    by rottenvegetable - Feb 28th 2002 14:41:45

    stupid error. I had some binaries from gcc 2.95.3 lying around

    [reply] [top]


    [»] Re: broken for gcc 3
    by rottenvegetable - Aug 19th 2004 07:49:33


    > with slackware 8 and gcc 3.0.4 and glibc

    > 2.2.5 I couldn't get this to compile. I

    > get the following messages:

    > make[1]: Entering directory

    > `/home/sean/smpeg-0.4.4'

    > /bin/sh ./libtool --mode=link gcc -g

    > -O2 -I/usr/local/include

    > -I/usr/local/include/SDL -D_REENTRANT

    > -DTHREADED_AUDIO

    > -I/opt/gnome/include/gtk-1.2

    > -I/opt/gnome/include/glib-1.2

    > -I/opt/gnome/lib/glib/include

    > -I/usr/X11R6/include

    > -I/usr/X11R6/include -DNDEBUG -I..

    > -DNOCONTROLS -I. -I./audio -I./video -o

    > plaympeg plaympeg.o libsmpeg.la

    > -L/usr/local/lib

    > -Wl,-rpath,/usr/local/lib -lSDL

    > -lpthread -lm

    > gcc -g -O2 -I/usr/local/include

    > -I/usr/local/include/SDL -D_REENTRANT

    > -DTHREADED_AUDIO

    > -I/opt/gnome/include/gtk-1.2

    > -I/opt/gnome/include/glib-1.2

    > -I/opt/gnome/lib/glib/include

    > -I/usr/X11R6/include

    > -I/usr/X11R6/include -DNDEBUG -I..

    > -DNOCONTROLS -I. -I./audio -I./video -o

    > .libs/plaympeg plaympeg.o

    > .libs/libsmpeg.so -L/usr/local/lib -lSDL

    > -lpthread -lm -lSDL -lpthread -lm -lSDL

    > -lpthread -lm -L/usr/local/lib

    > -Wl,-rpath,/usr/local/lib -lSDL

    > -lpthread -lm -Wl,--rpath

    > -Wl,/usr/local/lib

    > .libs/libsmpeg.so: undefined reference

    > to `__pure_virtual'

    > .libs/libsmpeg.so: undefined reference

    > to `__builtin_vec_new'

    > .libs/libsmpeg.so: undefined reference

    > to `__builtin_vec_delete'

    > .libs/libsmpeg.so: undefined reference

    > to `__builtin_delete'

    > .libs/libsmpeg.so: undefined reference

    > to `__builtin_new'

    > collect2: ld returned 1 exit status

    >

    > if anyone knows the problem, please let

    > me know.

    if you're having problems with SMPEG, please don't contact me. actually, don't even bother using SMPEG because it's no longer being developed. check out xine or mplayer or something. If you are having a similar problem to me, you probably broke gcc.

    Sean

    [reply] [top]


[»] Help on SMPEG
by steph.dz - Jan 29th 2002 06:42:56

I tried to find some tutorials about SMPEG, but I didn't find anything. So, if you know some URLs to help, please send me an email at: sdeshiere@yahoo.fr. Thank you.

[reply] [top]


[»] smpeg
by sirinek - Mar 5th 2000 13:55:26

finally a linux-based mpeg video player that works!
xplay couldnt play some mpeg files I had, but this tool did
the trick. great work! :)

[reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  Linux.com •  SourceForge.net  •  Jobs