Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/libraries/id3lib/default.nix

13 lines
249 B
Nix
Raw Normal View History

* Added the Beep Music Player (a GTK2 XMMS fork). svn path=/nixpkgs/trunk/; revision=4675
2006-02-02 14:12:31 +00:00
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "id3lib-3.8.3";
Allowing abcde to make mp3. I had to add id3v2, and fix the id3lib build. svn path=/nixpkgs/trunk/; revision=23513
2010-08-29 15:53:42 +00:00
patches = [ ./id3lib-3.8.3-gcc43-1.patch ];
* Got rid of all --disable-static flags; they're redundant now. * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-04-21 23:18:09 +00:00
* Added the Beep Music Player (a GTK2 XMMS fork). svn path=/nixpkgs/trunk/; revision=4675
2006-02-02 14:12:31 +00:00
src = fetchurl {
* Rewrite all the SourceForge URLs to mirror://sourceforge/. find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
url = mirror://sourceforge/id3lib/id3lib-3.8.3.tar.gz;
* Added the Beep Music Player (a GTK2 XMMS fork). svn path=/nixpkgs/trunk/; revision=4675
2006-02-02 14:12:31 +00:00
md5 = "19f27ddd2dda4b2d26a559a4f0f402a7";
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 770ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API