update to 2.4_7 [release 2.4_7-1mamba;Tue Feb 17 2026]
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
|
||||
AcetoneISO2, is a feature-rich and complete software application to manage CD/DVD images. Thanks to powerful open source tools such as fuseiso, AcetoneISO2 will let You mount typical proprietary images formats of the Windows world such as ISO BIN NRG MDF IMG and do plenty of other things. Everything will be done inside a handy GUI.
|
||||
|
||||
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
diff -ru acetoneiso_2.2.1/acetoneiso/sources/erase_cd.cpp acetoneiso_2.2.1.patched/acetoneiso/sources/erase_cd.cpp
|
||||
--- acetoneiso_2.2.1/acetoneiso/sources/erase_cd.cpp 2009-11-04 01:31:58.000000000 +0100
|
||||
+++ acetoneiso_2.2.1.patched/acetoneiso/sources/erase_cd.cpp 2010-02-04 18:26:07.000000000 +0100
|
||||
@@ -15,8 +15,8 @@
|
||||
#include <QtGui>
|
||||
#include <QCoreApplication>
|
||||
#include <QByteArray>
|
||||
-#include <Phonon/MediaObject>
|
||||
-#include <Phonon/AudioOutput>
|
||||
+#include <phonon/MediaObject>
|
||||
+#include <phonon/AudioOutput>
|
||||
#include <QProcess>
|
||||
#include <QDBusConnection>
|
||||
#include <QDBusInterface>
|
||||
diff -ru acetoneiso_2.2.1/acetoneiso/sources/erase_cd.h acetoneiso_2.2.1.patched/acetoneiso/sources/erase_cd.h
|
||||
--- acetoneiso_2.2.1/acetoneiso/sources/erase_cd.h 2009-11-04 01:31:58.000000000 +0100
|
||||
+++ acetoneiso_2.2.1.patched/acetoneiso/sources/erase_cd.h 2010-02-04 18:27:03.000000000 +0100
|
||||
@@ -18,8 +18,8 @@
|
||||
#ifndef ERASE_CD_H
|
||||
#define ERASE_CD_H
|
||||
#include <QFile>
|
||||
-#include <Phonon/MediaObject>
|
||||
-#include <Phonon/AudioOutput>
|
||||
+#include <phonon/MediaObject>
|
||||
+#include <phonon/AudioOutput>
|
||||
#include <QProcess>
|
||||
#include <QByteArray>
|
||||
#include <QDialog>
|
||||
diff -ru acetoneiso_2.2.1/acetoneiso/sources/erase_dvd.cpp acetoneiso_2.2.1.patched/acetoneiso/sources/erase_dvd.cpp
|
||||
--- acetoneiso_2.2.1/acetoneiso/sources/erase_dvd.cpp 2009-11-04 01:31:58.000000000 +0100
|
||||
+++ acetoneiso_2.2.1.patched/acetoneiso/sources/erase_dvd.cpp 2010-02-04 18:27:14.000000000 +0100
|
||||
@@ -23,8 +23,8 @@
|
||||
#include <fcntl.h>
|
||||
#include <iostream>
|
||||
#include <QDebug>
|
||||
-#include <Phonon/MediaObject>
|
||||
-#include <Phonon/AudioOutput>
|
||||
+#include <phonon/MediaObject>
|
||||
+#include <phonon/AudioOutput>
|
||||
#include "erase_dvd.h"
|
||||
|
||||
/*
|
||||
@@ -1,25 +1,26 @@
|
||||
%define pkgver %(echo %version | cut -d_ -f1)
|
||||
%define debian_ver %(echo %version | tr _ -)
|
||||
Name: acetoneiso
|
||||
Version: 2.4_3
|
||||
Version: 2.4_7
|
||||
Release: 1mamba
|
||||
Summary: The CD/DVD image manipulator for Linux
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
Packager: Silvan Calarco <silvan@openmamba.org>
|
||||
URL: https://sourceforge.net/projects/acetoneiso
|
||||
Source: http://deb.debian.org/debian/pool/main/a/acetoneiso/acetoneiso_%{pkgver}.orig.tar.gz
|
||||
Source1: http://deb.debian.org/debian/pool/main/a/acetoneiso/acetoneiso_%{debian_ver}.debian.tar.xz
|
||||
Patch0: %{name}-2.2.1-phonon_includes.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5WebKit-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5DBus
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: pinentry-qt
|
||||
@@ -35,11 +36,9 @@ Obsoletes: acetoneiso2 < 2.4-1mamba
|
||||
%description
|
||||
AcetoneISO2, is a feature-rich and complete software application to manage CD/DVD images. Thanks to powerful open source tools such as fuseiso, AcetoneISO2 will let You mount typical proprietary images formats of the Windows world such as ISO BIN NRG MDF IMG and do plenty of other things. Everything will be done inside a handy GUI.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}%{pkgver} -a1
|
||||
#%patch0 -p1
|
||||
cat debian/patches/series | while read line; do
|
||||
cat debian/patches/$line | patch -p1
|
||||
done
|
||||
@@ -108,6 +107,9 @@ __OLD
|
||||
%doc AUTHORS LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Feb 17 2026 Silvan Calarco <silvan@openmamba.org> 2.4_7-1mamba
|
||||
- update to 2.4_7
|
||||
|
||||
* Fri Dec 08 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4_3-1mamba
|
||||
- update to 2.4_3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user