 |
 |
 |
 |
| Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems. |

5th December 2008, 10:46 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Location: Washington (the state), USA
Posts: 247

|
|
|
No dvdstyler in F9?
I upgraded my F7 to F9. However, my instance of dvdstyler was stuck at dvdstyler-1.4.1-.lvn7.i386 from the livna 7 repo.
I un-installed it, and tried to re-install hoping to get the newer 1.5 version, but I cannot find it in any F9 repo.
The strange thing is that another F9 instance I have has dvdstyler-1.5.1-2.lvn8.i386 installed.
Any ideas as to where to get yum install compatible dvdstyler? Can I force it somehow from livna 8?
Phil
|

6th December 2008, 06:10 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Location: Washington (the state), USA
Posts: 247

|
|
I tried downloading the dvdstyler-1.5.1-2.lvn8.i386.rpm F9 rpm from http://rpm.pbone.net/index.php3/stat....i386.rpm.html
and did a
Code:
yum localinstall dvdstyler-1.5.1-2.lvn8.i386.rpm
However I get an error when I try to run it:
Code:
[pwalden@walden4 ~]$ dvdstyler
dvdstyler: symbol lookup error: dvdstyler: undefined symbol: _ZN9wxSVGCtrl13sm_eventTableE
|

6th December 2008, 06:20 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Location: Washington (the state), USA
Posts: 247

|
|
I went back to the other F9 instance that had a working dvdstyler 2 or 3 days ago, and it now has the same error
What is going on
|

7th December 2008, 06:49 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Location: Washington (the state), USA
Posts: 247

|
|
Looking into RPM Fusion, this problem has already been reported. However, it is dependent on a wxSVG reported defect. So it will take awhile to resolve.
Meanwhile all F8-F10 dvdstyler instances are now broken
|

14th December 2008, 03:30 PM
|
|
Registered User
|
|
Join Date: Apr 2005
Location: Pasadena, CA
Posts: 1

|
|
|
successful build
Hi all. A small update on dvdstyler in fedora 8 & 10 (and I hope I'm not overstating the obvious!)
Having the same trouble as reported by others, I finally got sufficiently motivated and downloaded source from the dvdstyler webpage ( http://www.dvdstyler.de/; v 1.7.1) I have been successful in building and running dvdstyler on both my f8 & f10 boxes, but I found I also needed to download the wxsvg library (v1.0) from the dvdstyler page, AND remove the wxsvg-1.0.2 package (again, both f8 & f10). dvdstyler would not correctly build against the packaged wxsvg!
Hopefully it won't take too long to correct the issues in the pre-packaged versions and I can revert to distributed packages.
Good luck (and good holidays) all!
- Andy
|

14th December 2008, 04:31 PM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
Until the problems at RPM Fusion are worked out, you can compile some dvdstyler and wxsvg RPMs manually... It is a bit of a pain since you'll need to install a bunch of development packages, but I've prepared a build of dvdstyler that works with wxsvg-freeworld. If you haven't setup an rpmbuild environment already, you can do so like this:
Code:
yum install rpm-build rpmdevtools gcc gcc-c++ automake autoconf gettext libtool wxsvg-devel
It's very important you run from here on as your regular user, so exit the root shell and then: Now that the rpmbuild environment is ready, time to build the packages (this is again as your regular user - never build RPMs as root, it can cause serious damage to your system if there's a packaging error in the .spec):
Code:
cd "$(rpm --eval %{_sourcedir})"
wget http://koji.fedoraproject.org/packages/wxsvg/1.0/4.fc10/src/wxsvg-1.0-4.fc10.src.rpm
wget http://downloads.diffingo.com/rpmfusion/dvdstyler-1.7.1-3.fc10.src.rpm
wget http://downloads.diffingo.com/rpmfusion/wxsvg-freeworld-1.0-3.fc10.src.rpm
rpmbuild --rebuild wxsvg-1.0-4.fc10.src.rpm
rpmbuild --rebuild wxsvg-freeworld-1.0-3.fc10.src.rpm
rpmbuild --rebuild dvdstyler-1.7.1-3.fc10.src.rpm
Install any development packages that it requests, and at the end of each build process you'll see a bunch of "Wrote:" lines - you'll need to install (in this order) wxsvg and wxsvg-devel, then wxsvg-freeworld and wxsvg-freeworld-devel, then finally dvdstyler.
Firewing1
Last edited by Firewing1; 14th December 2008 at 04:34 PM.
Reason: Syntax error
|

25th January 2009, 06:58 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Location: Washington (the state), USA
Posts: 247

|
|
I just received notification on this problem that the dvdstyler 1.7 will be available shortly in rpmfusion.
|

25th January 2009, 07:05 PM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
|
Yup, as of ~10 minutes ago DVDStyler is now available from rpmfusion-updates-testing. It should take about a day to propagate around all the mirrors.
|

19th February 2009, 01:38 AM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 3

|
|
|
DVDStyler in F10 hangs
Just clicked Burn DVD (doesn't matter if it is just generate or Generate ISO) It gets to Create VOB files and goes to 100% CPU and no progress. Empty title0-0-0.vob file is created and then serious nothing.
I have current F10 2.6.27.12-170.2.5.fc10.i686 kernel and Gnome 2.24.3 and got a clean download and install of dvdstyler-1:1.7.1-4.fc10 (i386). Any suggestions on how to find what I'm missing?
|

19th February 2009, 04:11 AM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
|
I'm not sure, but it looks like a compatibility problem with the recent snapshots of ffmpeg we have in RPM Fusion - I'm building 1.7.2b5 now to see if the problems are fixed and if so, I'll push an update later.
|

20th February 2009, 05:32 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Location: Washington (the state), USA
Posts: 247

|
|
It does sound like a dvdauthor problem.
One thing to try is to see if all the temporary file get generated properly. Normally dvdstyler deletes them after success or failure. To retain them from the dvdstyler main menu:
- Configuration > Settings...
- Select the Core tab
- Check the box Don't remove temp files
- OK
When you attempt a burn, the temporary files that are created and fed to dvdauthor will remain. You can then run dvdauthor stand-alone on these files to see what happens. You can also run the generated menu mpeg files in movie players to see if there are problems there.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 04:20 (Wednesday, 22-05-2013)
|
|
 |
 |
 |
 |
|
|