Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 190442
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: media-video herd <media-video@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Gen2 <spielc@gmx.at>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
tovid-0.31.ebuild tovid-0.31.ebuild text/plain Gen2 2007-08-27 18:20 0000 2.54 KB Details
tovid-0.31.ebuild Updated tovid-0.31.ebuild text/plain yabbadabbadont 2007-11-05 08:25 0000 2.28 KB Details
tovid-0.31-configure.patch tovid-0.31-configure patch patch yabbadabbadont 2007-11-05 08:27 0000 263 bytes Details | Diff
tovid-0.31-todisc.patch tovid-0.31-todisc patch patch yabbadabbadont 2007-11-05 08:27 0000 510 bytes Details | Diff
tovid-0.31.ebuild updated ebuild to use current configure patch in tree / new useflag text/plain Jory A. Pratt 2008-01-06 03:47 0000 2.81 KB Details
tovid-0.31.ebuild correction to post install for gtk/tk useflag. text/plain Jory A. Pratt 2008-01-06 03:53 0000 2.85 KB Details
tovid-0.31.ebuild small correction for python${PYVER} detection. text/plain Jory A. Pratt 2008-01-07 02:10 0000 2.75 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 190442 depends on: Show dependency tree
Bug 190442 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-08-27 18:19 0000
A new version for tovid is out (actually there was one other release before
that but i wanted to test it out before i bump it and bang they released
another version ;) )

Things i remarked during the tests of the newest version:

1. the devs moved their code-repository to googlecode
2. the patches we had to apply for the last official version in the portage
tree are not necessary any more
3. for the rest you should check-out the changelog here:
http://tovid.wikia.com/wiki/Tovid_changelog



Reproducible: Always

------- Comment #1 From Gen2 2007-08-27 18:20:23 0000 -------
Created an attachment (id=129353) [details]
tovid-0.31.ebuild

------- Comment #2 From yabbadabbadont 2007-11-05 07:50:44 0000 -------
This ebuild, and the tovid-0.30-r2.ebuild, needs to include sys-devel/bc as a
runtime dependency.  I was surprised when I discovered that bc isn't included
in the 2007.0 system profile.

------- Comment #3 From yabbadabbadont 2007-11-05 08:23:49 0000 -------
This ebuild also needs the tovid-0.xx-configure.patch in order to force
configure to use /usr/lib/python.../site-packages instead of
/usr/local/.../site-packages since Gentoo doesn't include /usr/local/ in the
PYTHONPATH by default.

Also, there is a patch to todisc for 0.31 that needs to be included in this
ebuild.  I will attach both of the required patches and a modified ebuild that
includes sys-devel/bc as a runtime dependency.

------- Comment #4 From yabbadabbadont 2007-11-05 08:25:30 0000 -------
Created an attachment (id=135231) [details]
Updated tovid-0.31.ebuild

Updated tovid-0.31.ebuild with bc dependency and extra patches.

------- Comment #5 From yabbadabbadont 2007-11-05 08:27:02 0000 -------
Created an attachment (id=135232) [details]
tovid-0.31-configure patch

tovid-0.30-configure.patch renamed to tovid-0.31-configure.patch

------- Comment #6 From yabbadabbadont 2007-11-05 08:27:44 0000 -------
Created an attachment (id=135234) [details]
tovid-0.31-todisc patch

tovid-0.31-todisc patch.

------- Comment #7 From Beetle B. 2007-12-22 05:11:22 0000 -------
If no one is having issues, can we get this into Portage?

------- Comment #8 From Michael 2007-12-23 03:20:35 0000 -------
Been using this for a while on x86 with no problems

------- Comment #9 From Jory A. Pratt 2008-01-06 03:47:56 0000 -------
Created an attachment (id=140248) [details]
updated ebuild to use current configure patch in tree / new useflag 

I have add a new useflag and removed cruft if gtk/tk useflags are not set.
Upstream is working toward such configure options to handle this.

------- Comment #10 From Jory A. Pratt 2008-01-06 03:53:10 0000 -------
Created an attachment (id=140249) [details]
correction to post install for gtk/tk useflag.

This is just an update to the post install to display tovidgui and todiscgui if
gtk/tk useflag are enable else do not print them as being avaliable.

------- Comment #11 From Jory A. Pratt 2008-01-07 02:10:39 0000 -------
Created an attachment (id=140344) [details]
small correction for python${PYVER} detection.

This is the final revision, works perfectly.

------- Comment #12 From Günther Hutzl 2008-01-22 22:01:44 0000 -------
The latest tovid-0.31.ebuild refers to tovid-0.30-configure.patch in this line:

epatch "${FILESDIR}/${PN}-0.30-configure.patch"

Shouldn't it be 

epatch "${FILESDIR}/${PN}-0.31-configure.patch" ?

------- Comment #13 From Gen2 2008-01-22 22:10:16 0000 -------
there you go: http://bugs.gentoo.org/attachment.cgi?id=135232

when it comes to the contents of the patch it's completely the same as my
patch, just the version-string was changed. so maybe i'll update the latest
ebuild and remove the version-string of the patch tomorrow...

------- Comment #14 From Jory A. Pratt 2008-01-22 22:17:27 0000 -------
(In reply to comment #12)
> The latest tovid-0.31.ebuild refers to tovid-0.30-configure.patch in this line:
> 
> epatch "${FILESDIR}/${PN}-0.30-configure.patch"
> 
> Shouldn't it be 
> 
> epatch "${FILESDIR}/${PN}-0.31-configure.patch" ?
> 

There is no need to rename the patch it applies clean it is already apart of
portage so we can use it without adding anything.

------- Comment #15 From Alexis Ballier 2008-03-09 18:50:01 0000 -------
(In reply to comment #3)

> Also, there is a patch to todisc for 0.31 that needs to be included in this
> ebuild.  


hmm ok but do you have more explanations why this is needed ? what does it fix
? how ? any information or link would be appreciated

------- Comment #16 From yabbadabbadont 2008-05-03 04:06:59 0000 -------
(In reply to comment #15)
> (In reply to comment #3)
> 
> > Also, there is a patch to todisc for 0.31 that needs to be included in this
> > ebuild.  
> 
> 
> hmm ok but do you have more explanations why this is needed ? what does it fix
> ? how ? any information or link would be appreciated
> 
http://tovid.wikia.com/wiki/Known_bugs

------- Comment #17 From Alexis Ballier 2008-05-12 08:43:23 0000 -------
finally committed, thanks everyone !

------- Comment #18 From Jory A. Pratt 2008-07-08 01:54:39 0000 -------
(In reply to comment #17)
> finally committed, thanks everyone !
> 

This should be reopened. There is a bug in the ebuild which still installs the
desktop files even when -wxgtk is specified.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug