rpms/minidlna/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/minidlna/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsP20162/rpms/minidlna/devel
Log Message:
Directory /cvs/free/rpms/minidlna/devel added to the repository
12 years, 10 months
rpms/minidlna - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/minidlna
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsP20162/rpms/minidlna
Log Message:
Directory /cvs/free/rpms/minidlna added to the repository
12 years, 10 months
rpms/acoustid-fingerprinter/devel acoustid-fingerprinter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Ismael Olea
Author: olea
Update of /cvs/free/rpms/acoustid-fingerprinter/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12117/devel
Modified Files:
.cvsignore sources
Added Files:
acoustid-fingerprinter.spec
Log Message:
Importing
--- NEW FILE acoustid-fingerprinter.spec ---
Name: acoustid-fingerprinter
Version: 0.5.1
Release: 1%{?dist}
Summary: Music AcoustID fingerprinting application
Group: System Environment/Libraries
License: GPLv2+
URL: http://acoustid.org/fingerprinter
Source: https://github.com/downloads/lalinsky/%{name}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: qt4-devel
BuildRequires: ffmpeg-devel
BuildRequires: taglib-devel
BuildRequires: desktop-file-utils
BuildRequires: libchromaprint-devel
Requires: hicolor-icon-theme
%description
Acoustid fingerprinter is a cross-platform GUI application that uses
Chromaprint to submit audio fingerprints from your music collection
to the Acoustid database. Only tagged audio files are submitted.
Files tagged by MusicBrainz applications such as Picard are preferred,
but it will submit fingerprints for any files that have tags such as
track title, artist name, album name, etc.
%prep
%setup -q
%build
%cmake -DCMAKE_BUILD_TYPE=Debug
# removing the -O3 optimization flag for the release building type
sed -i "s/-O3 -DNDEBUG//g" CMakeCache.txt
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
install -d -m755 %{buildroot}%{_datadir}/applications
desktop-file-install \
--delete-original \
--remove-key Encoding \
--dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop
install -p -D -m 0644 images/%{name}.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
%postun
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
%posttrans
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%doc CHANGES.txt COPYING.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%changelog
* Sat Jan 14 2012 Ismael Olea <ismael(a)olea.org> - 0.5.1-1
- updated to 0.5.1
- desktop svg icon now provided upstream
- fix-contenttypeheader.patch included in upstream
- Now CMAKE configured for Debug release -> better debuginfo
- added update-mime-database scriptlets
* Wed Jan 4 2012 Ismael Olea <ismael(a)olea.org> - 0.5-2
- upstream now includes desktop file
- patch0 fixes https://github.com/lalinsky/acoustid-fingerprinter/issues/3
- removing the -O3 optimization flag for the release building type
- more spec cleaning
* Sun Jan 1 2012 Ismael Olea <ismael(a)olea.org> - 0.5-1
- update to 0.5
- minor spec cleaning
* Thu Nov 18 2011 Ismael Olea <ismael(a)olea.org> - 0.4-1
- first version for Fedora
Index: sources
===================================================================
RCS file: /cvs/free/rpms/acoustid-fingerprinter/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Jan 2012 20:38:01 -0000 1.1
+++ sources 19 Jan 2012 10:00:06 -0000 1.2
@@ -0,0 +1 @@
+12f89892168b1774a48944b85edf13f0 acoustid-fingerprinter-0.5.1.tar.gz
12 years, 10 months
rpms/acoustid-fingerprinter/F-16 acoustid-fingerprinter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Ismael Olea
Author: olea
Update of /cvs/free/rpms/acoustid-fingerprinter/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11712/F-16
Modified Files:
.cvsignore sources
Added Files:
acoustid-fingerprinter.spec
Log Message:
Importing
--- NEW FILE acoustid-fingerprinter.spec ---
Name: acoustid-fingerprinter
Version: 0.5.1
Release: 1%{?dist}
Summary: Music AcoustID fingerprinting application
Group: System Environment/Libraries
License: GPLv2+
URL: http://acoustid.org/fingerprinter
Source: https://github.com/downloads/lalinsky/%{name}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: qt4-devel
BuildRequires: ffmpeg-devel
BuildRequires: taglib-devel
BuildRequires: desktop-file-utils
BuildRequires: libchromaprint-devel
Requires: hicolor-icon-theme
%description
Acoustid fingerprinter is a cross-platform GUI application that uses
Chromaprint to submit audio fingerprints from your music collection
to the Acoustid database. Only tagged audio files are submitted.
Files tagged by MusicBrainz applications such as Picard are preferred,
but it will submit fingerprints for any files that have tags such as
track title, artist name, album name, etc.
%prep
%setup -q
%build
%cmake -DCMAKE_BUILD_TYPE=Debug
# removing the -O3 optimization flag for the release building type
sed -i "s/-O3 -DNDEBUG//g" CMakeCache.txt
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
install -d -m755 %{buildroot}%{_datadir}/applications
desktop-file-install \
--delete-original \
--remove-key Encoding \
--dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop
install -p -D -m 0644 images/%{name}.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
%postun
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
%posttrans
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%doc CHANGES.txt COPYING.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%changelog
* Sat Jan 14 2012 Ismael Olea <ismael(a)olea.org> - 0.5.1-1
- updated to 0.5.1
- desktop svg icon now provided upstream
- fix-contenttypeheader.patch included in upstream
- Now CMAKE configured for Debug release -> better debuginfo
- added update-mime-database scriptlets
* Wed Jan 4 2012 Ismael Olea <ismael(a)olea.org> - 0.5-2
- upstream now includes desktop file
- patch0 fixes https://github.com/lalinsky/acoustid-fingerprinter/issues/3
- removing the -O3 optimization flag for the release building type
- more spec cleaning
* Sun Jan 1 2012 Ismael Olea <ismael(a)olea.org> - 0.5-1
- update to 0.5
- minor spec cleaning
* Thu Nov 18 2011 Ismael Olea <ismael(a)olea.org> - 0.4-1
- first version for Fedora
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/acoustid-fingerprinter/F-16/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Jan 2012 20:38:01 -0000 1.1
+++ .cvsignore 19 Jan 2012 09:57:49 -0000 1.2
@@ -0,0 +1 @@
+acoustid-fingerprinter-0.5.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/acoustid-fingerprinter/F-16/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Jan 2012 20:38:01 -0000 1.1
+++ sources 19 Jan 2012 09:57:51 -0000 1.2
@@ -0,0 +1 @@
+12f89892168b1774a48944b85edf13f0 acoustid-fingerprinter-0.5.1.tar.gz
12 years, 10 months
rpms/acoustid-fingerprinter/F-15 acoustid-fingerprinter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Ismael Olea
Author: olea
Update of /cvs/free/rpms/acoustid-fingerprinter/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11455/F-15
Modified Files:
.cvsignore sources
Added Files:
acoustid-fingerprinter.spec
Log Message:
Importing
--- NEW FILE acoustid-fingerprinter.spec ---
Name: acoustid-fingerprinter
Version: 0.5.1
Release: 1%{?dist}
Summary: Music AcoustID fingerprinting application
Group: System Environment/Libraries
License: GPLv2+
URL: http://acoustid.org/fingerprinter
Source: https://github.com/downloads/lalinsky/%{name}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: qt4-devel
BuildRequires: ffmpeg-devel
BuildRequires: taglib-devel
BuildRequires: desktop-file-utils
BuildRequires: libchromaprint-devel
Requires: hicolor-icon-theme
%description
Acoustid fingerprinter is a cross-platform GUI application that uses
Chromaprint to submit audio fingerprints from your music collection
to the Acoustid database. Only tagged audio files are submitted.
Files tagged by MusicBrainz applications such as Picard are preferred,
but it will submit fingerprints for any files that have tags such as
track title, artist name, album name, etc.
%prep
%setup -q
%build
%cmake -DCMAKE_BUILD_TYPE=Debug
# removing the -O3 optimization flag for the release building type
sed -i "s/-O3 -DNDEBUG//g" CMakeCache.txt
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
install -d -m755 %{buildroot}%{_datadir}/applications
desktop-file-install \
--delete-original \
--remove-key Encoding \
--dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop
install -p -D -m 0644 images/%{name}.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
%postun
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
%posttrans
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%doc CHANGES.txt COPYING.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%changelog
* Sat Jan 14 2012 Ismael Olea <ismael(a)olea.org> - 0.5.1-1
- updated to 0.5.1
- desktop svg icon now provided upstream
- fix-contenttypeheader.patch included in upstream
- Now CMAKE configured for Debug release -> better debuginfo
- added update-mime-database scriptlets
* Wed Jan 4 2012 Ismael Olea <ismael(a)olea.org> - 0.5-2
- upstream now includes desktop file
- patch0 fixes https://github.com/lalinsky/acoustid-fingerprinter/issues/3
- removing the -O3 optimization flag for the release building type
- more spec cleaning
* Sun Jan 1 2012 Ismael Olea <ismael(a)olea.org> - 0.5-1
- update to 0.5
- minor spec cleaning
* Thu Nov 18 2011 Ismael Olea <ismael(a)olea.org> - 0.4-1
- first version for Fedora
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/acoustid-fingerprinter/F-15/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Jan 2012 20:38:01 -0000 1.1
+++ .cvsignore 19 Jan 2012 09:56:41 -0000 1.2
@@ -0,0 +1 @@
+acoustid-fingerprinter-0.5.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/acoustid-fingerprinter/F-15/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Jan 2012 20:38:01 -0000 1.1
+++ sources 19 Jan 2012 09:56:41 -0000 1.2
@@ -0,0 +1 @@
+12f89892168b1774a48944b85edf13f0 acoustid-fingerprinter-0.5.1.tar.gz
12 years, 10 months
rpms/chromaprint-tools/F-15 chromaprint-tools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Ismael Olea
Author: olea
Update of /cvs/free/rpms/chromaprint-tools/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10942/F-15
Modified Files:
.cvsignore sources
Added Files:
chromaprint-tools.spec
Log Message:
Importing
--- NEW FILE chromaprint-tools.spec ---
Name: chromaprint-tools
Version: 0.6
Release: 3%{?dist}
Summary: Chromaprint audio fingerprinting tools
Group: Applications/Multimedia
License: LGPLv2+
URL: http://www.acoustid.org/chromaprint/
Source: https://github.com/downloads/lalinsky/chromaprint/chromaprint-%{version}....
BuildRequires: cmake
BuildRequires: fftw-devel >= 3
# examples requires ffmpeg
BuildRequires: ffmpeg-devel
%description
Chromaprint library is the core component of the AcoustID project. It's a
client-side library that implements a custom algorithm for extracting
fingerprints from raw audio sources.
This is a set of Chromaprint tools related to acoustic fingerprinting,
featuring fpcalc, an standalone AcoustID tool used by Picard.
%prep
%setup -q -n chromaprint-%{version}
%build
%cmake -DBUILD_EXAMPLES=on -DBUILD_TESTS=off
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
# cleaning files managed in the chromaprint main package
rm -f %{buildroot}%{_includedir}/chromaprint.h
rm -f %{buildroot}%{_libdir}/pkgconfig/libchromaprint.pc
rm -f %{buildroot}%{_libdir}/lib*.la
rm -f %{buildroot}%{_libdir}/lib*.so*
%files
%doc CHANGES.txt COPYING.txt NEWS.txt README.txt
%{_bindir}/fpcalc
%changelog
* Sat Jan 14 2012 Ismael Olea <ismael(a)olea.org> - 0.6-3
- using %cmake macro
* Wed Jan 4 2012 Ismael Olea <ismael(a)olea.org> - 0.6-2
- minor spec cleaning
* Tue Dec 27 2011 Ismael Olea <ismael(a)olea.org> - 0.6-1
- update to 0.6
- spec cleaning
* Thu Nov 18 2011 Ismael Olea <ismael(a)olea.org> - 0.5-2
- first version for RPM-Fusion
- renaming into chromaprint-tools
* Thu Nov 10 2011 Ismael Olea <ismael(a)olea.org> - 0.5-1
- update to 0.5
- subpackage for fpcalc
* Sat Aug 06 2011 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.4-1
- Initial package
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/chromaprint-tools/F-15/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Jan 2012 20:32:19 -0000 1.1
+++ .cvsignore 19 Jan 2012 09:54:39 -0000 1.2
@@ -0,0 +1 @@
+chromaprint-0.6.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/chromaprint-tools/F-15/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Jan 2012 20:32:19 -0000 1.1
+++ sources 19 Jan 2012 09:54:39 -0000 1.2
@@ -0,0 +1 @@
+6b5a4f2685395e68d8abc40d1c2a8785 chromaprint-0.6.tar.gz
12 years, 10 months
rpms/chromaprint-tools/F-16 chromaprint-tools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Ismael Olea
Author: olea
Update of /cvs/free/rpms/chromaprint-tools/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10593/F-16
Modified Files:
.cvsignore sources
Added Files:
chromaprint-tools.spec
Log Message:
Importing
--- NEW FILE chromaprint-tools.spec ---
Name: chromaprint-tools
Version: 0.6
Release: 3%{?dist}
Summary: Chromaprint audio fingerprinting tools
Group: Applications/Multimedia
License: LGPLv2+
URL: http://www.acoustid.org/chromaprint/
Source: https://github.com/downloads/lalinsky/chromaprint/chromaprint-%{version}....
BuildRequires: cmake
BuildRequires: fftw-devel >= 3
# examples requires ffmpeg
BuildRequires: ffmpeg-devel
%description
Chromaprint library is the core component of the AcoustID project. It's a
client-side library that implements a custom algorithm for extracting
fingerprints from raw audio sources.
This is a set of Chromaprint tools related to acoustic fingerprinting,
featuring fpcalc, an standalone AcoustID tool used by Picard.
%prep
%setup -q -n chromaprint-%{version}
%build
%cmake -DBUILD_EXAMPLES=on -DBUILD_TESTS=off
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
# cleaning files managed in the chromaprint main package
rm -f %{buildroot}%{_includedir}/chromaprint.h
rm -f %{buildroot}%{_libdir}/pkgconfig/libchromaprint.pc
rm -f %{buildroot}%{_libdir}/lib*.la
rm -f %{buildroot}%{_libdir}/lib*.so*
%files
%doc CHANGES.txt COPYING.txt NEWS.txt README.txt
%{_bindir}/fpcalc
%changelog
* Sat Jan 14 2012 Ismael Olea <ismael(a)olea.org> - 0.6-3
- using %cmake macro
* Wed Jan 4 2012 Ismael Olea <ismael(a)olea.org> - 0.6-2
- minor spec cleaning
* Tue Dec 27 2011 Ismael Olea <ismael(a)olea.org> - 0.6-1
- update to 0.6
- spec cleaning
* Thu Nov 18 2011 Ismael Olea <ismael(a)olea.org> - 0.5-2
- first version for RPM-Fusion
- renaming into chromaprint-tools
* Thu Nov 10 2011 Ismael Olea <ismael(a)olea.org> - 0.5-1
- update to 0.5
- subpackage for fpcalc
* Sat Aug 06 2011 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.4-1
- Initial package
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/chromaprint-tools/F-16/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Jan 2012 20:32:19 -0000 1.1
+++ .cvsignore 19 Jan 2012 09:53:13 -0000 1.2
@@ -0,0 +1 @@
+chromaprint-0.6.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/chromaprint-tools/F-16/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Jan 2012 20:32:19 -0000 1.1
+++ sources 19 Jan 2012 09:53:13 -0000 1.2
@@ -0,0 +1 @@
+6b5a4f2685395e68d8abc40d1c2a8785 chromaprint-0.6.tar.gz
12 years, 10 months
rpms/chromaprint-tools/devel chromaprint-tools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Ismael Olea
Author: olea
Update of /cvs/free/rpms/chromaprint-tools/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10382/devel
Modified Files:
.cvsignore sources
Added Files:
chromaprint-tools.spec
Log Message:
Importing
--- NEW FILE chromaprint-tools.spec ---
Name: chromaprint-tools
Version: 0.6
Release: 3%{?dist}
Summary: Chromaprint audio fingerprinting tools
Group: Applications/Multimedia
License: LGPLv2+
URL: http://www.acoustid.org/chromaprint/
Source: https://github.com/downloads/lalinsky/chromaprint/chromaprint-%{version}....
BuildRequires: cmake
BuildRequires: fftw-devel >= 3
# examples requires ffmpeg
BuildRequires: ffmpeg-devel
%description
Chromaprint library is the core component of the AcoustID project. It's a
client-side library that implements a custom algorithm for extracting
fingerprints from raw audio sources.
This is a set of Chromaprint tools related to acoustic fingerprinting,
featuring fpcalc, an standalone AcoustID tool used by Picard.
%prep
%setup -q -n chromaprint-%{version}
%build
%cmake -DBUILD_EXAMPLES=on -DBUILD_TESTS=off
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
# cleaning files managed in the chromaprint main package
rm -f %{buildroot}%{_includedir}/chromaprint.h
rm -f %{buildroot}%{_libdir}/pkgconfig/libchromaprint.pc
rm -f %{buildroot}%{_libdir}/lib*.la
rm -f %{buildroot}%{_libdir}/lib*.so*
%files
%doc CHANGES.txt COPYING.txt NEWS.txt README.txt
%{_bindir}/fpcalc
%changelog
* Sat Jan 14 2012 Ismael Olea <ismael(a)olea.org> - 0.6-3
- using %cmake macro
* Wed Jan 4 2012 Ismael Olea <ismael(a)olea.org> - 0.6-2
- minor spec cleaning
* Tue Dec 27 2011 Ismael Olea <ismael(a)olea.org> - 0.6-1
- update to 0.6
- spec cleaning
* Thu Nov 18 2011 Ismael Olea <ismael(a)olea.org> - 0.5-2
- first version for RPM-Fusion
- renaming into chromaprint-tools
* Thu Nov 10 2011 Ismael Olea <ismael(a)olea.org> - 0.5-1
- update to 0.5
- subpackage for fpcalc
* Sat Aug 06 2011 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.4-1
- Initial package
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/chromaprint-tools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Jan 2012 20:32:19 -0000 1.1
+++ .cvsignore 19 Jan 2012 09:52:00 -0000 1.2
@@ -0,0 +1 @@
+chromaprint-0.6.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/chromaprint-tools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Jan 2012 20:32:19 -0000 1.1
+++ sources 19 Jan 2012 09:52:00 -0000 1.2
@@ -0,0 +1 @@
+6b5a4f2685395e68d8abc40d1c2a8785 chromaprint-0.6.tar.gz
12 years, 10 months
rpms/acoustid-fingerprinter/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/acoustid-fingerprinter/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsh27931/rpms/acoustid-fingerprinter/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module acoustid-fingerprinter
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: acoustid-fingerprinter
# $Id: Makefile,v 1.1 2012/01/18 20:38:01 kwizart Exp $
NAME := acoustid-fingerprinter
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
12 years, 10 months
rpms/acoustid-fingerprinter Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/acoustid-fingerprinter
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsh27931/rpms/acoustid-fingerprinter
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module acoustid-fingerprinter
--- NEW FILE Makefile ---
# Top level Makefile for module acoustid-fingerprinter
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
12 years, 10 months