mamba2 milestone rebuild [release 2.3.8-1mamba2;Tue May 07 2013]

This commit is contained in:
Silvan Calarco 2024-01-06 00:23:51 +01:00
parent bbef8efc39
commit 940e0db387
3 changed files with 107 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# k9copy
K9Copy is a small utility which allows the copy of DVD on Linux.

View File

@ -0,0 +1,11 @@
diff -Nru k9copy-1.2.4.orig/src/k9copy.desktop k9copy-1.2.4/src/k9copy.desktop
--- k9copy-1.2.4.orig/k9copy.desktop 2008-10-26 08:43:47.000000000 +0100
+++ k9copy-1.2.4/k9copy.desktop 2008-12-12 03:12:19.000000000 +0100
@@ -8,6 +8,7 @@
Comment[tr]=DVD9 DVD5 yedekleme aracı
GenericName=Video DVD Backup
GenericName[fr]=Backup de DVD Video
+GenericName[it]=Backup di DVD Video
GenericName[tr]=DVD Vidyo Yedekleme Aracı
MimeTypes=
Terminal=false

94
k9copy.spec Normal file
View File

@ -0,0 +1,94 @@
Summary: DVD9 to DVD5 backup utility
Name: k9copy
Version: 2.3.8
Release: 1mamba2
Group: Graphical Desktop/Applications/Multimedia
Distribution: openmamba
Vendor: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://k9copy.sourceforge.net
Source: http://downloads.sourceforge.net/project/k9copy/k9copy-kde4/%{version}/k9copy-%{version}-Source.tar.gz
Patch: %{name}-2.3.7-desktopfile.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: kdelibs-devel
BuildRequires: libgcc
BuildRequires: libmpeg2-devel
BuildRequires: libphonon-devel
BuildRequires: libqt4-devel
BuildRequires: libstdc++6-devel
BuildRequires: libX11-devel
BuildRequires: libxine1-devel
## AUTOBUILDREQ-END
BuildConflicts: hal-devel
Requires: mencoder
Requires: dvd+rw-tools
Requires: dvdauthor
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
K9Copy is a small utility which allows the copy of DVD on Linux.
%prep
%setup -q -n %{name}-%{version}%{?pln}-Source
%patch -p1
%build
%cmake_kde4
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
install -d %{buildroot}%{_kdedatadir}/applications/kde
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root,-)
%{_kde4_bindir}/k9copy
%{_kde4_bindir}/k9play
%{_kde4_bindir}/k9xineplayer
%dir %{_kde4_datadir}/k9copy
%{_kde4_datadir}/k9copy/*
%{_kde4_datadir}/solid/actions/k9copy*.desktop
%{_kde4_xdgappsdir}/%{name}.desktop
%{_kde4_xdgappsdir}/%{name}_assistant.desktop
%{_kde4_icondir}/hicolor/*/apps/*.png
%dir %{_kde4_htmldir}/en/k9copy
%{_kde4_htmldir}/en/k9copy/*
%doc COPYING
%changelog
* Tue May 07 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.8-1mamba2
- mamba2 milestone rebuild
* Thu Dec 20 2012 Automatic Build System <autodist@mambasoft.it> 2.3.8-1mamba
- automatic version update by autodist
* Thu Jul 21 2011 Automatic Build System <autodist@mambasoft.it> 2.3.7-1mamba
- update to 2.3.7
* Mon May 18 2009 Automatic Build System <autodist@mambasoft.it> 1.2.4-3mamba
- automatic rebuild by autodist
* Fri Dec 12 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-1mamba
- update to 1.2.4
* Tue Apr 10 2007 Davide Madrisan <davide.madrisan@gmail.com> 1.1.1-1mamba
- update to version 1.1.1-3 by autospec
- added runtime requirements for mencoder, growisofs, and dvdauthor
* Wed Jun 15 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.3b-2qilnx
- removed duplicated menu entry
* Tue Jun 14 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.3b-1qilnx
- new version
* Wed May 18 2005 Matteo Bernasconi <voyagernm@virgilio.it> 0.2-1qilnx
- first build