Author Topic: <tested / solved>need testers for simpleburn update  (Read 985 times)

Online ghostbunny

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1164
<tested / solved>need testers for simpleburn update
« on: January 10, 2012, 02:31:48 PM »
Hi guys,

i need some feed back for the simpleburn update. i dont have empty CDs to burn or CD-RW to erase. and i dont wanna buy some :P

here is the 32bit package
for the guys with 64bit here is the srpm

Thanks in advance
ghostbunny

edit: links removed testing is over
« Last Edit: February 04, 2012, 05:36:50 AM by ghostbunny »
The full life is a big mess

PS:
I'm German. Sorry because of possible mistakes in my written messages xD


Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: need testers for simpleburn update
« Reply #1 on: January 10, 2012, 03:03:34 PM »
Testing. 1, 2, 3. Trying it out with all my CDRWs.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Online ghostbunny

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1164
Re: need testers for simpleburn update
« Reply #2 on: January 12, 2012, 07:23:36 AM »
Hi guys,

i've tested today the ripping functions for music cds and video dvds both work now, but i had to add some (build)requirements in the specfile.

so please use the links above again i updated the files.

djohnston did you got some results? or are you still deleting CDRWs ;D :D ;D


another question to all packagers how to change the 2011 in package name to 2012 surely a noobie question but i dont found a solution ;D ;D
« Last Edit: January 12, 2012, 07:36:09 AM by ghostbunny »
The full life is a big mess

PS:
I'm German. Sorry because of possible mistakes in my written messages xD


Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: need testers for simpleburn update
« Reply #3 on: January 12, 2012, 10:43:34 AM »

djohnston did you got some results? or are you still deleting CDRWs ;D :D ;D


I'm still testing, but I was using the older package. I'll have to download and install the newer one. So far, I have no errors to report. My CDRW tests are done. I don't have any blank CDRs, so I'll test some blank DVDRs.

The only thing missing from this package is the ability to see or change the burn speed of the CD/DVD. Yes, I know, it's "SimpleBurn".
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: need testers for simpleburn update
« Reply #4 on: January 12, 2012, 10:56:37 AM »
Hi guys,
....
another question to all packagers how to change the 2011 in package name to 2012 surely a noobie question but i dont found a solution ;D ;D

This is a big secret (  :P ). Look in /etc/rpm/macros.d/pclinuxos-release.macros ...

Online ghostbunny

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1164
Re: need testers for simpleburn update
« Reply #5 on: January 12, 2012, 12:01:36 PM »
I'll have to download and install the newer one.


it's not necessary if you test the burning features. The added requirements are all necessary for the cd and dvd ripping function, i do not change things for the burning feaatures.


Hi guys,
....
another question to all packagers how to change the 2011 in package name to 2012 surely a noobie question but i dont found a solution ;D ;D

This is a big secret (  :P ). Look in /etc/rpm/macros.d/pclinuxos-release.macros ...


Thank you leiche i change all entrys in the file to 2012


PS:
djohnston many thanks for testing the package
« Last Edit: January 12, 2012, 12:04:15 PM by ghostbunny »
The full life is a big mess

PS:
I'm German. Sorry because of possible mistakes in my written messages xD


Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: need testers for simpleburn update
« Reply #6 on: January 12, 2012, 12:12:24 PM »
Okay my friend add some build requires, where not found on my sys. Please use this specfile

Code: [Select]
%define name   simpleburn
%define version 1.6.3
%define release %mkrel 1

Summary: SimpleBurn is a basic burning tool for CDs and DVDs.
Summary(de): SimpleBurn Werkzeug zum Brennen von CDs und DVDs.
Name: %{name}
Version: %{version}
Release: %{release}
Group:   Archiving/Cd burning
License: CeCILL
URL: http://sallu.tuxfamily.org/Home/
Source: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: cmake gtk2-devel
BuildRequires: ImageMagick
BuildRequires: %{_lib}cdio-devel
Requires:  %{_lib}glade2.0_0
Requires:  %{_lib}gtk+2.0_0
Requires:  udev
Requires:  cdrkit
Requires:  vorbis-tools
Requires:  mpg123
Requires:  flac
Requires:  normalize
Requires:  cdrkit-icedax
Requires:  mencoder
Requires:  mplayer
Obsoletes:  %name < %version


