rpms/themonospot/F-8 themonospot.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Armando Basile (hman) fedora-extras-commits at redhat.com
Tue Mar 25 16:19:13 UTC 2008


Author: hman

Update of /cvs/pkgs/rpms/themonospot/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20990/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	themonospot.spec 
Log Message:



--- NEW FILE themonospot.spec ---
Summary: An Avi parser and content descriptor
Name: themonospot
Version: 0.6.5.6
Release: 1%{?dist}
License: GPLv2
ExcludeArch: ppc64
Group: Applications/Multimedia
Source: http://www.integrazioneweb.com/themonospot/packages/fedora/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL: http://www.integrazioneweb.com/themonospot

BuildRequires: gtk-sharp2-devel >= 2.8.3
BuildRequires: mono-core >= 1.2.3
BuildRequires: pkgconfig
BuildRequires: desktop-file-utils

Requires: gtk-sharp2 >= 2.8.3
Requires: mono-core >= 1.2.3

%define debug_package %{nil}

%description
themonospot is a simple application that can be used to scan an avi
file and extract some informations about audio and video data flow:

    - Video codec used
    - Frame size
    - Average video bitrate
    - File size
    - Total time
    - Frame rate
    - Total frames
    - Info data
    - Packet Bitstream
    - User data (in MOVI chunk)
    - Audio codec used
    - Average audio bitrate
    - Audio channels

Using themonospot it is also possible to modify FourCC informations
(FourCC code in video chunk and FourCC description in stream header)
and also change some problematic UserData values for table players 
(it set the value to DivX999b000p)

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -fr %{buildroot}
make DESTDIR=%{buildroot} install
desktop-file-install --vendor="fedora"               \
  --dir=%{buildroot}%{_datadir}/applications    \
  %{name}-gui/resources/%{name}.desktop

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README
%doc COPYING.GPL
%{_bindir}/%{name}
%{_libdir}/%{name}/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/fedora-themonospot.desktop


%changelog
* Fri Jan 04 2008 hman <hmandevteam at gmail.com> 0.6.5.6-1
- bug fixed: Issue 007 [Wrong AudioRate value]
- bug fixed: Issue 008 [Calculate VideoRate]
- new feature: Multilanguage with language files (*.lf in languages folder)
- bug fixed: minor bugs

* Sun Dec 23 2007 hman <hmandevteam at gmail.com> 0.6.2-1
- bug fixed: Issue 004 [Array index is out of range]

* Mon Jul 30 2007 hman <hmandevteam at gmail.com> 0.6.0-1
- added extraction of Packet Bitstream  infos from MOVI Chunk
- added Change problematic UserData values and save file function

* Fri Jul 20 2007 hman <hmandevteam at gmail.com> 0.4.0-1
- added autosave of last folder used
- added extraction of USER DATA infos from MOVI Chunk
- added FourCC change function (fourCC Code and Description)

* Wed Jul 06 2007 hman <hmandevteam at gmail.com> 0.3.0-1
- new layout
- some bugs fixed
- optimization code


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/themonospot/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Mar 2008 00:00:19 -0000	1.1
+++ .cvsignore	25 Mar 2008 16:18:38 -0000	1.2
@@ -0,0 +1 @@
+themonospot-0.6.5.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/themonospot/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Mar 2008 00:00:19 -0000	1.1
+++ sources	25 Mar 2008 16:18:38 -0000	1.2
@@ -0,0 +1 @@
+bbf57852f404d918d3e721a23fd0f8fd  themonospot-0.6.5.6.tar.gz




More information about the fedora-extras-commits mailing list