Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202503 - kde-misc/subtitlecomposer-0.3 - new ebuild
Summary: kde-misc/subtitlecomposer-0.3 - new ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-12-16 18:49 UTC by Jiri Tyr
Modified: 2008-12-05 16:34 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
subtitlecomposer-0.2.ebuild (subtitlecomposer-0.2.ebuild,529 bytes, text/plain)
2007-12-16 18:50 UTC, Jiri Tyr
Details
subtitlecomposer-0.2.1.ebuild (subtitlecomposer-0.2.1.ebuild,529 bytes, text/plain)
2007-12-17 21:54 UTC, Jiri Tyr
Details
subtitlecomposer-0.2.1-r1.ebuild (subtitlecomposer-0.2.1-r1.ebuild,585 bytes, text/plain)
2007-12-23 20:10 UTC, Sergio Pistone
Details
subtitlecomposer-0.3.ebuild (subtitlecomposer-0.3.ebuild,621 bytes, text/plain)
2008-01-08 19:21 UTC, Sergio Pistone
Details
subtitlecomposer-0.4.0.ebuild (subtitlecomposer-0.4.0.ebuild,640 bytes, text/plain)
2008-04-18 19:26 UTC, David Rivoal
Details
subtitlecomposer-0.4.0-r1.ebuild (subtitlecomposer-0.4.0.ebuild,642 bytes, text/plain)
2008-04-20 19:18 UTC, harry.tx
Details
subtitlecomposer 0.4.1 ebuild (subtitlecomposer-0.4.1.ebuild,726 bytes, text/plain)
2008-04-23 22:26 UTC, Sergio Pistone
Details
ebuild for KDE4 version (0.5.1) (subtitlecomposer-0.5.1.ebuild,713 bytes, text/plain)
2008-10-16 17:35 UTC, Maciej Mrozowski
Details
fixed version of ebuild - added blocking when previous version installed and kdeprefix not set (subtitlecomposer-0.5.1.ebuild,763 bytes, text/plain)
2008-10-16 17:41 UTC, Maciej Mrozowski
Details
* has no flag named 'accessibility' warnings (log3,5.82 KB, text/plain)
2008-12-05 16:34 UTC, Ivan Diorditsa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Tyr 2007-12-16 18:49:12 UTC
A text-based subtitles editor supporting the basic operations (text, time, and style edition) as well as real time preview, spell checking and more; aiming to become an improved version of Subtitle Workshop for UNIX-like OSes.
Comment 1 Jiri Tyr 2007-12-16 18:50:56 UTC
Created attachment 138644 [details]
subtitlecomposer-0.2.ebuild

Ebuil for subtitlecomposer-0.2.
Comment 2 Jiri Tyr 2007-12-17 21:54:10 UTC
Created attachment 138779 [details]
subtitlecomposer-0.2.1.ebuild

Ebuild for subtitlecomposer-0.2.1.
Comment 3 Sergio Pistone 2007-12-23 20:10:09 UTC
Created attachment 139204 [details]
subtitlecomposer-0.2.1-r1.ebuild

- correctly use gstreamer dependency
- remove taglib dependency
Comment 4 Sergio Pistone 2008-01-08 19:21:42 UTC
Created attachment 140495 [details]
subtitlecomposer-0.3.ebuild

- version bump
- install with kde_src_install
Comment 5 Sergio Pistone 2008-01-08 19:23:45 UTC
name of the bug should be changed to reflect the latest ebuild
Comment 6 David Rivoal 2008-04-18 19:26:05 UTC
Created attachment 150211 [details]
subtitlecomposer-0.4.0.ebuild

- version bump
- add RESTRICT="nomirror"
- S=${WORKDIR}/${P} instead of S=${WORKDIR}/${PN}
Comment 7 harry.tx 2008-04-20 19:17:04 UTC
(In reply to comment #6)
> Created an attachment (id=150211) [edit]
> subtitlecomposer-0.4.0.ebuild
> 
> - version bump
> - add RESTRICT="nomirror"
> - S=${WORKDIR}/${P} instead of S=${WORKDIR}/${PN}
> 
for me  ebuild subtitlecomposer-0.4.0.ebuild digest gave me:

DEPEND: || ( kde-base/kate kde-base/kdebase ) gstreamer? (media-libs/gstreamer) =kde-base/kdelibs-3.5* =x11-libs/qt-3.3* =sys-devel/automake-1.9* >=sys-devel/autoconf-2.61 sys-devel/libtool sys-devel/make dev-util/pkgconfig dev-lang/perl x11-libs/libXt x11-proto/xf86vidmodeproto xinerama? ( x11-proto/xineramaproto ) arts? ( kde-base/arts )
missing space by parenthesis: '(m'

Comment 8 harry.tx 2008-04-20 19:18:32 UTC
Created attachment 150449 [details]
subtitlecomposer-0.4.0-r1.ebuild
Comment 9 Sergio Pistone 2008-04-23 22:26:29 UTC
Created attachment 150761 [details]
subtitlecomposer 0.4.1 ebuild
Comment 10 Ben de Groot (RETIRED) gentoo-dev 2008-06-14 00:29:45 UTC
Committed to portage cvs. Thanks for reporting, submitting and improving this ebuild!
Comment 11 Trop 2008-08-02 16:44:39 UTC
Hi! Please make ebuild for kde4(kde-svn)!

Comment 12 Maciej Mrozowski gentoo-dev 2008-10-16 17:35:03 UTC
Created attachment 168684 [details]
ebuild for KDE4 version (0.5.1)

Added ebuild for media-video/subtitlecomposer 0.5.1 (KDE4/Qt4)
Three USE flags added (gstreamer, xcb, xine) according to CMakeLists.txt features - but none of it tested actually.
- dropped dependency on kwrite/kdebase - ktexteditor is now in kdelibs
- using EAPI=2 like all KDE4(.1.2) packages in portage
Comment 13 Maciej Mrozowski gentoo-dev 2008-10-16 17:41:41 UTC
Created attachment 168686 [details]
fixed version of ebuild - added blocking when previous version installed and kdeprefix not set
Comment 14 Sergey Kondakov 2008-11-22 16:11:19 UTC
0.5.2 is out, works with renamed ebuild.
also, it's not funny that only 0.4.1 (april !) in portage.
Comment 15 Ivan Diorditsa 2008-12-05 16:34:51 UTC
Created attachment 174329 [details]
* has no flag named 'accessibility' warnings

lots of "* has no flag named 'accessibility'" warnings