%description
SimpleBurn is a basic burning application for CDs and DVDs.

#german
%description -l de
SimpleBurn ist ein grundlegendes Werkzeug für das Brennen von CDs und DVDs.

%prep
%setup -q

%build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DUSE_UDEV=ON

%install
rm -rf %{buildroot}
%makeinstall_std

# install icons
mkdir -p %buildroot{%_iconsdir,%_liconsdir,%_miconsdir}
install -m 0644 src/*.png %{buildroot}%_miconsdir/%{name}.png
install -m 0644 src/*.png %{buildroot}%_iconsdir/%{name}.png
install -m 0644 src/*.png %{buildroot}%_liconsdir/%{name}.png

# resize icons
convert %{buildroot}%_miconsdir/%{name}.png -resize 16x16 %{buildroot}%_miconsdir/%{name}.png
convert %{buildroot}%_iconsdir/%{name}.png -resize 32x32 %{buildroot}%_iconsdir/%{name}.png
convert %{buildroot}%_liconsdir/%{name}.png -resize 48x48 %{buildroot}%_liconsdir/%{name}.png

# menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=SimpleBurn
Comment=Burning tool for CDs and DVDs.
Comment[de]=Brennprogramm für CDs und DVDs.
Exec=%name
Icon=%name
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;DiscBurning;X-MandrivaLinux-System-Archiving-CDBurning;
EOF


rm -rf %{buildroot}/usr/doc/

%find_lang %{name}

%clean
rm -rf %{buildroot}

%post
%{update_menus}
%{update_desktop_database}

%postun
%{clean_menus}
%{clean_desktop_database}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc doc/*
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}*
%{_datadir}/pixmaps/*.png
%_miconsdir/%{name}.png
%_iconsdir/%{name}.png
%_liconsdir/%{name}.png

%changelog
* Tue Jan 10 2012 ghostbunny <hmhaase@pclinuxosusers.de> 1.6.3-1pclos2012
- update to 1.6.3
- corrected german description and summary
- added german comment in the .desktop file
- added BuildRequires ImageMagick for resizing the icons
- added Requires for flac, mencoder, mplayer, cdrkit-icedax for video and audio ripping

* Fri Jul 09 2010 slick50 <lgator@gmail.com> 1.5.2-1pclos2010
- 1.5.2

* Wed Jun 23 2010 slick50 <lgator@gmail.com> 1.5.1-1pclos2010
- 1.5.1

* Thu Apr 01 2010 slick50 <lgator@gmail.com> 1.5.0-1pclos2010
- new release 1.5.0

* Sat Jan 09 2010 slick50 <lgator@gmail.com> 1.4.0-1pclos2010
- new release 1.4.0

* Sun Nov 29 2009 slick50 <lgator@gmail.com> 1.3.1-1pclos2010
- new release 1.3.1

* Thu Nov 19 2009 slick50 <lgator@gmail.com> 1.3.0-1pclos2010
- new release 1.3.0

* Fri Nov 06 2009 slick50 <lgator@gmail.com> 1.2.3-1pclos2010
- new release 1.2.3

* Thu Oct 22 2009 slick50 <lgator@gmail.com> 1.2.2-1pclos2010
- new release 1.2.2

* Wed Sep 16 2009 slick50 <lgator@gmail.com> 1.2.1-1pclos2009
- new release 1.2.1

* Tue May 12 2009 slick50 <lgator@gmail.com> 1.2.0stable-1pclos2009
- 1.2.0stable

* Mon Apr 27 2009 slick50 <lgator@gmail.com> 1.2.0beta1-1pclos2009
- 1.2.0beta1

* Tue Feb 09 2009 slick50 <lgator@gmail.com> 1.0.5-1pclos2007
-initial pkg


now i testing on my testing system...


EDIT: audio ripping works so far well ...  ;),
now ripping video...

EDIT II: it ripped subtitle, but i've don't set it.
The other side is,... it makes so far a good job, can be better, choose high qualität, but it isn't really high, maybe highest will better work...
My result for video ripping a no go
My 2 cents
« Last Edit: January 12, 2012, 12:56:56 PM by Leiche »

Online ghostbunny

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1164
Re: need testers for simpleburn update
« Reply #7 on: January 12, 2012, 01:10:05 PM »
video ripping was on my desktop pc very slow, but it works.

ok, will use your version if the packages are necessay, but why did you ad them with the %{_lib} makro?
The full life is a big mess

PS:
I'm German. Sorry because of possible mistakes in my written messages xD


Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: need testers for simpleburn update
« Reply #8 on: January 12, 2012, 01:15:10 PM »
video ripping was on my desktop pc very slow, but it works.

ok, will use your version if the packages are necessay, but why did you ad them with the %{_lib} makro?

So we need only one specfile for both systems 32, and 64 bit

Off topic
for video edits gives better tool. For a simple backup, will simpleburn do a good job.
/off topic
« Last Edit: January 12, 2012, 01:18:29 PM by Leiche »

Online ghostbunny

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1164
Re: need testers for simpleburn update
« Reply #9 on: January 12, 2012, 01:25:01 PM »
video ripping was on my desktop pc very slow, but it works.

ok, will use your version if the packages are necessay, but why did you ad them with the %{_lib} makro?

So we need only one specfile for both systems 32, and 64 bit

Ah ok i hope i remember this detail by creating the next package :D



Off topic
for video edits gives better tool. For a simple backup, will simpleburn do a good job.
/off topic
Oh yes, my favorit is vorbis-copy + libdvdcss2  ;)
If you understand what i mean lol
The full life is a big mess

PS:
I'm German. Sorry because of possible mistakes in my written messages xD


Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: need testers for simpleburn update
« Reply #10 on: January 12, 2012, 01:59:41 PM »
video ripping was on my desktop pc very slow, but it works.

ok, will use your version if the packages are necessay, but why did you ad them with the %{_lib} makro?

So we need only one specfile for both systems 32, and 64 bit

Ah ok i hope i remember this detail by creating the next package :D



Off topic
for video edits gives better tool. For a simple backup, will simpleburn do a good job.
/off topic
Oh yes, my favorit is vorbis-copy + libdvdcss2  ;)
If you understand what i mean lol

dvdbackup, is added in MyMencoder, or MyBackup simple methode used mplayer to backup dvd (added in MyMencoder)

rest can you make with MyMencoder, or avidemux, or if you like only cli ffmpeg. We have enough tools for it, but not enough howto's for it.... Only our magazine...

now back to topic ;)

Offline kc1di

  • Sr. Member
  • ****
  • Posts: 480
  • Morse Code early digital communication medium!
Re: need testers for simpleburn update
« Reply #11 on: January 12, 2012, 02:37:56 PM »
Installed and work fine here so far have burn and .iso and some files to cdr and a dvd
all worked great.
Thanks,
D ;)
Dave KC1DI Living somewhere in Maine USA
Morse Code and early digital mode
John 3:16
Registered Linux User #462608

Online ghostbunny

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1164
Re: need testers for simpleburn update
« Reply #12 on: January 12, 2012, 02:58:36 PM »
updated the packages. use links above


thanks kc1di for testing

i think i can put the file in the dropbox
The full life is a big mess

PS:
I'm German. Sorry because of possible mistakes in my written messages xD


Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: need testers for simpleburn update
« Reply #13 on: January 12, 2012, 03:11:11 PM »
updated the packages. use links above


thanks kc1di for testing

i think i can put the file in the dropbox

yepp, do it...