rpms/projectM-jack/F-9 import.log, NONE, 1.1 projectM-jack.desktop.patch, NONE, 1.1 projectM-jack.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jameson Pugh imntreal at fedoraproject.org
Fri Nov 14 06:27:54 UTC 2008


Author: imntreal

Update of /cvs/pkgs/rpms/projectM-jack/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13140/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log projectM-jack.desktop.patch projectM-jack.spec 
Log Message:
Initial commit



--- NEW FILE import.log ---
projectM-jack-1_2_0-4_fc9:F-9:projectM-jack-1.2.0-4.fc9.src.rpm:1226644010

projectM-jack.desktop.patch:

--- NEW FILE projectM-jack.desktop.patch ---
--- projectM-jack-1.2.0-orig/projectM-jack.desktop	2008-11-06 21:23:07.000000000 -0500
+++ projectM-jack-1.2.0/projectM-jack.desktop	2008-11-11 20:16:57.000000000 -0500
@@ -1,8 +1,10 @@
 [Desktop Entry]
 Name=projectM-jack
-Comment=A milkdrop based music visualizer using jack audio with a Qt4 gui
+GenericName=JACK Audio Visualization
+Comment=A milkdrop based music visualizer using JACK audio with a Qt4 gui
 Exec=/usr/bin/projectM-jack
 Icon=prjm16-transparent.svg
 Type=Application
-Categories=Application;AudioVideo;Audio;
-
+Categories=AudioVideo;Audio;
+Encoding=UTF-8
+Terminal=false


--- NEW FILE projectM-jack.spec ---
Name:		projectM-jack
Version:	1.2.0
Release:	4%{?dist}
Summary:	The projectM visualization plugin for jack
Group:		Applications/Multimedia
License:	GPLv2+ and MIT
URL:		http://projectm.sourceforge.net/
Source0:	http://downloads.sourceforge.net/projectm/%{name}-%{version}.tar.bz2
#Fix up .desktop file:
Patch0:		projectM-jack.desktop.patch

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	cmake, libprojectM-qt-devel, jack-audio-connection-kit-devel, desktop-file-utils

%description
This package allows the use of the projectM visualization plugin through any
JACK compatible applications.

%prep
%setup -q
%patch0 -p1

%build
%cmake .
make %{?_smp_mflags} VERBOSE=1


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop

%changelog
* Tue Nov 11 2008 Jameeson Pugh (imntreal at gmail.com) - 1.2.0-4
- Updated desktop file
- Removed line to delete la files

* Thu Nov 6 2008 Jameson Pugh (imntreal at gmail.com) - 1.2.0-3
- Cleaned up Requires
- Added a patch to fix up the desktop file

* Thu Nov 6 2008 Jameson Pugh (imntreal at gmail.com) - 1.2.0-2
- Fixed SOURCE0
- Added VERBOSE=1 to make line
- Added cmake to BR line

* Wed Sep 3 2008 Jameson Pugh <imntreal at gmail.com> - 1.2.0-1
- Initial public release of the package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/projectM-jack/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Nov 2008 05:44:51 -0000	1.1
+++ .cvsignore	14 Nov 2008 06:27:23 -0000	1.2
@@ -0,0 +1 @@
+projectM-jack-1.2.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/projectM-jack/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Nov 2008 05:44:51 -0000	1.1
+++ sources	14 Nov 2008 06:27:23 -0000	1.2
@@ -0,0 +1 @@
+0b033d8535fe7959ccfa4fc6c431ce58  projectM-jack-1.2.0.tar.bz2




More information about the scm-commits mailing list