mirror of
https://github.com/gpac/gpac.git
synced 2026-01-12 00:05:22 +08:00
moving to next dev version [noCI]
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# Ongoing: GPAC 2.5-DEV
|
||||
|
||||
|
||||
#04/2024: GPAC 2.4
|
||||
|
||||
## Emscripten|WebAssembly(WASM) support
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
# GPAC Introduction
|
||||
|
||||
Current version: 2.4
|
||||
Current version: 2.5-DEV
|
||||
|
||||
Latest Release: 2.4
|
||||
|
||||
@@ -120,5 +120,6 @@ Targets:
|
||||
- [ ] Web GUI
|
||||
- [ ] QUIC support
|
||||
- [ ] ROUTE file repair support
|
||||
- [ ] FLUTE file repair support
|
||||
- [ ] FLUTE support
|
||||
- [ ] Rust Bindings
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.4</string>
|
||||
<string>2.5-DEV</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>gpac</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
||||
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -1,4 +1,4 @@
|
||||
gpac (2.4) stable; urgency=low
|
||||
gpac (2.5-DEV) stable; urgency=low
|
||||
|
||||
* Initial release - see https://github.com/gpac/gpac/releases for more details
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# $Id: gpac.spec,v 1.5 2008-12-02 18:04:42 jeanlf Exp $
|
||||
Summary: Framework for production, encoding, delivery and interactive playback of multimedia content
|
||||
Name: gpac
|
||||
Version: 2.4
|
||||
Release: 2.4
|
||||
Version: 2.5-DEV
|
||||
Release: 2.5-DEV
|
||||
License: LGPL
|
||||
Group: Applications/Multimedia
|
||||
Source0: gpac-2.4.tar.gz
|
||||
Source0: gpac-2.5-DEV.tar.gz
|
||||
URL: https://gpac.io/
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Requires: SDL
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* GPAC - Multimedia Framework C SDK
|
||||
*
|
||||
* Authors: Jean Le Feuvre
|
||||
* Copyright (c) Telecom ParisTech 2012-2023
|
||||
* Copyright (c) Telecom ParisTech 2012-2024
|
||||
* All rights reserved
|
||||
*
|
||||
* This file is part of GPAC
|
||||
@@ -42,7 +42,7 @@
|
||||
* SONAME versions must be digits (not strings)
|
||||
*/
|
||||
/*! Macro giving GPAC version name expressed as a printable string*/
|
||||
#define GPAC_VERSION "2.4"
|
||||
#define GPAC_VERSION "2.5-DEV"
|
||||
|
||||
// WARNING: when bumping, reflect the changes in share/python/libgpac.py !!
|
||||
/*! ABI Major number of libgpac */
|
||||
|
||||
@@ -516,7 +516,7 @@
|
||||
<string>yes</string>
|
||||
</dict>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.4</string>
|
||||
<string>2.5-DEV</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>gpac</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
;--------------------------------
|
||||
;General
|
||||
!define GPAC_VERSION 2.4
|
||||
!define GPAC_VERSION 2.5-DEV
|
||||
!include default.out
|
||||
|
||||
!define GPAC_ROOT ..\..\..
|
||||
|
||||
Reference in New Issue
Block a user