This is a discussion on console based mp3 player with playlist support? within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Krimgelas <krimgelas@hotmail.com> wrote in news:430326b7$0$12595 $ba620e4c@news.skynet.be: > Hello, > > Does anyone know of a slackware package for a ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Krimgelas <krimgelas@hotmail.com> wrote in news:430326b7$0$12595 $ba620e4c@news.skynet.be: > Hello, > > Does anyone know of a slackware package for a console/ncurses based mp3 > player that has support for playlists? I am actually new to slackware, am > normally a debian user. What are the software sites where I can download > extra packages like these? Currently I was searching for mp3blaster or > playmp3list. > > Thanks for any information, > > Kris Installing mp3blaster is almost as easy as using apt-get: wget http://www.stack.nl/~brama/mp3blaste...r-3.2.0.tar.gz tar xzvf mp3blaster-3.2.0.tar.gz cd mp3blaster-3.2.0 ./configure make su -c checkinstall Note that I used checkinstall instead of "make install". This creates and installs a slackware package, making it easier to uninstall later. The checkinstall package is found in extra/ and is not installed by default. |
| |||
| Jorey Bump wrote: > Krimgelas <krimgelas@hotmail.com> wrote in news:430326b7$0$12595 > $ba620e4c@news.skynet.be: > >> Hello, >> >> Does anyone know of a slackware package for a console/ncurses based mp3 >> player that has support for playlists? I am actually new to slackware, am >> normally a debian user. What are the software sites where I can download >> extra packages like these? Currently I was searching for mp3blaster or >> playmp3list. >> >> Thanks for any information, >> >> Kris > > Installing mp3blaster is almost as easy as using apt-get: > > wget http://www.stack.nl/~brama/mp3blaste...r-3.2.0.tar.gz > tar xzvf mp3blaster-3.2.0.tar.gz > cd mp3blaster-3.2.0 > ./configure > make > su -c checkinstall > > Note that I used checkinstall instead of "make install". This creates and > installs a slackware package, making it easier to uninstall later. The > checkinstall package is found in extra/ and is not installed by default. Thanks for telling me, I was already wondering how you keep your system clean when doing so many manual installs. |
| |||
| On 2005-08-17, Krimgelas <krimgelas@hotmail.com> wrote: > Hello, > > Does anyone know of a slackware package for a console/ncurses based mp3 > player that has support for playlists? I am actually new to slackware, am > normally a debian user. What are the software sites where I can download > extra packages like these? Currently I was searching for mp3blaster or > playmp3list. > > Thanks for any information, > > Kris I'm a little slow on the draw here, but GAMP is worth checking out as well. http://www-users.cs.umn.edu/%7Ewburdick/gamp/ -- Solar-powered Linux: Slackware 10.0, 2.6.12, Averatec 3250H1 w/accel S3Uni RLU#272755 |
| |||
| _.-In alt.os.linux.slackware, Krimgelas wrote the following -._ > Thanks for telling me, I was already wondering how you keep your system > clean when doing so many manual installs. I don't use checkinstall or any of the other. When I want to remove a program I use make uninstall. It has never damaged a system. -- .-')) fauxascii.com ('-. | It's a damn poor mind that ' ..- .:" ) ( ":. -.. ' | can only think of one way to ((,,_;'.;' UIN=66618055 ';. ';_,,)) | spell a word. ((_.YIM=Faux_Pseudo :._)) | - Andrew Jackson |
| ||||
| On 2005-09-06, Faux_Pseudo <Faux.Pseudo@gmail.com> wrote: > _.-In alt.os.linux.slackware, Krimgelas wrote the following -._ >> Thanks for telling me, I was already wondering how you keep your system >> clean when doing so many manual installs. > > I don't use checkinstall or any of the other. When I want to remove a > program I use make uninstall. It has never damaged a system. It won't damage a system unless it's a very poorly-written Makefile, but a fair number of Makefiles do not include an uninstall target. In those cases make uninstall does nothing, and you're still stuck with the files on the box. The only resort (if you haven't made a package) is to look at the Makefile, figure out what it installed, and remove them manually (or write a program to parse the install target of the Makefile). I don't use checkinstall either, but there have been a small number of times where I needed to do the above, and I can see the utility in creating a package, either with Slackware's built-in tools or with something like checkinstall. --keith -- kkeller-usenet@wombat.san-francisco.ca.us (try just my userid to email me) AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom see X- headers for PGP signature information |
| Thread Tools | |
| Display Modes | |
|
|