Projects
Multimedia
butt
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
butt.spec
Changed
@@ -8,16 +8,16 @@ Patch1: butt-fix.patch URL: http://metaversemusician.com/blog/ Group: Productivity/Multimedia/Sound/Mixers -License: GNU General Public License version 2 or later (GPL v2 or later) +License: GPL-2.0+ BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRequires: fltk-devel xorg-x11-devel -BuildRequires: libjpeg-devel libpng-devel BuildRequires: liblame-devel -BuildRequires: libmad-devel BuildRequires: libogg-devel libvorbis-devel BuildRequires: portaudio-devel BuildRequires: gcc-c++ make glibc-devel pkgconfig BuildRequires: update-desktop-files +# These ones are not really needed. Here only because fltk-config is stupid. +BuildRequires: libjpeg-devel libpng-devel %description butt (broadcast using this tool) is an easy to use, multi OS streaming tool. @@ -34,7 +34,6 @@ --with-mp3 \ --with-ogg -export SUSE_ASNEEDED=0 %__make %{?_smp_flags} DEBUG="%{optflags}" %install @@ -45,7 +44,7 @@ %files %defattr(-,root,root) -%doc ChangeLog KNOWN_BUGS INSTALL LICENSE README +%doc ChangeLog KNOWN_BUGS LICENSE README %{_bindir}/butt %changelog
View file
butt-fix.patch
Changed
@@ -23,7 +23,7 @@ echo "OK" msg_chkfor "link with libvorbis" - if ${CXX} tmp.c -o /dev/null -lvorbisenc 2>&3 -+ if ${CXX} tmp.c -o /dev/null `pkg-config vorbis vorbisenc --libs` 2>&3 ++ if ${CXX} tmp.c -o /dev/null `pkg-config vorbis vorbisenc ogg --libs` 2>&3 then echo "OK" echo "#_______________________" >&4 @@ -32,7 +32,7 @@ echo "CXXFLAGS+=$vorbis_header" >&4 echo "LDFLAGS+=$vorbis_lib" >&4 - [ "$STATIC" -eq 0 ] && echo "LIBS_LIBVORBIS:=-lvorbisenc" >&4 -+ echo "LIBS_LIBVORBIS:=`pkg-config vorbis vorbisenc --libs`" >&4 ++ echo "LIBS_LIBVORBIS:=`pkg-config vorbis vorbisenc ogg --libs`" >&4 echo "SRC_LIBVORBIS:=vorbis_encode.cpp" >&4 echo "" >&4 OGG=1
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
.