-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1754 from g-maxime/preparing-v23.04
Preparing v23.04
- Loading branch information
Showing
44 changed files
with
692 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
# Contributor: hydro <[email protected]> | ||
|
||
pkgname=('libmediainfo' 'python-mediainfo') | ||
pkgver=23.03 | ||
pkgver=23.04 | ||
pkgrel=1 | ||
pkgdesc="shared library for mediainfo" | ||
arch=('i686' 'x86_64') | ||
url="http://mediaarea.net" | ||
license=('BSD-2-Clause') | ||
makedepends=('libtool' 'automake' 'autoconf' 'python') | ||
depends=( 'curl' 'libmms' 'libzen>=0.4.40') | ||
depends=( 'curl' 'libmms' 'libzen>=0.4.41') | ||
source=(${pkgname}_${pkgver}.orig.tar.xz) | ||
md5sums=('00000000000000000000000000000000') | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,25 +2,25 @@ Format: 3.0 (quilt) | |
Source: libmediainfo | ||
Binary: libmediainfo-dev, libmediainfo0, python-mediainfodll, python3-mediainfodll, libmediainfo-doc libmediainfo0-dbg | ||
Architecture: any all | ||
Version: 23.03-1 | ||
Version: 23.04-1 | ||
Maintainer: MediaArea.net SARL <[email protected]> | ||
Homepage: http://MediaArea.net/MediaInfo | ||
Standards-Version: 3.9.6 | ||
Vcs-Browser: https://github.com/MediaArea/MediaInfoLib | ||
Vcs-Git: https://github.com/MediaArea/MediaInfoLib.git | ||
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1), python-all (>= 2.6.6-3~), python3-all, dh-autoreconf, doxygen, tofrodos, libzen-dev (>= 0.4.40), libcurl4-gnutls-dev, libmms-dev, libglib2.0-dev, zlib1g-dev, pkg-config | ||
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1), python-all (>= 2.6.6-3~), python3-all, dh-autoreconf, doxygen, tofrodos, libzen-dev (>= 0.4.41), libcurl4-gnutls-dev, libmms-dev, libglib2.0-dev, zlib1g-dev, pkg-config | ||
Package-List: | ||
libmediainfo-dev deb libdevel optional arch=any | ||
libmediainfo-doc deb doc optional arch=all | ||
libmediainfo0 deb libs optional arch=any | ||
python-mediainfodll deb python optional arch=all | ||
python3-mediainfodll deb python optional arch=all | ||
Checksums-Sha1: | ||
0000000000000000000000000000000000000000 000000 libmediainfo_23.03.orig.tar.xz | ||
0000000000000000000000000000000000000000 000000 libmediainfo_23.03-1.debian.tar.xz | ||
0000000000000000000000000000000000000000 000000 libmediainfo_23.04.orig.tar.xz | ||
0000000000000000000000000000000000000000 000000 libmediainfo_23.04-1.debian.tar.xz | ||
Checksums-Sha256: | ||
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_23.03.orig.tar.xz | ||
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_23.03-1.debian.tar.xz | ||
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_23.04.orig.tar.xz | ||
0000000000000000000000000000000000000000000000000000000000000000 000000 libmediainfo_23.04-1.debian.tar.xz | ||
Files: | ||
00000000000000000000000000000000 000000 libmediainfo_23.03.orig.tar.xz | ||
00000000000000000000000000000000 000000 libmediainfo_23.03-1.debian.tar.xz | ||
00000000000000000000000000000000 000000 libmediainfo_23.04.orig.tar.xz | ||
00000000000000000000000000000000 000000 libmediainfo_23.04-1.debian.tar.xz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
%global libmediainfo_version 23.03 | ||
%global libmediainfo_version 23.04 | ||
%global libmediainfo_version_major 23 | ||
%global libmediainfo_version_minor 03 | ||
%global libzen_version 0.4.40 | ||
%global libmediainfo_version_minor 04 | ||
%global libzen_version 0.4.41 | ||
%global libzen_version_major 0 | ||
%global libzen_version_minor 4 | ||
%global libzen_version_release 40 | ||
%global libzen_version_release 41 | ||
|
||
%if 0%{?fedora} || 0%{?rhel} | ||
%global package_with_0_ending 0 | ||
|
@@ -385,7 +385,7 @@ rm -f %{buildroot}%{_libdir}/%{name_without_0_ending}.la | |
%endif | ||
|
||
%changelog | ||
* Sun Jan 01 2012 MediaArea.net SARL <[email protected]> - 23.03-0 | ||
* Sun Jan 01 2012 MediaArea.net SARL <[email protected]> - 23.04-0 | ||
- See History.txt for more info and real dates | ||
- Previous packages made by Toni Graffy <[email protected]> | ||
- Fedora style made by Vasiliy N. Glazov <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Project/GNU/Library |
Oops, something went wrong.