Projects
Multimedia
normalize
normalize.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File normalize.spec of Package normalize (Revision 5)
Currently displaying revision
5
,
Show latest
Name: normalize Summary: An Audio File Volume Normalizer URL: http://normalize.nongnu.org/ License: GPL-2.0 Version: 0.7.7 Release: 0 Source0: http://savannah.nongnu.org/download/%name/%name-%version.tar.bz2 BuildRequires: pkg-config BuildRequires: pkgconfig(mad) BuildRequires: pkgconfig(audiofile) %description Normalize is a tool for adjusting the volume of audio files to a standard level. This is useful for things like creating mix CDs and MP3 collections, where different recording levels on different albums can cause the volume to vary greatly from song to song. %prep %setup -q %build mkdir $$ export PATH="$PWD/$$:$PATH" tee $$/audiofile-config <<'_EOF_' #!/bin/bash case "$1" in --libs) pkg-config --libs audiofile ;; --cflags) pkg-config --cflags audiofile ;; --version) pkg-config --modversion audiofile ;; esac _EOF_ chmod -v 555 $$/audiofile-config export AUDIOFILE_CONFIG=$PWD/$$/audiofile-config export MP3DECODE=mpg123 export MP3ENCODE=lame export OGGDECODE=oggdec export OGGENCODE=oggenc export VORBISCOMMENT=vorbiscomment export FLACDECODE=flac export FLACENCODE=flac export METAFLAC=metaflac export CFLAGS='%optflags -std=gnu99' %configure \ --disable-helper-search \ --with-mad %make_build %install %make_install %find_lang %{name} %files -f %{name}.lang %doc doc/frontend.txt %license COPYING %_bindir/* %{_mandir}/man1/*
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.