Code Monkey home page Code Monkey logo

yummy's Introduction

Yummy is yet another Winamp clone.
It supports Winamp plugins, services, classic skins and modern skins.
It does NOT depend on GTK+, Qt or any other toolkit.

Compiling
=========

dependencies for building:
gcc (the target MUST be 32-bit for compatibility with plugins)
g++ (for OLE)
pkg-config
make
libtool
libpng-dev, expat-dev (for modern skin engine)
libx11-dev, libxext-dev (for GNU/Linux only)

optional dependencies:
libavcodec-dev, libavformat-dev (for in_libav plugin)
libavfilter-dev (for dsp_avfilter plugin)
libao-dev (for out_ao plugin)

Create a '.config' file in the build directory. Copy a model with the same name
from the source directory for default configuration.

Hacking
=======

* cheese: compatibility layer for winamp services.
* player: GUI and main entry point.
* plugins: components to be loaded dynamically on load time.

Managing Dependencies and Portability
-------------------------------------

The build system uses autotools to detect the toolchain configurations
and dependencies. To change them, use the configure.ac file.
Try not to touch Makefile.in and Ubuild files to make it usable in other
projects.

Type the following commands to create a configure script. autotools is
necessary.

libtoolize
aclocal
autoreconf -vfi

Even though the build system does NOT use automake at all, it is necessary
to create auxiliary files that autoconf deems to be necessary. Otherwise
you will have to install them manually. Those files are: install-sh,
config.sub and config.guess. They are placed in the build-aux directory.

yummy's People

Contributors

ativarsoft avatar

Stargazers

Daniel Estrada avatar Bocke avatar Anu Prakash avatar Eris Lund avatar Matt Ogram avatar  avatar Dmitry avatar Lion avatar

Watchers

James Cloos avatar  avatar Lion avatar  avatar

Forkers

anu-prakash-dev

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.