KRename/ro: Difference between revisions
(Created page with "Category:Utilități/ro Category:Gestionarea Fișierelor/ro") |
(Updating to match new version of source page) |
||
Line 29: | Line 29: | ||
Probabil că subiectul instantaneelor este important]] | Probabil că subiectul instantaneelor este important]] | ||
|} | |} | ||
== Build from source == | |||
* Latest release: <code>v4.90.90 (aka 5.0 beta)</code> | |||
* Source tarball: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.tar.xz | |||
* Signature: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.tar.xz.sig | |||
Dependencies: | |||
* Qt5 and KF5 | |||
* Exiv2 (optional): http://www.exiv2.org | |||
* Freetype (optional): https://www.freetype.org/ | |||
* PoDoFo (optional): http://podofo.sourceforge.net/ | |||
* Taglib (optional): https://taglib.github.io/ | |||
Assuming that you have all the dependencies already installed, just do: | |||
<syntaxhighlight lang="bash"> | |||
git clone git://anongit.kde.org/krename.git | |||
cd krename | |||
mkdir build && cd build | |||
cmake .. | |||
sudo make install | |||
</syntaxhighlight> | |||
== Autor == | == Autor == | ||
Dominik Seichter <domseichter AT web.de> | Dominik Seichter <domseichter AT web.de> | ||
== | == External links == | ||
* [ | * [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker] | ||
* [http://www. | * [http://www.krename.net/ Homepage] | ||
* [http:// | * [http://www.kde.org.uk/apps/krename/ Article with description and an interview] | ||
* [http://www.krename.net/Documentation.17.0.html | * [http://www.krename.net/Documentation.17.0.html Documentation] | ||
[[Category:Utilități/ro]] | [[Category:Utilități/ro]] | ||
[[Category:Gestionarea Fișierelor/ro]] | [[Category:Gestionarea Fișierelor/ro]] |
Revision as of 13:00, 21 January 2018
O aplicație de redenumire a seriei. |
KRename este cuțitul armatei elvețiene a KDE-ului pentru a redenumi fișiere.
Utilizează plugin-uri pentru a face uz de meta dată, vă permite să schimbați cazuri, să adăugați numere și multe altele.
Redenumirea a mii de fișiere o singură dată nu e nici o problemă.
Imagini
Build from source
- Latest release:
v4.90.90 (aka 5.0 beta)
- Source tarball: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.tar.xz
- Signature: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.tar.xz.sig
Dependencies:
- Qt5 and KF5
- Exiv2 (optional): http://www.exiv2.org
- Freetype (optional): https://www.freetype.org/
- PoDoFo (optional): http://podofo.sourceforge.net/
- Taglib (optional): https://taglib.github.io/
Assuming that you have all the dependencies already installed, just do:
git clone git://anongit.kde.org/krename.git
cd krename
mkdir build && cd build
cmake ..
sudo make install
Autor
Dominik Seichter <domseichter AT web.de>