Projects
Multimedia
xvidenc
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 79
View file
xvidenc.changes
Added
@@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Oct 18 20:24:00 UTC 2016 - neutrino8@gmail.com + +- Add changes file
View file
xvidenc.spec
Changed
@@ -1,21 +1,45 @@ -# norootforbuild - -Name: xvidenc -Version: 8.6.0 -Release: 1 - -License: GPL-2.0+ -Group: Productivity/Multimedia/Video/Editors and Convertors -Summary: An advanced CLI shell script for MEncoder -URL: http://xvidenc.sourceforge.net/ - +# +# spec file for package xvidenc +# +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: xvidenc +Version: 8.6.0 +Release: 0 +Summary: An advanced CLI shell script for MEncoder +License: GPL-2.0+ +Group: Productivity/Multimedia/Video/Editors and Convertors +Url: http://xvidenc.sourceforge.net/ Source0: %{name}-%{version}.tar.gz - +Requires: MPlayer +Requires: aften +Requires: bc +Requires: findutils +Requires: gawk +Requires: gpac +Requires: lsdvd +Requires: mailx +Requires: mkvtoolnix +Requires: nano +Requires: ogmtools +Requires: opus-tools +Requires: pv +Requires: vorbis-tools BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch - -Requires: findutils gpac bc gawk lsdvd nano ogmtools aften vorbis-tools opus-tools mailx MPlayer mkvtoolnix pv - +BuildArch: noarch %description xvidenc is an advanced and powerful interactive menu-driven shell script @@ -25,560 +49,31 @@ muxing the final encode from AVI to Matroska, from AVI to OGM and from AVI to the MP4 container. - %prep -%setup -q -n %{name}-%{version} +%setup -q %build %install # binary -%__install -D -m 755 %{name} %{buildroot}/%{_bindir}/%{name} +install -D -m 755 %{name} %{buildroot}/%{_bindir}/%{name} # man gzip -9 man/%{name}.1 -%__install -D -m 644 man/%{name}.1.gz %{buildroot}/%{_mandir}/man1/%{name}.1.gz +install -D -m 644 man/%{name}.1.gz %{buildroot}/%{_mandir}/man1/%{name}.1.gz # docs -%__mkdir -p %{buildroot}/%{_docdir}/%{name}/matrices/Jawor{1,2}CD -%__install -m 644 doc/* %{buildroot}/%{_docdir}/%{name} -%__install -m 644 matrices/Jawor1CD/* %{buildroot}/%{_docdir}/%{name}/matrices/Jawor1CD -%__install -m 644 matrices/Jawor2CD/* %{buildroot}/%{_docdir}/%{name}/matrices/Jawor2CD - +mkdir -p %{buildroot}/%{_docdir}/%{name}/matrices/Jawor{1,2}CD +install -m 644 doc/* %{buildroot}/%{_docdir}/%{name} +install -m 644 matrices/Jawor1CD/* %{buildroot}/%{_docdir}/%{name}/matrices/Jawor1CD +install -m 644 matrices/Jawor2CD/* %{buildroot}/%{_docdir}/%{name}/matrices/Jawor2CD -%clean -rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/%{name} %{_docdir}/%{name} -%{_mandir}/man1/%{name}.1.gz - +%{_mandir}/man1/%{name}.1%{ext_man} %changelog -* Fri Sep 26 2014 Grozdan Nikolov <neutrino8@gmail.com> 8.6.0 - * Use -mc 0 -noskip -msglevel demuxer=-1 to workaround the copy issue of MEncoder - -* Mon Apr 21 2014 Grozdan Nikolov <neutrino8@gmail.com> 8.5.9 - * Add -nosub option to prevent auto-loading of embedded subs - * Bugfix: copying audio for subsequent tracks and remuxing to MP4 - resulted in the tracks not being added due to missing ffaac - param in the case statement - -* Sun Dec 15 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.8 - * Bugfix: copying of audio stream was set to pcm. Should be copy - * Allow relative paths when storing the batchfile - -* Mon Nov 11 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.7 - * Allow importing of PGS subtitles into the MKV container - * Added support for importing a chapters file for MKV/MP4/OGM when input is file - * Added support for setting the audio language code for MKV/MP4/OGM when input is file - * Added support for setting the subtitle language code when importing subs into MKV/MP4/OGM - -* Sun Nov 03 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.6 - * Placed the $demuxer variable higher. Fixes audio detection for file input - * Moved some audio selection code into a new set_audio_codec_func() function. - Reduces some code duplication and removes the default_audio_codec_func() function - -* Fri Nov 01 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.5 - * Merged the file and dvd audio detection/selection code - * Merged the audio code for the first track with the code for subsequent tracks - * Set a default audio ID based on input (ie, 0 for file and 128 for DVD) - * Small improvements to the subtitles code - * Use -demuxer lavf for file and dir encodings - * Renamed the -help switch to -h - * Improved the way audio tracks information is presented to the user - * Make destination dir if it doesn't exist for saving to the batchfile - * Updated the man page - -* Thu Oct 31 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.4 - * Implemented support for virtually an infinite amount of subtitles. This introduces a new - variable, MAX_AMOUNT_SUBS, to the config file where the user can set the amount of subtitles - he/she wants the script to support - * Added output name to the message of the mail notification feature - * Fixed the nosound audio option - * Renamed the rmtemp() function to exit_func() - * Return proper exit codes. 0 on success, 1 on error and 2 on user interrupt - -* Wed Oct 30 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.3 - * Added -demuxer lavf for more reliable detection of audio streams in file input mode - * Implemented virtually infinite support for the amount of audio tracks. This introduces - a new variable in the config file, MAX_AMOUNT_AUD_TRACKS, where the user can specify - how many audio tracks he/she wants the script to support. - * Enabled multi-channel support for Opus audio - * Moved the MKV audio filters metadata after the audio codec/language metadata - * Fixed copy and pcm audio encoding - * If user chooses PCM for subsequent audio tracks, don't error out but just skip the track - * Some minor clean-ups - -* Tue Oct 29 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.2 - * Added support for the Opus audio codec. Requires opusenc and a recent version of - mkvtoolnix with support for Opus - * Renamed track_echo_func() to audio_track_echo_func() for consistency - * Added support for setting the AC-3 Exponent strategy search size - * Allow applying an LFE low-pass filter for AC-3 audio - * Improved aften options passing - * Updated the man page - -* Mon Oct 28 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.1 - * Bugfix: codec detection for 2nd and 3rd audio track from DVDs did not work correctly - * Updated the man page - -* Thu Oct 24 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.5.0 - * Allow encoding of 640 kbps AC-3 audio - * Detect and display audio codec info when input is file - * Added support for setting the Dynamic Range Compression (DRC) profile for AC-3 audio - * Fixed AC-3 audio encoding by adding -readtoeof 1 which ignores WAV header signaling - * Renamed aften $AC3 var to $AC3ENC - * Use AC-3 instead of AC3 in metadata info - -* Mon Sep 02 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.4.9 - * Fix audio TID for MKV when using neroAacEnc as encoder - -* Wed May 29 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.4.8 - * Removed workarounds for older MP4Box versions. As of this release, only gpac 0.5.0 and higher - are supported. SVN version is highly recommended, though - * When using AC3 audio, language TID for MKV was set to 1. It should be 0 - -* Tue May 28 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.4.7 - * Use aften for AC3 audio encoding as MEncoder is currently broken. This updates the config - file version to 18 - -* Wed May 22 2013 Grozdan Nikolov <neutrino8@gmail.com> 8.4.6 - * Bugfix: add missing 384 kbps option for AC3 audio - * Notify the user when we first create the config file - * SAR is Sample Aspect Ratio, not Storage Aspect Ratio. Corrected this mistake -
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.