fmII
Mon, Oct 06th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 13:06 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, 5 months ago) Updated: Tue, Feb 26th 2002 03:20 UTC (6 years, 7 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 7088)
» Popularity: 3.88% (Rank 1053)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 44,844
   URL hits: 60,940
   Subscribers: 53

Projects depending on this project:
Pyzzle
PyKyra
SDL_sound
CD-Me
ksmp3play
(Note: 12 projects depend on this one. The ones displayed are picked by a randomizer.)


Other projects from the same categories:
ePDFView
flimsel
libAfterImage
Image Viewer
FlickrViewer

Users who subscribed to this project also subscribed to:
psmisc
The XSLT C library for GNOME
GNU Chess
GQview
Crack Attack!


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

 Releases

Version Focus Date
0.4.4 Minor bugfixes 26-Feb-2002 08:20
0.4.3 Minor bugfixes 16-May-2001 21:37
0.4.2 N/A 18-Dec-2000 00:19
0.4.1 N/A 07-Oct-2000 05:45
0.4.0 N/A 15-Jun-2000 01:41
0.3.5 N/A 06-Apr-2000 00:58
0.3.4 N/A 05-Mar-2000 00:49
0.3.3 N/A 20-Jan-2000 02:58
0.3.2 N/A 04-Jan-2000 23:56
0.3.1 N/A 08-Nov-1999 04:55

 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