From a647960cd0b1d306eb77b37645658933821dfb85 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 7 Jul 2013 22:35:50 +0200 Subject: [PATCH] flac: New package. --- flac/flac.nm | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 flac/flac.nm diff --git a/flac/flac.nm b/flac/flac.nm new file mode 100644 index 000000000..8956ea4f4 --- /dev/null +++ b/flac/flac.nm @@ -0,0 +1,61 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = flac +version = 1.3.0 +release = 1 + +groups = Application/Multimedia +url = http://www.xiph.org/flac/ +license = BSD and GPLv2+ and GFDL +summary = An encoder/decoder for the Free Lossless Audio Codec. + +description + FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC + is similar to Ogg Vorbis, but lossless. The FLAC project consists of + the stream format, reference encoders and decoders in library form, + flac, a command-line program to encode and decode FLAC files, metaflac, + a command-line metadata editor for FLAC files and input plugins for + various music players. +end + +source_dl = http://downloads.xiph.org/releases/%{name}/ +sources = %{thisapp}.tar.xz + +build + requires + autoconf + automake + gettext-devel + libogg-devel + libtool + end + + configure_options += \ + --disable-xmms-plugin \ + --disable-silent-rules \ + --disable-thorough-tests + + prepare_cmds + # Run autogen to avoid problems with RPATH. + ./autogen.sh -V + end +end + +packages + package %{name} + + package %{name}-libs + template LIBS + end + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end -- 2.47.3