Name : pgmfindclip Relocations: (not relocatable)
Version : 1.13 Vendor: Penguin Liberation Front
Release : 3plf Build Date: Fri 27 Jan 2006
12:23:28 AM CET
Install Date: (not installed) Build Host: baader
Group : Video Source RPM: (none)
Size : 10537 License: GPL
Signature : (none)
Packager : Guillaume Rousse <[EMAIL PROTECTED]>
URL : http://www.lallafa.de/bp/pgmfindclip.html
Summary : A clipping values calculator for your ripping tasks
Description :
This tool tries to find a suitable clipping border for a series of gray
images. It is very useful to automatically extract clipping values for
transcoding a movie if the source frame is encoded with black bars.
A border around an image is defined by a rectangular and homogenous
valued area extending from each edge of the image (e.g. the black bars
around a movie frame). For each image the largest clip border is
determined and the smallest common region of the image series is
returned. Empty images or images with no valid clipping region are
ignored.
To cope with noisy regions in the black border areas, the region finding
algorithm does not simply cut away all regions with purely zero values,
but it uses a threshold in the absolut gradient sum along rows and
columns as a hint for the begin of real image contents.
You need a frame processing tool like transcode to actually perform the
clipping operation.
The program assumes that all images have the same size!
This package is in PLF because it is related to DVD ripping.
---------------
Guillaume Rousse <[EMAIL PROTECTED]> 1.13-3plf
- %mkrel
- spec cleanup
---------------
---------------
Index: pgmfindclip.spec
===================================================================
RCS file: /home/projects/plf/cvs/SPECS/free/pgmfindclip/pgmfindclip.spec,v
retrieving revision 1.3
diff -u -r1.3 pgmfindclip.spec
--- pgmfindclip.spec 30 Jan 2005 22:19:23 -0000 1.3
+++ pgmfindclip.spec 27 Jan 2006 17:40:38 -0000
@@ -1,6 +1,6 @@
%define name pgmfindclip
%define version 1.13
-%define release 2plf
+%define release %mkrel 3
Name: %{name}
Version: %{version}
@@ -47,11 +47,11 @@
%make
%install
-install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
-install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}
+install -d -m 755 %{buildroot}%{_bindir}
+install -m 755 %{name} %{buildroot}%{_bindir}
%clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
%files
%defattr(-,root,root)
@@ -59,6 +59,10 @@
%{_bindir}/%{name}
%changelog
+* Fri Jan 27 2006 Guillaume Rousse <[EMAIL PROTECTED]> 1.13-3plf
+- %%mkrel
+- spec cleanup
+
* Sun Jan 30 2005 Guillaume Rousse <[EMAIL PROTECTED]> 1.13-2plf
- Rebuild
_______________________________________________
PLF-announce mailing list
[email protected]
https://www.zarb.org/mailman/listinfo/plf-announce