Files
vidcutter/vidcutter-susepaths.patch
Luigi Baldoni 2e143ef0d6 Accepting request 645873 from home:alois:branches:multimedia:apps
- Update to version 6.0.0
  * MAJOR FEATURE: video filters menu option added to app menu
    accessed via right-click or the bottom-right menu button.
    the first filter available is BLACKDETECT which automatically
    creates clips in your clip index based around black scene
    changes that are detected. selecting the filter once a media
    file has been loaded will prompt for a black scene minimum
    duration in seconds, allowing you to tweak the black frame
    sensitivity to reduce or increase the amount of scenes
    detected. this is mainly useful for skipping commercials
    (e.g. comskip) or auto-detecting scene transitions.
    more filters will be added in future updates.
  * MAJOR FEATURE: automatic chapters created per clip in your
    list. enabled by default and can be toggled via Settings ->
    General and a new toggle button in the left hand side group
    of the UI buttons.
  * MAJOR FEATURE: chapter names can be edited from their
    default set values via new edit chapter option when
    right-clicking on a clip in your list. all clip will default
    to "Chapter <x>" as their default text which is what a media
    center or half-decent player will display in menu and you are
    able to skip directly to each clip point using standard
    previous/next buttons (if they are set in their default
    state, obviously)
  * External media file joins (when wanting to just join a set
    of files using the the ADD button under the Video Index) are
    fixed; the last version broke this once timeline progressbars
    were added. Progress for external joins is displayed in
    progressbars overlaying associated clips directly in the Clip
    Index which replaces timeline progressbar functionality when
    all clips are external (i.e. not loaded via Open Media thus
    not associated with a project)
  * Added new "Enable use of PBOs" setting under the Video
    category for use of pixel buffer objects when rendering
    OpenGL video. Used for noticeable performance improvements
    when working with huge/4K media files.
  * Fixed a bug caused when removing a clip with a start time
    but no end time from your index.
  * OSD (on-screen display) text defined for all user actions +
    standardised OSD case and wording/format.
  * Main clip list's scrolling mode changed to per pixel for
    smoother vertical scrolling and no snapping of clips as they
    are scrolled into view.
  * Fixed clip index heading not extending to full width of list
    when it becomes scrollable when more than 4 clips are added to
    the index.
  * LINUX: all icons, desktop, mime-type, appstream related
    files has have been renamed to domain based app-id
    (com.ozmartians.VidCutter) as per freedesktop specs.
  * UI improvements to media stream dialog; most consistent
    across differing desktop sizes and stream configurations
- Added vidcutter-susepaths.patch

OBS-URL: https://build.opensuse.org/request/show/645873
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/vidcutter?expand=0&rev=27
2018-11-01 09:18:39 +00:00

15 lines
710 B
Diff

Index: vidcutter-6.0.0/helpers.py
===================================================================
--- vidcutter-6.0.0.orig/helpers.py
+++ vidcutter-6.0.0/helpers.py
@@ -84,7 +84,8 @@ class SetupHelpers:
('share/applications', ['data/desktop/{}.desktop'.format(appid)]),
('share/metainfo', ['data/appdata/{}.appdata.xml'.format(appid)]),
('share/mime/packages', ['data/mime/{}.xml'.format(appid)]),
- ('share/doc/vidcutter', ['CHANGELOG', 'LICENSE', 'README.md'])
+ ('share/doc/packages/vidcutter', ['CHANGELOG', 'README.md']),
+ ('share/licenses/vidcutter', ['LICENSE'])
]
return files