Bug 199703 - [MAINTAINER][RESURRECT] multimedia/tovid: Suite of tools for creating video DVDs
Summary: [MAINTAINER][RESURRECT] multimedia/tovid: Suite of tools for creating video DVDs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Thomas Zander
URL:
Keywords: feature, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-04-26 07:33 UTC by Robert
Modified: 2015-08-08 12:57 UTC (History)
4 users (show)

See Also:
grepper: maintainer-feedback+


Attachments
shar of multimedia/tovid (6.63 KB, application/x-shar)
2015-04-26 07:33 UTC, Robert
no flags Details
log from make and make install (29.39 KB, text/plain)
2015-04-26 07:50 UTC, Robert
no flags Details
Updated shar of multimedia/tovid (6.79 KB, text/plain)
2015-04-27 05:36 UTC, Robert
no flags Details
Updated: log from make and make install (16.78 KB, text/x-log)
2015-04-27 05:37 UTC, Robert
no flags Details
shar from new release 0.35.2 (7.31 KB, application/x-shar)
2015-05-22 01:01 UTC, Robert
no flags Details
diff from 0.35.1 to 0.35.2 (914 bytes, patch)
2015-05-22 01:04 UTC, Robert
no flags Details | Diff
Updated shar of multimedia/tovid 0.35.2 (8.03 KB, application/x-shar)
2015-06-02 22:53 UTC, Robert
no flags Details
Updated shar of multimedia/tovid 0.35.2 (8.03 KB, application/x-shar)
2015-06-03 06:40 UTC, Robert
grepper: maintainer-approval+
Details
poudriere log (60.88 KB, text/x-log)
2015-07-17 23:09 UTC, Robert
no flags Details
portlint log (60.88 KB, text/x-log)
2015-07-17 23:10 UTC, Robert
no flags Details
portlint log (12 bytes, text/x-log)
2015-07-18 05:12 UTC, Robert
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert 2015-04-26 07:33:08 UTC
Created attachment 155998 [details]
shar of multimedia/tovid

Tovid has not had a port in quite some time. This effort is to try to get tovid into the ports tree. As in the summary, tovid is a suite of tools to create video DVDs. It includes both command line scripts (bash) and a python gui (tkinter).

# portlint -AC
looks fine.

No doubt the Makefile is questionable, I could not figure out another way to work around the fact that a github non-release (as in using a tag or branch) seems to be packaged as ${PORTNAME}-${PORTVERSION}.tar.gz, but unpacks as ${PORTNAME}-${PORTNAME}-${PORTVERSION}. I couldn't get USE_GITHUB working at all, so I appear to be missing some crucial knowledge there. But as is it does work.
Comment 1 Robert 2015-04-26 07:50:04 UTC
Created attachment 155999 [details]
log from make and make install
Comment 2 Robert 2015-04-27 05:36:01 UTC
Created attachment 156028 [details]
Updated shar of multimedia/tovid
Comment 3 Robert 2015-04-27 05:37:00 UTC
Created attachment 156029 [details]
Updated: log from make and make install
Comment 4 Johannes Jost Meixner freebsd_committer freebsd_triage 2015-04-27 05:41:38 UTC
I'll take it.
Comment 5 Robert 2015-05-22 01:01:14 UTC
Created attachment 157021 [details]
shar from new release 0.35.2
Comment 6 Robert 2015-05-22 01:04:48 UTC
Created attachment 157022 [details]
diff from 0.35.1 to 0.35.2
Comment 7 Robert 2015-06-02 22:53:57 UTC
Created attachment 157384 [details]
Updated shar of multimedia/tovid 0.35.2

Fixed variable scope problem that only showed up on freebsd for some reason.
Fixed imagemagick spumux buttons for IM-6.9.1-x.
Comment 8 Robert 2015-06-03 06:40:26 UTC
Created attachment 157389 [details]
Updated shar of multimedia/tovid 0.35.2

Hopefully the last update before the next (0.36.0) release :)

Make ffmpeg the default encoder if both ffmpeg and avconv are installed.
Make ffmpeg a stronger suggestion when confirming installed dependencies.
Comment 9 Kubilay Kocak freebsd_committer freebsd_triage 2015-07-17 06:12:35 UTC
Open up to broader committer pool to take.

Robert, if you could include QA results (as attachments) against the latest version of the port you have, that would be great:

 * portlint -AC output
 * poudriere testport (or bulk -t) output
Comment 10 Robert 2015-07-17 23:09:47 UTC
Created attachment 158923 [details]
poudriere log
Comment 11 Robert 2015-07-17 23:10:24 UTC
Created attachment 158924 [details]
portlint log
Comment 12 Robert 2015-07-18 05:12:21 UTC
Created attachment 158932 [details]
portlint log

Uploaded duplicate of poudriere log in error.
Comment 13 Robert 2015-07-26 21:17:49 UTC
(In reply to Kubilay Kocak from comment #9)
I have added the attachments.
Comment 14 Robert 2015-08-03 03:10:13 UTC
Done.
Comment 15 commit-hook freebsd_committer freebsd_triage 2015-08-08 12:56:08 UTC
A commit references this bug:

Author: riggs
Date: Sat Aug  8 12:55:27 UTC 2015
New revision: 393726
URL: https://svnweb.freebsd.org/changeset/ports/393726

Log:
  Resurrect multimedia/tovid
  - Complete rework of the port
  - New maintainer: grepper@gmail.com

  PR:		199703
  Submitted by:	grepper@gmail.com
  Reviewed by:	xmj, koobs, riggs

Changes:
  head/MOVED
  head/multimedia/Makefile
  head/multimedia/tovid/
  head/multimedia/tovid/Makefile
  head/multimedia/tovid/distinfo
  head/multimedia/tovid/files/
  head/multimedia/tovid/pkg-descr
  head/multimedia/tovid/pkg-plist
Comment 16 Thomas Zander freebsd_committer freebsd_triage 2015-08-08 12:57:47 UTC
Committed with minor modifications / cleanups. Thanks for resurrecting!