SPECS: mix2005.spec (NEW) - new, based on mix2000.spec

qboosh qboosh at pld-linux.org
Tue Nov 1 20:50:26 CET 2005


Author: qboosh                       Date: Tue Nov  1 19:50:26 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, based on mix2000.spec

---- Files affected:
SPECS:
   mix2005.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/mix2005.spec
diff -u /dev/null SPECS/mix2005.spec:1.1
--- /dev/null	Tue Nov  1 20:50:26 2005
+++ SPECS/mix2005.spec	Tue Nov  1 20:50:21 2005
@@ -0,0 +1,95 @@
+# $Revision$, $Date$
+# TODO: build guicast as separate, shared library to use in
+#       xmovie, mix2005 and cinelerra
+Summary:	Mix2005 - a mixer with GUI
+Summary(pl):	Mix2005 - mikser z graficznym interfejsem
+Name:		mix2005
+Version:	1.1.0
+Release:	1
+# no license information in mix2005 itself, but it includes GPL libraries
+# and is part of GPLed Heroine Virtual software
+License:	GPL
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/heroines/%{name}-%{version}-src.tar.bz2
+# Source0-md5:	0ccae70119b5eec8502831bf186bf911
+Patch0:		%{name}-system-libs.patch
+URL:		http://heroinewarrior.com/mix2000.php3
+BuildRequires:	XFree86-devel
+BuildRequires:	alsa-lib-devel >= 1.0.8
+BuildRequires:	libstdc++-devel
+BuildRequires:	quicktime4linux-devel >= 2.1
+Requires:	alsa-lib >= 1.0.8
+Requires:	quicktime4linux >= 2.1
+Obsoletes:	mix2000
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Mix2005 - a mixer with GUI.
+
+%description -l pl
+Mix2005 - mikser z graficznym interfejsem.
+
+%prep
+%setup -q
+%patch0 -p1
+
+rm -rf alsa-lib-* libmpeg3 quicktime
+
+%build
+CFLAGS="%{rpmcflags} -fno-rtti"; export CFLAGS
+%{__make} -C guicast
+
+%{__make} -C mix2005 \
+	LXLIBDIR="-L/usr/X11R6/%{_lib}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install mix2005/*/mix2005 $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/mix2005
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/11/01 19:50:21  qboosh
+- new, based on mix2000.spec
+
+Revision 1.10  2004/06/04 21:09:19  qboosh
+- fixed build on amd64, require quicktime4linux in included version
+
+Revision 1.9  2004/06/04 21:03:18  qboosh
+- updated to 1.0.1, updated system-libs patch, removed obsolete c++ patch
+
+Revision 1.8  2003/08/18 08:08:20  gotar
+- mass commit: cosmetics (removed trailing white spaces)
+
+Revision 1.7  2003/07/18 23:27:58  qboosh
+- now this c++ patch is only for mix2000
+
+Revision 1.6  2003/05/28 12:59:45  malekith
+- massive attack: source-md5
+
+Revision 1.5  2003/05/25 05:50:36  misi3k
+- massive attack s/pld.org.pl/pld-linux.org/
+
+Revision 1.4  2003/03/24 17:32:14  qboosh
+- typo
+
+Revision 1.3  2003/03/21 00:37:40  qboosh
+- better URL
+
+Revision 1.2  2003/03/21 00:35:42  qboosh
+- BR: libstdc++-devel
+
+Revision 1.1  2003/03/20 22:54:25  qboosh
+- new
================================================================



More information about the pld-cvs-commit mailing list